aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/smtp/SMTPCommandTest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-03-16Connection trace facility.Vincent Richard1-1/+3
2014-02-13Added support for initial response in SASL authentication.Vincent Richard1-0/+9
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-22/+22
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard1-0/+20
2013-06-20Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵Vincent Richard1-0/+14
for SMTP.
2013-06-12Added support for SMTPUTF8 extension (RFC-6531).Vincent Richard1-2/+42
2013-03-08Refactored unit tests.Vincent Richard1-5/+1
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 Richard1-0/+155
SMTPCommandSet::isFinished().