aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/pop3 (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-04-05Clarified object construction where 'enabled_shared_from_this' is used. Use ↵Vincent Richard2-5/+3
it only where it is needed.
2016-03-24Fixed special value 'last' in message sets.Vincent Richard1-0/+14
2016-03-23Fixed types.Vincent Richard1-1/+1
2016-03-23Issue #126: fixed warnings about sign mismatch.Vincent Richard1-1/+1
2014-06-01Fixed segfault in POP3 test.Vincent Richard1-1/+13
2014-02-13Added support for initial response in SASL authentication.Vincent Richard1-0/+9
2013-11-21Boost/C++11 shared pointers.Vincent Richard5-82/+84
2013-08-16Fixed segfault at POP3 connection error.Vincent Richard1-0/+69
2013-06-12Moved POP3 connection-related things to POP3Connection object.Vincent Richard4-10/+99
2013-06-11Moved POP3 client command related things to POP3Command class.Vincent Richard1-0/+223
2013-03-08Refactored unit tests.Vincent Richard2-10/+2
2013-02-14Unit tests for POP3Utils.Vincent Richard1-0/+72
2013-02-13Unit tests for POP3Response.Vincent Richard1-0/+208