Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style and clarity. | Vincent Richard | 2018-09-05 | 5 | -110/+131 |
| | |||||
* | Clarified object construction where 'enabled_shared_from_this' is used. Use ↵ | Vincent Richard | 2016-04-05 | 2 | -5/+3 |
| | | | | it only where it is needed. | ||||
* | Fixed special value 'last' in message sets. | Vincent Richard | 2016-03-24 | 1 | -0/+14 |
| | |||||
* | Fixed types. | Vincent Richard | 2016-03-23 | 1 | -1/+1 |
| | |||||
* | Issue #126: fixed warnings about sign mismatch. | Vincent Richard | 2016-03-23 | 1 | -1/+1 |
| | |||||
* | Fixed segfault in POP3 test. | Vincent Richard | 2014-06-01 | 1 | -1/+13 |
| | |||||
* | Added support for initial response in SASL authentication. | Vincent Richard | 2014-02-13 | 1 | -0/+9 |
| | |||||
* | Boost/C++11 shared pointers. | Vincent Richard | 2013-11-21 | 5 | -82/+84 |
| | |||||
* | Fixed segfault at POP3 connection error. | Vincent Richard | 2013-08-16 | 1 | -0/+69 |
| | |||||
* | Moved POP3 connection-related things to POP3Connection object. | Vincent Richard | 2013-06-12 | 4 | -10/+99 |
| | |||||
* | Moved POP3 client command related things to POP3Command class. | Vincent Richard | 2013-06-11 | 1 | -0/+223 |
| | |||||
* | Refactored unit tests. | Vincent Richard | 2013-03-08 | 2 | -10/+2 |
| | |||||
* | Unit tests for POP3Utils. | Vincent Richard | 2013-02-14 | 1 | -0/+72 |
| | |||||
* | Unit tests for POP3Response. | Vincent Richard | 2013-02-13 | 1 | -0/+208 |