aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/encoder (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard9-1632/+0
build.
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard4-126/+123
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-9/+9
2013-06-24Renamed default encoder.Vincent Richard1-6/+6
2013-06-24Added support for SIZE SMTP extension (RFC-1870).Vincent Richard4-0/+70
2013-01-10Updated copyright year and maintainer email address.Vincent Richard9-9/+9
2012-12-22Fixed type for maximum line length.Vincent Richard1-5/+6
2012-12-12Trivial 64-bit warning fixes.Vincent Richard1-2/+2
2012-11-29Trivial 64-bit warning fixes.Vincent Richard3-10/+10
2012-11-01Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard1-6/+6
selection of platform handler.
2012-10-15Support for bogus encoding name 'bmoted-printable' (Zarafa).Vincent Richard1-0/+3
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-0/+2
2012-04-05Fixed wrong encoding of line breaks in QP-encoded text (issue #7).Vincent Richard1-4/+5
2010-10-12Better RFC-2047 encoding.Vincent Richard1-104/+167
2010-10-12Encode quotation marks in QP/RFC-2047.Vincent Richard1-0/+1
2010-04-13Register non-standard encoding names.Vincent Richard1-0/+4
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard9-18/+18
2008-10-12New namespace for encoders.Vincent Richard9-0/+1490