aboutsummaryrefslogtreecommitdiffstats
path: root/src/encoderQP.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* New namespace for encoders.Vincent Richard2008-10-121-469/+0
* Fixed compilation warnings.Vincent Richard2008-10-121-5/+4
* Encode '?' characters to avoid breaking QP encoding (Zarafa).Vincent Richard2008-07-111-1/+1
* Escape all RFC-2047 'especials' characters (Zarafa).Vincent Richard2008-07-111-0/+8
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Renamed 'progressionListener' to 'progressListener'.Vincent Richard2005-10-061-2/+2
* Updated FSF address.Vincent Richard2005-09-171-3/+7
* Added progression notifications.Vincent Richard2005-09-031-2/+32
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
* Converted all C-style casts to C++-style casts + added unit test for utility:...Vincent Richard2005-01-011-13/+15
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-2/+2
* Some more class documentation.Vincent Richard2004-12-221-0/+4
* Fixed a typo in RFC-2047 QP conversion: ' ' (SPACE) should be '_' (underscore).Vincent Richard2004-11-061-1/+1
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-6/+6
* Initial import.Vincent Richard2004-10-051-0/+422