aboutsummaryrefslogtreecommitdiffstats
path: root/src/attachmentHelper.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-36/+35
* Fixed missing includes.Vincent Richard2013-05-121-0/+2
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-2/+2
* Compatibility with RFC-1341.Vincent Richard2012-11-101-0/+9
* Added an option to recognize inline objects as attachments.Vincent Richard2010-09-071-42/+54
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* Fixed compilation warnings.Vincent Richard2008-10-121-1/+1
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Root part should not be detected as an attachment.Vincent Richard2007-02-061-1/+5
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Fixed attachment detection with non-MIME message (thanks to Peter Libic).Vincent Richard2006-12-141-1/+7
* Use std::copy instead of loop (thanks to Michal Rzechonek).Vincent Richard2006-11-141-2/+1
* Replaced & with ref<> + clean up.Vincent Richard2006-07-141-1/+1
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Treat 'inline' parts without Content-[Id/Location] as attachments.Vincent Richard2006-01-191-0/+8
* Added support for attachments of type 'message/rfc822'.Vincent Richard2006-01-161-23/+95
* Fixed typo causing infinite loop.Vincent Richard2005-12-201-1/+1
* Refactored header field values and parameters.Vincent Richard2005-11-041-4/+8
* Not an attachment if a 'Content-Id' field is present.Vincent Richard2005-10-141-0/+5
* Added 'attachmentHelper'.Vincent Richard2005-10-131-0/+201