aboutsummaryrefslogtreecommitdiffstats
path: root/src/wordEncoder.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ...Vincent Richard1-287/+0
2013-12-10Simplified types for better readability. Use appropriate types (size_t, byte_...Vincent Richard1-14/+14
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-3/+3
2013-03-24Also check for RFC-2047 end sequence.Vincent Richard1-1/+1
2013-02-24Message generation/parsing context. Charset conversion options. Preliminary i...Vincent Richard1-10/+18
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/+3
2010-10-12Better RFC-2047 encoding.Vincent Richard1-43/+2
2010-05-23Improved automatic encoding selection. Added helper functions on body for set...Vincent Richard1-45/+13
2010-05-21Always encode special charsets.Vincent Richard1-4/+62
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-10-12New namespace for encoders.Vincent Richard1-4/+5
2008-10-12Fixed compilation warnings.Vincent Richard1-3/+3
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-11-17Fixed typo causing bad line length computation in RFC-2047 Base64 output.Vincent Richard1-1/+1
2006-10-20Fixed compilation problem with GCC 3.3.Vincent Richard1-1/+1
2006-10-02Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.Vincent Richard1-0/+290