aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/smtp/SMTPCommand.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard1-214/+0
build.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-2/+2
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-15/+15
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard1-0/+10
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-6/+23
2013-06-12Homogeneous use of vmime::string.Vincent Richard1-5/+5
2013-02-24Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard1-2/+13
implementation of RFC-6532.
2013-02-17Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard1-0/+7
2013-02-12Rewrote SMTP command sending. Better code for pipelining. Report full ↵Vincent Richard1-0/+155
command text on MAIL/RCPT errors.