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