Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-12-29 | Merged source and header files in directory structure. Got rid of SConstruct ↵ | Vincent Richard | 1 | -230/+0 | |
build. | |||||
2013-11-21 | Boost/C++11 shared pointers. | Vincent Richard | 1 | -20/+20 | |
2013-09-08 | Added required includes for MSVC. | Vincent Richard | 1 | -0/+1 | |
2013-06-12 | Homogeneous use of vmime::string. | Vincent Richard | 1 | -1/+1 | |
2013-06-12 | Moved POP3 connection-related things to POP3Connection object. | Vincent Richard | 1 | -2/+3 | |
2013-06-11 | Moved POP3 client command related things to POP3Command class. | Vincent Richard | 1 | -36/+91 | |
2013-02-24 | Message generation/parsing context. Charset conversion options. Preliminary ↵ | Vincent Richard | 1 | -2/+13 | |
implementation of RFC-6532. | |||||
2013-02-17 | Reset SMTP session state (using RSET command) if transport is being reused. | Vincent Richard | 1 | -0/+7 | |
2013-02-12 | Rewrote SMTP command sending. Better code for pipelining. Report full ↵ | Vincent Richard | 1 | -0/+155 | |
command text on MAIL/RCPT errors. |