aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3/POP3Response.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-11/+11
2013-06-12Moved POP3 connection-related things to POP3Connection object.Vincent Richard1-9/+11
2013-02-13Trim first line of POP3 response to get rid of CR, if any.Vincent Richard1-2/+2
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-12-12Trivial 64-bit warning fixes.Vincent Richard1-2/+2
2012-12-06Moved POP3 response receiving and parsing to a separate class.Vincent Richard1-0/+426