aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Updated FSF address.Vincent Richard2005-09-171-3/+7
* Reference counting and smart pointers.Vincent Richard2005-07-121-40/+54
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
* Fixed compilation problems on Solaris 9.Vincent Richard2005-03-161-2/+2
* Moved word parsing from 'text' class to 'word' class.Vincent Richard2005-03-151-502/+18
* Fixed bug with CRLF between two encoded words.Vincent Richard2005-03-141-1/+1
* Moved 'static' functions into 'parserHelpers' class.Vincent Richard2005-02-051-3/+3
* Fixed possible segfault when encoding is Base64.Vincent Richard2005-02-011-1/+1
* Removed useless 'const' in return value of some functions.Vincent Richard2005-01-061-1/+1
* Fixed compilation errors with 'isascii' on some systems.Vincent Richard2005-01-051-0/+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 utility:...Vincent Richard2005-01-011-4/+5
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-5/+5
* Added component::getChildComponents() function.Vincent Richard2004-12-201-0/+7
* Added parsing bounds on 'component'.Vincent Richard2004-12-151-0/+2
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "tex...Vincent Richard2004-11-071-2/+525
* Fixed operator==().Vincent Richard2004-10-261-2/+2
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-83/+161
* Initial import.Vincent Richard2004-10-051-0/+240