aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/smtp/SMTPCommand.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-15/+15
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-241-0/+10
* Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...Vincent Richard2013-06-201-0/+14
* Added support for SMTPUTF8 extension (RFC-6531).Vincent Richard2013-06-121-6/+23
* Homogeneous use of vmime::string.Vincent Richard2013-06-121-5/+5
* Message generation/parsing context. Charset conversion options. Preliminary i...Vincent Richard2013-02-241-2/+13
* Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard2013-02-171-0/+7
* Rewrote SMTP command sending. Better code for pipelining. Report full command...Vincent Richard2013-02-121-0/+155