aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/charsetTest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-05-21vmime: avoid changing SEVEN_BIT when encoding::decideImpl sees U+007F (#303)Jan Engelhardt1-0/+11
* vmime: avoid changing SEVEN_BIT when encoding::decideImpl sees U+007F Do not switch to QP/B64 when encountering U+007F. U+007F is part of ASCII just as much as U+0001 is. --------- Co-authored-by: Vincent Richard <[email protected]>
2021-05-15Prevent accessing empty bufferibanic1-0/+27
2018-09-05Code style and clarity.Vincent Richard1-45/+47
2015-02-16Issue #103: fix badly encoded words.Vincent Richard1-2/+103
2013-03-25Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard1-1/+2
2013-03-24Fixed warnings and 64-bit issues.Vincent Richard1-4/+4
2013-03-18Updated tests for charset conversion.Vincent Richard1-222/+40
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-08Refactored unit tests.Vincent Richard1-5/+1
2013-02-24Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard1-17/+71
implementation of RFC-6532.
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2011-03-31Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).Vincent Richard1-0/+10
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2005-10-20Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard1-0/+34
'charsetFilteredOutputStream' when input contains invalid sequences.
2005-10-19Added 'charsetFilteredOutputStream'.Vincent Richard1-0/+236