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