Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added support for language specification in RFC-2047 encoded words and ↵ | Vincent Richard | 2014-06-30 | 1 | -1/+8 |
| | | | | RFC-2231 parameter values. | ||||
* | Trace socket/connection events. | Vincent Richard | 2014-03-25 | 1 | -0/+3 |
| | |||||
* | Better polling. Fixed possible connection issues on POSIX with slow network. ↵ | Vincent Richard | 2014-02-05 | 1 | -0/+3 |
| | | | | Better error handling in POSIX sockets. | ||||
* | In SSL socket, use timeout handler of underlying socket. Throw exception ↵ | Vincent Richard | 2014-01-19 | 1 | -0/+2 |
| | | | | when reading from/writing to disconnected SSL socket. | ||||
* | Simplified types for better readability. Use appropriate types (size_t, ↵ | Vincent Richard | 2013-12-10 | 1 | -8/+9 |
| | | | | byte_t...). Minor warning fixes. | ||||
* | Boost/C++11 shared pointers. | Vincent Richard | 2013-11-21 | 1 | -5/+5 |
| | |||||
* | Unit tests for content handlers. | Vincent Richard | 2013-06-26 | 1 | -1/+9 |
| | |||||
* | Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵ | Vincent Richard | 2013-06-20 | 1 | -2/+17 |
| | | | | for SMTP. | ||||
* | Added filtered output stream to transform LFs to CRLFs. | Vincent Richard | 2013-04-16 | 1 | -0/+2 |
| | |||||
* | Updated tests for charset conversion. | Vincent Richard | 2013-03-18 | 1 | -0/+3 |
| | | | | | | Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests. | ||||
* | Refactored unit tests. | Vincent Richard | 2013-03-08 | 1 | -5/+13 |
| | |||||
* | Message generation/parsing context. Charset conversion options. Preliminary ↵ | Vincent Richard | 2013-02-24 | 1 | -1/+16 |
| | | | | implementation of RFC-6532. | ||||
* | Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵ | Vincent Richard | 2013-02-12 | 1 | -1/+6 |
| | | | | SMTPCommandSet::isFinished(). | ||||
* | 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 | -3/+3 |
| | |||||
* | Fixed compilation issues in unit tests. | Vincent Richard | 2012-12-11 | 1 | -2/+8 |
| | |||||
* | Connection time out. | Vincent Richard | 2010-08-05 | 1 | -0/+5 |
| | |||||
* | Fixed directory renaming. | Vincent Richard | 2009-12-01 | 1 | -0/+4 |
| | |||||
* | Fixed missing function. | Vincent Richard | 2009-12-01 | 1 | -0/+2 |
| | |||||
* | 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 |
| | |||||
* | Unit tests for SMTP. | Vincent Richard | 2006-05-05 | 1 | -0/+110 |
| | |||||
* | Updated FSF address. | Vincent Richard | 2005-09-17 | 1 | -3/+7 |
| | |||||
* | New namespace for message digest algorithms. | Vincent Richard | 2005-09-06 | 1 | -1/+10 |
| | |||||
* | Moved to CppUnit for unit tests framework. | Vincent Richard | 2005-08-25 | 1 | -0/+182 |