Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vmime: avoid changing SEVEN_BIT when encoding::decideImpl sees U+007F (#303) | Jan Engelhardt | 2024-05-21 | 1 | -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 buffer | ibanic | 2021-05-15 | 1 | -0/+27 |
| | |||||
* | Code style and clarity. | Vincent Richard | 2018-09-05 | 1 | -45/+47 |
| | |||||
* | Issue #103: fix badly encoded words. | Vincent Richard | 2015-02-16 | 1 | -2/+103 |
| | |||||
* | Added support for charset conversion with ICU (thanks to Mehmet Bozkurt). | Vincent Richard | 2013-03-25 | 1 | -1/+2 |
| | |||||
* | Fixed warnings and 64-bit issues. | Vincent Richard | 2013-03-24 | 1 | -4/+4 |
| | |||||
* | Updated tests for charset conversion. | Vincent Richard | 2013-03-18 | 1 | -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 Richard | 2013-03-08 | 1 | -5/+1 |
| | |||||
* | Message generation/parsing context. Charset conversion options. Preliminary ↵ | Vincent Richard | 2013-02-24 | 1 | -17/+71 |
| | | | | implementation of RFC-6532. | ||||
* | Updated copyright year and maintainer email address. | Vincent Richard | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | Flush stateful data from iconv (thanks to John van der Kamp, Zarafa). | Vincent Richard | 2011-03-31 | 1 | -0/+10 |
| | |||||
* | Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009. | Vincent Richard | 2009-09-06 | 1 | -2/+2 |
| | |||||
* | Changed copyright year to 2008. | Vincent Richard | 2008-01-04 | 1 | -1/+1 |
| | |||||
* | Changed copyright year to 2007. | Vincent Richard | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | Changed copyright year to 2006. | Vincent Richard | 2006-02-05 | 1 | -1/+1 |
| | |||||
* | Added flush() on 'outputStream' + added unit tests for ↵ | Vincent Richard | 2005-10-20 | 1 | -0/+34 |
| | | | | 'charsetFilteredOutputStream' when input contains invalid sequences. | ||||
* | Added 'charsetFilteredOutputStream'. | Vincent Richard | 2005-10-19 | 1 | -0/+236 |