aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3/POP3Command.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-20/+20
2013-09-08Added required includes for MSVC.Vincent Richard1-0/+1
2013-06-12Homogeneous use of vmime::string.Vincent Richard1-1/+1
2013-06-12Moved POP3 connection-related things to POP3Connection object.Vincent Richard1-2/+3
2013-06-11Moved POP3 client command related things to POP3Command class.Vincent Richard1-36/+91
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.