aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/pop3/POP3Response.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard1-428/+0
build.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-11/+11
byte_t...). Minor warning fixes.
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