aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-02-17Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard1-0/+9
2013-02-14Unit tests for POP3Utils.Vincent Richard1-0/+72
2013-02-13Unit tests for POP3Response.Vincent Richard1-0/+208
2013-02-12Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵Vincent Richard2-0/+334
SMTPCommandSet::isFinished().
2013-01-10Updated copyright year and maintainer email address.Vincent Richard3-3/+3
2012-12-11Fixed compilation issues in unit tests.Vincent Richard1-7/+21
2010-12-10Fixed unit test after bug fix.Vincent Richard1-1/+1
2009-12-08Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard1-3/+3
leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
2009-12-01Fixed directory renaming.Vincent Richard1-2/+18
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard3-6/+6
2008-01-04Changed copyright year to 2008.Vincent Richard3-3/+3
2007-03-22Added support for Courier maildir format.Vincent Richard1-0/+578
2007-01-01Changed copyright year to 2007.Vincent Richard2-2/+2
2006-05-05Unit tests for SMTP.Vincent Richard2-0/+445