aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/smtp/SMTPTransportTest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-40/+40
2013-09-08SMTP-specific exceptions.Vincent Richard1-2/+3
2013-08-16Added test for SMTP connection error.Vincent Richard1-0/+12
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard1-406/+36
2013-06-22Return after sending message when sending is supported.Vincent Richard1-0/+3
2013-06-20Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵Vincent Richard1-0/+280
for SMTP.
2013-03-08Refactored unit tests.Vincent Richard1-5/+1
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2010-12-10Fixed unit test after bug fix.Vincent Richard1-1/+1
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-05-05Unit tests for SMTP.Vincent Richard1-0/+256