Vincent Richard
|
757f8a7dc7
|
Fixed segfault at POP3 connection error.
|
2013-08-16 11:41:25 +02:00 |
|
Vincent Richard
|
8cd361ff8c
|
Added support for enhanced status codes (RFC-3463).
|
2013-08-14 21:49:24 +02:00 |
|
Vincent Richard
|
b0845eff0d
|
Allow messages to be designated either by their number or their UID.
Warning: this is an API-breaking change.
|
2013-07-26 14:47:30 +02:00 |
|
Vincent Richard
|
895b07cae9
|
Added support for SIZE SMTP extension (RFC-1870).
|
2013-06-24 15:32:40 +02:00 |
|
Vincent Richard
|
87f6acb0b5
|
Return after sending message when sending is supported.
|
2013-06-22 10:42:36 +02:00 |
|
Vincent Richard
|
eee80fc81e
|
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests for SMTP.
|
2013-06-20 11:02:39 +02:00 |
|
Vincent Richard
|
93c8d3a071
|
Added support for SMTPUTF8 extension (RFC-6531).
|
2013-06-12 21:19:36 +02:00 |
|
Vincent Richard
|
7ab35173bc
|
Moved POP3 connection-related things to POP3Connection object.
|
2013-06-12 14:02:40 +02:00 |
|
Vincent Richard
|
dfe563f391
|
Moved POP3 client command related things to POP3Command class.
|
2013-06-11 22:50:44 +02:00 |
|
Vincent Richard
|
66f3c68a6c
|
Removed test as it is invalid.
|
2013-05-14 19:47:56 +02:00 |
|
Vincent Richard
|
ee68f6c06f
|
Allow SPACEs at end of response line (Apple iCloud IMAP server).
|
2013-04-26 22:52:13 +02:00 |
|
Vincent Richard
|
5a3d88855b
|
Added unit tests for IMAPTag. Initialize sequence number at 1.
|
2013-04-26 22:47:51 +02:00 |
|
Vincent Richard
|
1df8c6cd0e
|
Refactored unit tests.
|
2013-03-08 08:19:55 +01:00 |
|
Vincent Richard
|
0757efad0d
|
Reset SMTP session state (using RSET command) if transport is being reused.
|
2013-02-17 18:07:23 +01:00 |
|
Vincent Richard
|
bf40e22537
|
Unit tests for POP3Utils.
|
2013-02-14 11:16:26 +01:00 |
|
Vincent Richard
|
a6dd30c581
|
Unit tests for POP3Response.
|
2013-02-13 10:26:16 +01:00 |
|
Vincent Richard
|
feabba4470
|
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinished().
|
2013-02-12 17:54:36 +01:00 |
|
Vincent Richard
|
ad9bef78c4
|
Updated copyright year and maintainer email address.
|
2013-01-10 17:30:31 +01:00 |
|
Vincent Richard
|
7fdcc31ab3
|
Fixed compilation issues in unit tests.
|
2012-12-11 22:02:47 +01:00 |
|
Vincent Richard
|
90ad8c9154
|
Fixed unit test after bug fix.
|
2010-12-10 16:24:06 +00:00 |
|
Vincent Richard
|
a3bf37fb4f
|
Fixed not exception-safe constructor, which could lead to possible memory leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
|
2009-12-08 10:03:34 +00:00 |
|
Vincent Richard
|
82e1a690d9
|
Fixed directory renaming.
|
2009-12-01 14:24:55 +00:00 |
|
Vincent Richard
|
a5d258dc72
|
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
|
2009-09-06 12:02:10 +00:00 |
|
Vincent Richard
|
0c30c298da
|
Changed copyright year to 2008.
|
2008-01-04 18:07:40 +00:00 |
|
Vincent Richard
|
5a2c2e4128
|
Added support for Courier maildir format.
|
2007-03-22 16:03:41 +00:00 |
|
Vincent Richard
|
d284cfa729
|
Changed copyright year to 2007.
|
2007-01-01 20:55:15 +00:00 |
|
Vincent Richard
|
2791e5d41e
|
Unit tests for SMTP.
|
2006-05-05 20:50:26 +00:00 |
|