aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/smtp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed Cppcheck issues.Vincent Richard2021-11-251-0/+1
* SMTP/DSN refactoring.vincent-richard2021-04-031-8/+25
* Fixed unit test for DSN support.vincent-richard2020-09-021-16/+16
* Code style and clarity.Vincent Richard2018-09-055-421/+437
* Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address m...Vincent Richard2017-12-142-65/+141
* Fixed #186: use SMTPUTF8 only when needed.Vincent Richard2017-12-142-0/+254
* Clarified object construction where 'enabled_shared_from_this' is used. Use i...Vincent Richard2016-04-051-12/+6
* Issue #126: more warnings fixed.Vincent Richard2016-03-131-2/+2
* Connection trace facility.Vincent Richard2014-03-163-20/+37
* Added support for initial response in SASL authentication.Vincent Richard2014-02-131-0/+9
* Report sending progress when chunking is supported.Vincent Richard2014-01-051-1/+1
* Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard2013-12-101-13/+11
* Boost/C++11 shared pointers.Vincent Richard2013-11-215-132/+112
* SMTP-specific exceptions.Vincent Richard2013-09-081-2/+3
* Added test for SMTP connection error.Vincent Richard2013-08-161-0/+12
* Added support for enhanced status codes (RFC-3463).Vincent Richard2013-08-141-0/+65
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-243-406/+671
* Return after sending message when sending is supported.Vincent Richard2013-06-221-0/+3
* Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...Vincent Richard2013-06-202-0/+294
* Added support for SMTPUTF8 extension (RFC-6531).Vincent Richard2013-06-121-2/+42
* Removed test as it is invalid.Vincent Richard2013-05-141-23/+0
* Refactored unit tests.Vincent Richard2013-03-084-20/+4
* Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard2013-02-171-0/+9
* Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinish...Vincent Richard2013-02-122-0/+334
* Updated copyright year and maintainer email address.Vincent Richard2013-01-102-2/+2
* Fixed compilation issues in unit tests.Vincent Richard2012-12-111-7/+21
* Fixed unit test after bug fix.Vincent Richard2010-12-101-1/+1
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-062-4/+4
* Changed copyright year to 2008.Vincent Richard2008-01-042-2/+2
* Changed copyright year to 2007.Vincent Richard2007-01-012-2/+2
* Unit tests for SMTP.Vincent Richard2006-05-052-0/+445