Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Code style and clarity. | Vincent Richard | 2018-09-05 | 1 | -97/+104 |
| | |||||
* | Avoid copy by passing shared_ptr<> with const reference. | Vincent Richard | 2018-08-18 | 1 | -1/+1 |
| | |||||
* | Fixed #186: use SMTPUTF8 only when needed. | Vincent Richard | 2017-12-14 | 1 | -0/+14 |
| | |||||
* | Issue #126: more warnings fixed. | Vincent Richard | 2016-03-13 | 1 | -3/+3 |
| | |||||
* | Trace socket/connection events. | Vincent Richard | 2014-03-25 | 1 | -0/+11 |
| | |||||
* | Better polling. Fixed possible connection issues on POSIX with slow network. ↵ | Vincent Richard | 2014-02-05 | 1 | -0/+12 |
| | | | | Better error handling in POSIX sockets. | ||||
* | In SSL socket, use timeout handler of underlying socket. Throw exception ↵ | Vincent Richard | 2014-01-19 | 1 | -0/+6 |
| | | | | when reading from/writing to disconnected SSL socket. | ||||
* | Simplified types for better readability. Use appropriate types (size_t, ↵ | Vincent Richard | 2013-12-10 | 1 | -11/+21 |
| | | | | byte_t...). Minor warning fixes. | ||||
* | Boost/C++11 shared pointers. | Vincent Richard | 2013-11-21 | 1 | -2/+2 |
| | |||||
* | Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵ | Vincent Richard | 2013-06-20 | 1 | -0/+36 |
| | | | | for SMTP. | ||||
* | Fixed warnings and 64-bit issues. | Vincent Richard | 2013-03-24 | 1 | -4/+4 |
| | |||||
* | Updated tests for charset conversion. | Vincent Richard | 2013-03-18 | 1 | -0/+36 |
| | | | | | | Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests. | ||||
* | Updated copyright year and maintainer email address. | Vincent Richard | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Trivial 64-bit warning fixes. | Vincent Richard | 2012-12-12 | 1 | -0/+1 |
| | |||||
* | Fixed compilation issues in unit tests. | Vincent Richard | 2012-12-11 | 1 | -3/+27 |
| | |||||
* | Fixed directory renaming. | Vincent Richard | 2009-12-01 | 1 | -0/+58 |
| | |||||
* | Fixed missing function. | Vincent Richard | 2009-12-01 | 1 | -0/+6 |
| | |||||
* | Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. | Vincent Richard | 2009-09-06 | 1 | -1/+1 |
| | |||||
* | Fixed compilation warnings. | Vincent Richard | 2008-10-12 | 1 | -5/+5 |
| | |||||
* | Renamed 'vmime::platformDependant' to 'vmime::platform'. | Vincent Richard | 2006-10-11 | 1 | -2/+2 |
| | |||||
* | Unit tests for SMTP. | Vincent Richard | 2006-05-05 | 1 | -0/+183 |