aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/charsetTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* vmime: avoid changing SEVEN_BIT when encoding::decideImpl sees U+007F (#303)Jan Engelhardt2024-05-211-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]>
* Prevent accessing empty bufferibanic2021-05-151-0/+27
|
* Code style and clarity.Vincent Richard2018-09-051-45/+47
|
* Issue #103: fix badly encoded words.Vincent Richard2015-02-161-2/+103
|
* Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard2013-03-251-1/+2
|
* Fixed warnings and 64-bit issues.Vincent Richard2013-03-241-4/+4
|
* Updated tests for charset conversion.Vincent Richard2013-03-181-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.
* Refactored unit tests.Vincent Richard2013-03-081-5/+1
|
* Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard2013-02-241-17/+71
| | | | implementation of RFC-6532.
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).Vincent Richard2011-03-311-0/+10
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Added flush() on 'outputStream' + added unit tests for ↵Vincent Richard2005-10-201-0/+34
| | | | 'charsetFilteredOutputStream' when input contains invalid sequences.
* Added 'charsetFilteredOutputStream'.Vincent Richard2005-10-191-0/+236