Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Boost/C++11 shared pointers. | Vincent Richard | 2013-11-21 | 1 | -15/+15 |
| | |||||
* | Added support for SIZE SMTP extension (RFC-1870). | Vincent Richard | 2013-06-24 | 1 | -0/+10 |
| | |||||
* | Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵ | Vincent Richard | 2013-06-20 | 1 | -0/+14 |
| | | | | for SMTP. | ||||
* | Added support for SMTPUTF8 extension (RFC-6531). | Vincent Richard | 2013-06-12 | 1 | -6/+23 |
| | |||||
* | Homogeneous use of vmime::string. | Vincent Richard | 2013-06-12 | 1 | -5/+5 |
| | |||||
* | Message generation/parsing context. Charset conversion options. Preliminary ↵ | Vincent Richard | 2013-02-24 | 1 | -2/+13 |
| | | | | implementation of RFC-6532. | ||||
* | Reset SMTP session state (using RSET command) if transport is being reused. | Vincent Richard | 2013-02-17 | 1 | -0/+7 |
| | |||||
* | Rewrote SMTP command sending. Better code for pipelining. Report full ↵ | Vincent Richard | 2013-02-12 | 1 | -0/+155 |
command text on MAIL/RCPT errors. |