aboutsummaryrefslogtreecommitdiffstats
path: root/src/charset.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Improved automatic encoding selection. Added helper functions on body for ↵Vincent Richard2010-05-231-0/+50
| | | | setting contents, type, charset and encoding.
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Fixed compilation warnings.Vincent Richard2008-10-121-2/+2
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Renamed 'vmime::platformDependant' to 'vmime::platform'.Vincent Richard2006-10-111-2/+2
|
* Fixed parsing when space occurs at the end of the field value.Vincent Richard2006-08-251-1/+2
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Charset converter.Vincent Richard2005-10-191-27/+0
|
* Charset converter.Vincent Richard2005-10-191-139/+6
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Input buffer size.Vincent Richard2005-09-161-2/+4
|
* Allow creating 'charset' objects from 'const char*' (for constants).Vincent Richard2005-07-201-17/+6
|
* Reference counting and smart pointers.Vincent Richard2005-07-121-4/+4
|
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
|
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
|
* Added 'utility::datetimeUtils' + fixed 'stringUtils' not in namespace 'utility'.Vincent Richard2005-01-021-1/+1
|
* Converted all C-style casts to C++-style casts + added unit test for ↵Vincent Richard2005-01-011-16/+36
| | | | utility::md5.
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-4/+4
|
* Some more class documentation.Vincent Richard2004-12-221-0/+4
|
* Added component::getChildComponents() function.Vincent Richard2004-12-201-0/+6
|
* Added parsing bounds on 'component'.Vincent Richard2004-12-151-0/+2
|
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-55/+25
|
* Initial import.Vincent Richard2004-10-051-0/+305