index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-06-27
Do not QP-encode CRLFs when content type is text.
Vincent Richard
1
-0
/
+66
2013-06-27
Removed debug printf.
Vincent Richard
1
-1
/
+0
2013-06-26
Unit tests for content handlers.
Vincent Richard
5
-1
/
+609
2013-06-24
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
7
-414
/
+758
2013-06-22
Return after sending message when sending is supported.
Vincent Richard
1
-0
/
+3
2013-06-20
Added support for CHUNKING SMTP extension (RFC-3030). More robust unit tests ...
Vincent Richard
4
-2
/
+347
2013-06-13
Added support for transport padding in boundary (issue #38).
Vincent Richard
1
-0
/
+42
2013-06-12
Added support for SMTPUTF8 extension (RFC-6531).
Vincent Richard
1
-2
/
+42
2013-06-12
Moved POP3 connection-related things to POP3Connection object.
Vincent Richard
4
-10
/
+99
2013-06-11
Moved POP3 client command related things to POP3Command class.
Vincent Richard
1
-0
/
+223
2013-06-09
Fixed comment.
Vincent Richard
1
-1
/
+1
2013-05-14
Removed test as it is invalid.
Vincent Richard
1
-23
/
+0
2013-05-12
Explicit platform handler initialization is not needed anymore.
Vincent Richard
1
-3
/
+0
2013-04-26
Allow SPACEs at end of response line (Apple iCloud IMAP server).
Vincent Richard
1
-0
/
+66
2013-04-26
Added unit tests for IMAPTag. Initialize sequence number at 1.
Vincent Richard
1
-0
/
+88
2013-04-16
Added filtered output stream to transform LFs to CRLFs.
Vincent Richard
2
-0
/
+42
2013-03-25
Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).
Vincent Richard
2
-1
/
+12
2013-03-24
Strip spaces at end of header lines (Zarafa).
Vincent Richard
1
-0
/
+17
2013-03-24
Fixed warnings and 64-bit issues.
Vincent Richard
3
-14
/
+14
2013-03-24
Let whitespace break the value of a parameterized header field, not just a ';...
Vincent Richard
1
-0
/
+12
2013-03-24
Fixed parsing header field value on next line.
Vincent Richard
1
-0
/
+17
2013-03-18
Updated tests for charset conversion.
Vincent Richard
10
-414
/
+387
2013-03-11
Fixed mailbox and mailbox group parsing. Added unit tests.
Vincent Richard
2
-0
/
+115
2013-03-08
Refactored unit tests.
Vincent Richard
43
-351
/
+312
2013-02-27
Throw exception when an invalid value type is set in a header field.
Vincent Richard
1
-0
/
+56
2013-02-25
Fixed typo in function name.
Vincent Richard
1
-3
/
+3
2013-02-25
Unit tests for wordEncoder.
Vincent Richard
1
-0
/
+126
2013-02-24
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
5
-22
/
+388
2013-02-20
Fixed SMTP dot stuffing at the beginning of content.
Vincent Richard
1
-0
/
+6
2013-02-17
Added helper function to replace header field.
Vincent Richard
1
-0
/
+19
2013-02-17
Reset SMTP session state (using RSET command) if transport is being reused.
Vincent Richard
1
-0
/
+9
2013-02-15
Unit tests for seekableInputStreamRegionAdapter.
Vincent Richard
1
-0
/
+162
2013-02-14
Unit tests for output stream adapters.
Vincent Richard
3
-0
/
+266
2013-02-14
Unit tests for POP3Utils.
Vincent Richard
1
-0
/
+72
2013-02-13
Unit tests for POP3Response.
Vincent Richard
1
-0
/
+208
2013-02-12
Unit tests for SMTPCommand and SMTPCommandSet. Fixed SMTPCommandSet::isFinish...
Vincent Richard
3
-1
/
+340
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
32
-32
/
+32
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
3
-4
/
+5
2012-12-11
Fixed compilation issues in unit tests.
Vincent Richard
3
-12
/
+56
2012-04-16
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
1
-0
/
+89
2012-04-05
Fixed wrong encoding of line breaks in QP-encoded text (issue #7).
Vincent Richard
1
-0
/
+24
2012-04-05
Added tests for Quoted-Printable encoding.
Vincent Richard
1
-0
/
+31
2012-04-05
Added test: Ensure '7bit' encoding is used when body is 7-bit only.
Vincent Richard
1
-0
/
+14
2011-06-26
Fixed encoding of whitespace. Fixed old test case.
Vincent Richard
1
-1
/
+41
2011-06-25
Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).
Vincent Richard
1
-0
/
+19
2011-06-19
Added support for mailboxes that specify an (encoded) full name with an empty...
Vincent Richard
1
-0
/
+15
2011-03-31
Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).
Vincent Richard
1
-0
/
+10
2011-03-09
Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixe...
Vincent Richard
1
-0
/
+76
2011-01-21
Fixed possible infinite loop (thanks to John van der Kamp, Zarafa).
Vincent Richard
1
-0
/
+11
2010-12-10
Fixed boundary parsing (thanks to John van der Kamp, Zarafa).
Vincent Richard
1
-1
/
+1
[prev]
[next]