aboutsummaryrefslogtreecommitdiffstats
path: root/src/attachmentHelper.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-20/+92
|
* Fixed typo causing infinite loop.Vincent Richard2005-12-201-1/+1
|
* Refactored header field values and parameters.Vincent Richard2005-11-051-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