aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/smtp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-25Fixed Cppcheck issues.Vincent Richard1-0/+1
2021-04-03SMTP/DSN refactoring.vincent-richard1-8/+25
2020-09-02Fixed unit test for DSN support.vincent-richard1-16/+16
2018-09-05Code style and clarity.Vincent Richard5-421/+437
2017-12-14Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address ↵Vincent Richard2-65/+141
must switch the whole message to SMTPUTF8.
2017-12-14Fixed #186: use SMTPUTF8 only when needed.Vincent Richard2-0/+254
2016-04-05Clarified object construction where 'enabled_shared_from_this' is used. Use ↵Vincent Richard1-12/+6
it only where it is needed.
2016-03-13Issue #126: more warnings fixed.Vincent Richard1-2/+2
2014-03-16Connection trace facility.Vincent Richard3-20/+37
2014-02-13Added support for initial response in SASL authentication.Vincent Richard1-0/+9
2014-01-05Report sending progress when chunking is supported.Vincent Richard1-1/+1
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-13/+11
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard5-132/+112
2013-11-21Removed BDAT-related code from SMTP test unrelated to BDAT.Vincent Richard1-20/+0
2013-09-08SMTP-specific exceptions.Vincent Richard1-2/+3
2013-08-16Added test for SMTP connection error.Vincent Richard1-0/+12
2013-08-14Added support for enhanced status codes (RFC-3463).Vincent Richard1-0/+65
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard3-406/+671
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 Richard2-0/+294
for SMTP.
2013-06-12Added support for SMTPUTF8 extension (RFC-6531).Vincent Richard1-2/+42
2013-05-14Removed test as it is invalid.Vincent Richard1-23/+0
2013-03-08Refactored unit tests.Vincent Richard4-20/+4
2013-02-17Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard1-0/+9
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 Richard2-2/+2
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-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2-4/+4
2008-01-04Changed copyright year to 2008.Vincent Richard2-2/+2
2007-01-01Changed copyright year to 2007.Vincent Richard2-2/+2
2006-05-05Unit tests for SMTP.Vincent Richard2-0/+445