index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
attachmentHelper.cpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2013-12-29
Merged source and header files in directory structure. Got rid of SConstruct ↵
Vincent Richard
1
-312
/
+0
build.
2013-11-22
Do not throw exception for normal code flow (exceptions::no_such_field).
Vincent Richard
1
-36
/
+27
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-36
/
+35
2013-05-12
Fixed missing includes.
Vincent Richard
1
-0
/
+2
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
1
-1
/
+1
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
1
-2
/
+2
2012-11-10
Compatibility with RFC-1341.
Vincent Richard
1
-0
/
+9
2010-09-07
Added an option to recognize inline objects as attachments.
Vincent Richard
1
-42
/
+54
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
1
-2
/
+2
2008-10-12
Fixed compilation warnings.
Vincent Richard
1
-1
/
+1
2008-01-04
Changed copyright year to 2008.
Vincent Richard
1
-1
/
+1
2007-02-06
Root part should not be detected as an attachment.
Vincent Richard
1
-1
/
+5
2007-01-01
Changed copyright year to 2007.
Vincent Richard
1
-1
/
+1
2006-12-14
Fixed attachment detection with non-MIME message (thanks to Peter Libic).
Vincent Richard
1
-1
/
+7
2006-11-14
Use std::copy instead of loop (thanks to Michal Rzechonek).
Vincent Richard
1
-2
/
+1
2006-07-14
Replaced & with ref<> + clean up.
Vincent Richard
1
-1
/
+1
2006-02-05
Changed copyright year to 2006.
Vincent Richard
1
-1
/
+1
2006-01-19
Treat 'inline' parts without Content-[Id/Location] as attachments.
Vincent Richard
1
-0
/
+8
2006-01-16
Added support for attachments of type 'message/rfc822'.
Vincent Richard
1
-23
/
+95
2005-12-20
Fixed typo causing infinite loop.
Vincent Richard
1
-1
/
+1
2005-11-04
Refactored header field values and parameters.
Vincent Richard
1
-4
/
+8
2005-10-14
Not an attachment if a 'Content-Id' field is present.
Vincent Richard
1
-0
/
+5
2005-10-13
Added 'attachmentHelper'.
Vincent Richard
1
-0
/
+201