aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fixed Cppcheck issues.Vincent Richard2021-11-251-0/+1
|
* #261 Workaround for bad SEARCH response with AOL IMAP servervincent-richard2021-05-111-0/+60
|
* SMTP/DSN refactoring.vincent-richard2021-04-031-8/+25
|
* Fixed parsing of IMAP astring.vincent-richard2021-03-241-0/+56
|
* #250 Fixed unquoted mailbox namevincent-richard2021-02-051-0/+56
|
* Fixed unit test for DSN support.vincent-richard2020-09-021-16/+16
|
* Fixed false positives in tests.vincent-richard2020-04-061-72/+94
|
* Map '*' to '\*' in non-strict mode.vincent-richard2020-04-061-0/+45
|
* Added support for pipelined and out-of-order replies.vincent-richard2020-04-051-17/+88
|
* #213 Add support for invalid empty () in FETCH body structure (non-strict)Vincent Richard2019-04-181-0/+31
|
* Code style and clarity.Vincent Richard2018-09-0518-832/+883
|
* Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address ↵Vincent Richard2017-12-142-65/+141
| | | | must switch the whole message to SMTPUTF8.
* Fixed #186: use SMTPUTF8 only when needed.Vincent Richard2017-12-142-0/+254
|
* Fixed #159: parsing error on invalid FETCH BODYSTRUCTURE response.Vincent Richard2017-01-181-0/+34
|
* Clarified object construction where 'enabled_shared_from_this' is used. Use ↵Vincent Richard2016-04-055-21/+11
| | | | it only where it is needed.
* Fixed special value 'last' in message sets.Vincent Richard2016-03-243-1/+93
|
* Fixed types.Vincent Richard2016-03-233-3/+3
|
* Issue #126: fixed warnings about sign mismatch.Vincent Richard2016-03-233-3/+3
|
* Issue #126: more warnings fixed.Vincent Richard2016-03-132-3/+3
|
* Fixed 'body_fld_lang' optional in IMAP response.Vincent Richard2014-09-191-0/+24
|
* Fixed issue #86: workaround for invalid response from Exchange server.Vincent Richard2014-06-081-0/+35
|
* Fixed segfault in POP3 test.Vincent Richard2014-06-011-1/+13
|
* Fixed unit test.Vincent Richard2014-04-211-1/+1
|
* Unit tests for IMAP utils.Vincent Richard2014-03-171-0/+283
|
* Connection trace facility.Vincent Richard2014-03-163-20/+37
|
* Modified IMAP parser constructor to make testing easier.Vincent Richard2014-03-161-4/+10
|
* IMAP commands.Vincent Richard2014-03-151-0/+484
|
* Added support for initial response in SASL authentication.Vincent Richard2014-02-132-0/+18
|
* Added test for "+" not followed by space in continue_req.Vincent Richard2014-01-161-0/+37
|
* Report sending progress when chunking is supported.Vincent Richard2014-01-051-1/+1
|
* Added support for SPECIAL-USE extension (IMAP).Vincent Richard2014-01-032-2/+141
|
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-101-13/+11
| | | | byte_t...). Minor warning fixes.
* 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
|