aboutsummaryrefslogtreecommitdiffstats
path: root/src/charsetConverter_iconv.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard1-475/+0
2013-12-10Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard1-30/+52
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-4/+4
2013-03-25Added support for charset conversion with ICU (thanks to Mehmet Bozkurt).Vincent Richard1-0/+18
2013-02-24Message generation/parsing context. Charset conversion options. Preliminary i...Vincent Richard1-18/+34
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-0/+2
2011-03-31Flush stateful data from iconv (thanks to John van der Kamp, Zarafa).Vincent Richard1-4/+9
2010-02-01Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.Vincent Richard1-14/+24
2010-02-01Fixed bug #2927077: account for multi-byte charsets in invalid sequence output.Vincent Richard1-1/+12
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-11-15Fixed reference + do not clear stream in adapters.Vincent Richard1-0/+2
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2005-10-20Added flush() on 'outputStream' + added unit tests for 'charsetFilteredOutput...Vincent Richard1-0/+56
2005-10-19Added 'charsetFilteredOutputStream'.Vincent Richard1-2/+168
2005-10-19Charset converter.Vincent Richard1-0/+167