aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-25Fixed Cppcheck issues.Vincent Richard1-0/+1
2021-05-11#261 Workaround for bad SEARCH response with AOL IMAP servervincent-richard1-0/+60
2021-04-03SMTP/DSN refactoring.vincent-richard1-8/+25
2021-03-24Fixed parsing of IMAP astring.vincent-richard1-0/+56
2021-02-05#250 Fixed unquoted mailbox namevincent-richard1-0/+56
2020-09-02Fixed unit test for DSN support.vincent-richard1-16/+16
2020-04-06Fixed false positives in tests.vincent-richard1-72/+94
2020-04-06Map '*' to '\*' in non-strict mode.vincent-richard1-0/+45
2020-04-05Added support for pipelined and out-of-order replies.vincent-richard1-17/+88
2019-04-18#213 Add support for invalid empty () in FETCH body structure (non-strict)Vincent Richard1-0/+31
2018-09-05Code style and clarity.Vincent Richard18-832/+883
2017-12-14Issue #186: SMTPUTF8 is not an argument to RCPT + UTF8 in recipient address ↵Vincent Richard2-65/+141
must switch the whole message to SMTPUTF8.
2017-12-14Fixed #186: use SMTPUTF8 only when needed.Vincent Richard2-0/+254
2017-01-18Fixed #159: parsing error on invalid FETCH BODYSTRUCTURE response.Vincent Richard1-0/+34
2016-04-05Clarified object construction where 'enabled_shared_from_this' is used. Use ↵Vincent Richard5-21/+11
it only where it is needed.
2016-03-24Fixed special value 'last' in message sets.Vincent Richard3-1/+93
2016-03-23Fixed types.Vincent Richard3-3/+3
2016-03-23Issue #126: fixed warnings about sign mismatch.Vincent Richard3-3/+3
2016-03-13Issue #126: more warnings fixed.Vincent Richard2-3/+3
2014-09-19Fixed 'body_fld_lang' optional in IMAP response.Vincent Richard1-0/+24
2014-06-08Fixed issue #86: workaround for invalid response from Exchange server.Vincent Richard1-0/+35
2014-06-01Fixed segfault in POP3 test.Vincent Richard1-1/+13
2014-04-21Fixed unit test.Vincent Richard1-1/+1
2014-03-17Unit tests for IMAP utils.Vincent Richard1-0/+283
2014-03-16Connection trace facility.Vincent Richard3-20/+37
2014-03-16Modified IMAP parser constructor to make testing easier.Vincent Richard1-4/+10
2014-03-15IMAP commands.Vincent Richard1-0/+484
2014-02-13Added support for initial response in SASL authentication.Vincent Richard2-0/+18
2014-01-16Added test for "+" not followed by space in continue_req.Vincent Richard1-0/+37
2014-01-05Report sending progress when chunking is supported.Vincent Richard1-1/+1
2014-01-03Added support for SPECIAL-USE extension (IMAP).Vincent Richard2-2/+141
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-13/+11
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard13-271/+254
2013-11-21Removed BDAT-related code from SMTP test unrelated to BDAT.Vincent Richard1-20/+0
2013-11-14Custom fetch attributes.Vincent Richard1-1/+1
2013-09-08SMTP-specific exceptions.Vincent Richard1-2/+3
2013-08-16Added test for SMTP connection error.Vincent Richard1-0/+12
2013-08-16Fixed segfault at POP3 connection error.Vincent Richard1-0/+69
2013-08-14Added support for enhanced status codes (RFC-3463).Vincent Richard1-0/+65
2013-07-26Allow messages to be designated either by their number or their UID.Vincent Richard1-0/+200
Warning: this is an API-breaking change.
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard3-406/+671
2013-06-22Return after sending message when sending is supported.Vincent Richard1-0/+3
2013-06-20Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ↵Vincent Richard2-0/+294
for SMTP.
2013-06-12Added support for SMTPUTF8 extension (RFC-6531).Vincent Richard1-2/+42
2013-06-12Moved POP3 connection-related things to POP3Connection object.Vincent Richard4-10/+99
2013-06-11Moved POP3 client command related things to POP3Command class.Vincent Richard1-0/+223
2013-05-14Removed test as it is invalid.Vincent Richard1-23/+0
2013-04-26Allow SPACEs at end of response line (Apple iCloud IMAP server).Vincent Richard1-0/+66
2013-04-26Added unit tests for IMAPTag. Initialize sequence number at 1.Vincent Richard1-0/+88
2013-03-08Refactored unit tests.Vincent Richard7-35/+7