aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/imap (follow)
Commit message (Collapse)AuthorAgeFilesLines
* #261 Workaround for bad SEARCH response with AOL IMAP servervincent-richard2021-05-111-0/+60
|
* Fixed parsing of IMAP astring.vincent-richard2021-03-241-0/+56
|
* #250 Fixed unquoted mailbox namevincent-richard2021-02-051-0/+56
|
* 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-054-114/+130
|
* 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-051-2/+1
| | | | it only where it is needed.
* 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 unit test.Vincent Richard2014-04-211-1/+1
|
* Unit tests for IMAP utils.Vincent Richard2014-03-171-0/+283
|
* Modified IMAP parser constructor to make testing easier.Vincent Richard2014-03-161-4/+10
|
* IMAP commands.Vincent Richard2014-03-151-0/+484
|
* Added test for "+" not followed by space in continue_req.Vincent Richard2014-01-161-0/+37
|
* Boost/C++11 shared pointers.Vincent Richard2013-11-212-14/+15
|
* 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