aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/pop3 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code style and clarity.Vincent Richard2018-09-055-110/+131
|
* Clarified object construction where 'enabled_shared_from_this' is used. Use ↵Vincent Richard2016-04-052-5/+3
| | | | it only where it is needed.
* Fixed special value 'last' in message sets.Vincent Richard2016-03-241-0/+14
|
* Fixed types.Vincent Richard2016-03-231-1/+1
|
* Issue #126: fixed warnings about sign mismatch.Vincent Richard2016-03-231-1/+1
|
* Fixed segfault in POP3 test.Vincent Richard2014-06-011-1/+13
|
* Added support for initial response in SASL authentication.Vincent Richard2014-02-131-0/+9
|
* Boost/C++11 shared pointers.Vincent Richard2013-11-215-82/+84
|
* Fixed segfault at POP3 connection error.Vincent Richard2013-08-161-0/+69
|
* Moved POP3 connection-related things to POP3Connection object.Vincent Richard2013-06-124-10/+99
|
* Moved POP3 client command related things to POP3Command class.Vincent Richard2013-06-111-0/+223
|
* Refactored unit tests.Vincent Richard2013-03-082-10/+2
|
* Unit tests for POP3Utils.Vincent Richard2013-02-141-0/+72
|
* Unit tests for POP3Response.Vincent Richard2013-02-131-0/+208