aboutsummaryrefslogtreecommitdiffstats
path: root/src/utility/encoder (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard2013-12-299-1632/+0
| | | | build.
* Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard2013-12-104-126/+123
| | | | byte_t...). Minor warning fixes.
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-9/+9
|
* Renamed default encoder.Vincent Richard2013-06-241-6/+6
|
* Added support for SIZE SMTP extension (RFC-1870).Vincent Richard2013-06-244-0/+70
|
* Updated copyright year and maintainer email address.Vincent Richard2013-01-109-9/+9
|
* Fixed type for maximum line length.Vincent Richard2012-12-221-5/+6
|
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-2/+2
|
* Trivial 64-bit warning fixes.Vincent Richard2012-11-293-10/+10
|
* Migrated build system to CMake. Conditional file compilation. Automatic ↵Vincent Richard2012-11-011-6/+6
| | | | selection of platform handler.
* Support for bogus encoding name 'bmoted-printable' (Zarafa).Vincent Richard2012-10-151-0/+3
|
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+2
|
* Fixed wrong encoding of line breaks in QP-encoded text (issue #7).Vincent Richard2012-04-051-4/+5
|
* Better RFC-2047 encoding.Vincent Richard2010-10-121-104/+167
|
* Encode quotation marks in QP/RFC-2047.Vincent Richard2010-10-121-0/+1
|
* Register non-standard encoding names.Vincent Richard2010-04-131-0/+4
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-069-18/+18
|
* New namespace for encoders.Vincent Richard2008-10-129-0/+1490