aboutsummaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Collapse)AuthorFilesLines
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.
2012-04-05Fixed wrong encoding of line breaks in QP-encoded text (issue #7).Vincent Richard1-0/+24
2012-04-05Added tests for Quoted-Printable encoding.Vincent Richard1-0/+31
2012-04-05Added test: Ensure '7bit' encoding is used when body is 7-bit only.Vincent Richard1-0/+14
2011-06-26Fixed encoding of whitespace. Fixed old test case.Vincent Richard1-1/+41
2011-06-25Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).Vincent Richard1-0/+19
2011-06-19Added support for mailboxes that specify an (encoded) full name with an ↵Vincent Richard1-0/+15
empty email address, set by a <> marker (Zarafa).
2011-03-31Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).Vincent Richard1-0/+10
2011-03-09Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. ↵Vincent Richard1-0/+76
Fixed 'no encoding' when forced.
2011-01-21Fixed possible infinite loop (thanks to John van der Kamp, Zarafa).Vincent Richard1-0/+11
2010-12-10Fixed boundary parsing (thanks to John van der Kamp, Zarafa).Vincent Richard1-1/+1
2010-12-10Fixed unit test after bug fix.Vincent Richard1-1/+1
2010-10-18Fold non-encoded lines in the case there is no whitespace in them.Vincent Richard1-0/+14
2010-10-12Fixed missing whitespace in text parsing.Vincent Richard1-2/+52
2010-10-12Encode quotation marks in QP/RFC-2047.Vincent Richard2-1/+44
2010-08-17Encode TSpecials in RFC-2231 encoded chunks.Vincent Richard1-0/+55
2010-08-05Connection time out.Vincent Richard1-0/+5
2010-05-21Always encode special charsets.Vincent Richard1-1/+32
2010-04-08Fixed parsing of non-significant whitespaces in field values.Vincent Richard1-0/+19
2010-01-20Fixed bug #2933667: CRLF filter broken.Vincent Richard1-0/+1
2009-12-08Fixed not exception-safe constructor, which could lead to possible memory ↵Vincent Richard1-3/+3
leak (thanks to Bartek Szurgot). Get rid of const-ness on factories.