aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-21Boost/C++11 shared pointers.Vincent Richard37-719/+469
2013-11-15Use "std::map" instead of "propertySet" in url class.Vincent Richard1-12/+15
2013-11-14Custom fetch attributes.Vincent Richard1-1/+1
2013-10-16Fixed group parsing in mailboxList.Vincent Richard1-0/+48
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-07-11Refactored the way embedded objects are referenced in MHTML.Vincent Richard1-0/+3
2013-06-27Do not QP-encode CRLFs when content type is text.Vincent Richard1-0/+66
2013-06-27Removed debug printf.Vincent Richard1-1/+0
2013-06-26Unit tests for content handlers.Vincent Richard5-1/+609
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard7-414/+758
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 Richard4-2/+347
for SMTP.
2013-06-13Added support for transport padding in boundary (issue #38).Vincent Richard1-0/+42
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-06-09Fixed comment.Vincent Richard1-1/+1
2013-05-14Removed test as it is invalid.Vincent Richard1-23/+0
2013-05-12Explicit platform handler initialization is not needed anymore.Vincent Richard1-3/+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-04-16Added filtered output stream to transform LFs to CRLFs.Vincent Richard2-0/+42
2013-03-25Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard2-1/+12
2013-03-24Strip spaces at end of header lines (Zarafa).Vincent Richard1-0/+17
2013-03-24Fixed warnings and 64-bit issues.Vincent Richard3-14/+14
2013-03-24Let whitespace break the value of a parameterized header field, not just a ↵Vincent Richard1-0/+12
';' (thanks to Zarafa).
2013-03-24Fixed parsing header field value on next line.Vincent Richard1-0/+17
2013-03-18Updated tests for charset conversion.Vincent Richard10-414/+387
Added test for UTF-7 encoding availability. Added test for input buffer underflow in charsetFilteredOutputStream. Refactored charset conversion tests and removed useless tests.
2013-03-11Fixed mailbox and mailbox group parsing. Added unit tests.Vincent Richard2-0/+115
2013-03-08Refactored unit tests.Vincent Richard43-351/+312
2013-02-27Throw exception when an invalid value type is set in a header field.Vincent Richard1-0/+56
2013-02-25Fixed typo in function name.Vincent Richard1-3/+3
2013-02-25Unit tests for wordEncoder.Vincent Richard1-0/+126
2013-02-24Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard5-22/+388
implementation of RFC-6532.
2013-02-20Fixed SMTP dot stuffing at the beginning of content.Vincent Richard1-0/+6
2013-02-17Added helper function to replace header field.Vincent Richard1-0/+19
2013-02-17Reset SMTP session state (using RSET command) if transport is being reused.Vincent Richard1-0/+9
2013-02-15Unit tests for seekableInputStreamRegionAdapter.Vincent Richard1-0/+162
2013-02-14Unit tests for output stream adapters.Vincent Richard3-0/+266
2013-02-14Unit tests for POP3Utils.Vincent Richard1-0/+72
2013-02-13Unit tests for POP3Response.Vincent Richard1-0/+208
2013-02-12Unit tests for SMTPCommand and SMTPCommandSet. Fixed ↵Vincent Richard3-1/+340
SMTPCommandSet::isFinished().
2013-01-10Updated copyright year and maintainer email address.Vincent Richard32-32/+32
2012-12-12Trivial 64-bit warning fixes.Vincent Richard3-4/+5
2012-12-11Fixed compilation issues in unit tests.Vincent Richard3-12/+56
2012-04-16Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard1-0/+89
very big messages to be parsed without loading the whole message data into memory.