aboutsummaryrefslogtreecommitdiffstats
path: root/tests/net/imap/IMAPParserTest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-05-11#261 Workaround for bad SEARCH response with AOL IMAP servervincent-richard1-0/+60
2021-03-24Fixed parsing of IMAP astring.vincent-richard1-0/+56
2021-02-05#250 Fixed unquoted mailbox namevincent-richard1-0/+56
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 Richard1-14/+16
2017-01-18Fixed #159: parsing error on invalid FETCH BODYSTRUCTURE response.Vincent Richard1-0/+34
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-03-16Modified IMAP parser constructor to make testing easier.Vincent Richard1-4/+10
2014-01-16Added test for "+" not followed by space in continue_req.Vincent Richard1-0/+37
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-6/+7
2013-04-26Allow SPACEs at end of response line (Apple iCloud IMAP server).Vincent Richard1-26/+24
2013-03-08Refactored unit tests.Vincent Richard1-5/+1
2013-02-14Unit tests for POP3Utils.Vincent Richard1-0/+72