aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/smtp/SMTPTransportTestUtils.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-25Fixed Cppcheck issues.Vincent Richard1-0/+1
2018-09-05Code style and clarity.Vincent Richard1-250/+259
2017-12-14Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address ↵Vincent Richard1-3/+11
must switch the whole message to SMTPUTF8.
2017-12-14Fixed #186: use SMTPUTF8 only when needed.Vincent Richard1-0/+182
2016-03-13Issue #126: more warnings fixed.Vincent Richard1-2/+2
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 Richard1-21/+1
2013-11-21Removed BDAT-related code from SMTP test unrelated to BDAT.Vincent Richard1-20/+0
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard1-90/+170
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