aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/smtp/SMTPTransportTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code style and clarity.Vincent Richard2018-09-051-50/+62
|
* Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address ↵Vincent Richard2017-12-141-62/+130
| | | | must switch the whole message to SMTPUTF8.
* Fixed #186: use SMTPUTF8 only when needed.Vincent Richard2017-12-141-0/+72
|
* Clarified object construction where 'enabled_shared_from_this' is used. Use ↵Vincent Richard2016-04-051-12/+6
| | | | it only where it is needed.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-40/+40
|
* SMTP-specific exceptions.Vincent Richard2013-09-081-2/+3
|
* Added test for SMTP connection error.Vincent Richard2013-08-161-0/+12
|
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-241-406/+36
|
* 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-201-0/+280
| | | | for SMTP.
* Refactored unit tests.Vincent Richard2013-03-081-5/+1
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* 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-061-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Unit tests for SMTP.Vincent Richard2006-05-051-0/+256