index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
parser
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2017-01-02
Always ignore newlines between words.
Vincent Richard
1
-0
/
+4
2016-11-05
Fixed #149: don't loose charset when fixing invalid broken words.
Vincent Richard
1
-13
/
+66
2016-03-13
Issue #126: more warnings fixed.
Vincent Richard
1
-1
/
+1
2015-06-07
Estimate generated size of parameterized field.
Vincent Richard
1
-0
/
+140
2015-05-03
Fixed parsing of UTF8 email addresses (RFC-2047 local part + IDNA domain name).
Vincent Richard
1
-0
/
+16
2015-02-19
Fixed unit test so that is does not depend on the current locale charset.
Vincent Richard
1
-1
/
+3
2015-02-16
Issue #103: fix badly encoded words.
Vincent Richard
2
-2
/
+149
2015-01-14
Fixed issue #98: support for wrongly padded B64 words.
Vincent Richard
1
-0
/
+22
2014-06-30
Added support for language specification in RFC-2047 encoded words and RFC-22...
Vincent Richard
3
-6
/
+53
2014-06-17
Allow choosing between encoding modes for parameter values.
Vincent Richard
1
-21
/
+87
2014-06-06
Removed useless 'virtual' inheritance (fixed issue #84).
Vincent Richard
1
-1
/
+1
2014-06-01
Fixed parsing of empty lines in header field value.
Vincent Richard
1
-0
/
+17
2014-01-15
Do not make calls to setlocale() in a library. Use default user locale in tes...
Vincent Richard
3
-0
/
+72
2013-12-10
Simplified types for better readability. Use appropriate types (size_t, byte_...
Vincent Richard
3
-6
/
+6
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
15
-174
/
+178
2013-10-16
Fixed group parsing in mailboxList.
Vincent Richard
1
-0
/
+48
2013-07-11
Refactored the way embedded objects are referenced in MHTML.
Vincent Richard
1
-0
/
+3
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
4
-0
/
+600
2013-06-24
Added support for SIZE SMTP extension (RFC-1870).
Vincent Richard
1
-0
/
+57
2013-06-13
Added support for transport padding in boundary (issue #38).
Vincent Richard
1
-0
/
+42
2013-06-09
Fixed comment.
Vincent Richard
1
-1
/
+1
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
2
-10
/
+10
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
3
-222
/
+348
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
17
-85
/
+17
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
4
-21
/
+372
2013-02-17
Added helper function to replace header field.
Vincent Richard
1
-0
/
+19
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
14
-14
/
+14
2012-12-12
Trivial 64-bit warning fixes.
Vincent Richard
1
-1
/
+1
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 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
2010-10-18
Fold non-encoded lines in the case there is no whitespace in them.
Vincent Richard
1
-0
/
+14
2010-10-12
Fixed missing whitespace in text parsing.
Vincent Richard
1
-2
/
+52
[next]