aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-2113-271/+254
|
* Custom fetch attributes.Vincent Richard2013-11-141-1/+1
|
* SMTP-specific exceptions.Vincent Richard2013-09-081-2/+3
|
* Added test for SMTP connection error.Vincent Richard2013-08-161-0/+12
|
* Fixed segfault at POP3 connection error.Vincent Richard2013-08-161-0/+69
|
* Added support for enhanced status codes (RFC-3463).Vincent Richard2013-08-141-0/+65
|
* Allow messages to be designated either by their number or their UID.Vincent Richard2013-07-261-0/+200
| | | | Warning: this is an API-breaking change.
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-243-406/+671
|
* Return after sending message when sending is supported.Vincent Richard2013-06-221-0/+3
|
* Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵Vincent Richard2013-06-202-0/+294
| | | | for SMTP.
* Added support for SMTPUTF8 extension (RFC-6531).Vincent Richard2013-06-121-2/+42
|
* 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
|
* Removed test as it is invalid.Vincent Richard2013-05-141-23/+0
|
* Allow SPACEs at end of response line (Apple iCloud IMAP server).Vincent Richard2013-04-261-0/+66
|
* Added unit tests for IMAPTag. Initialize sequence number at 1.Vincent Richard2013-04-261-0/+88
|
* Refactored unit tests.Vincent Richard2013-03-087-35/+7
|
* Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard2013-02-171-0/+9
|
* Unit tests for POP3Utils.Vincent Richard2013-02-141-0/+72
|
* Unit tests for POP3Response.Vincent Richard2013-02-131-0/+208
|
* Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵Vincent Richard2013-02-122-0/+334
| | | | SMTPCommandSet::isFinished().
* Updated copyright year and maintainer email address.Vincent Richard2013-01-103-3/+3
|
* Fixed compilation issues in unit tests.Vincent Richard2012-12-111-7/+21
|
* Fixed unit test after bug fix.Vincent Richard2010-12-101-1/+1
|
* Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard2009-12-081-3/+3
| | | | leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.
* Fixed directory renaming.Vincent Richard2009-12-011-2/+18
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-063-6/+6
|
* Changed copyright year to 2008.Vincent Richard2008-01-043-3/+3
|
* Added support for Courier maildir format.Vincent Richard2007-03-221-0/+578
|
* Changed copyright year to 2007.Vincent Richard2007-01-012-2/+2
|
* Unit tests for SMTP.Vincent Richard2006-05-052-0/+445