aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/attachmentHelperTest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-05Code style and clarity.Vincent Richard1-41/+50
2018-08-18Avoid copy by passing shared_ptr<> with const reference.Vincent Richard1-2/+2
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-35/+35
2013-03-08Refactored unit tests.Vincent Richard1-5/+1
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-12Trivial 64-bit warning fixes.Vincent Richard1-1/+1
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-04-28Fixed extra space in subject (see ↵Vincent Richard1-0/+2
https://sourceforge.net/forum/message.php?msg_id=4894970).
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2006-01-16Added support for attachments of type 'message/rfc822'.Vincent Richard1-0/+123
2005-10-14Added test suites for 'attachmentHelper'.Vincent Richard1-1/+93
2005-10-13Added 'attachmentHelper'.Vincent Richard1-0/+113