aboutsummaryrefslogtreecommitdiffstats
path: root/src/text.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-35/+35
|
* Fixed typo in function name.Vincent Richard2013-02-251-1/+1
|
* Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard2013-02-241-13/+32
| | | | implementation of RFC-6532.
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
|
* Trivial 64-bit warning fixes.Vincent Richard2012-12-121-7/+7
|
* Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard2012-04-161-4/+4
| | | | very big messages to be parsed without loading the whole message data into memory.
* Fixed encoding of whitespace. Fixed old test case.Vincent Richard2011-06-261-6/+0
|
* Fixed missing whitespace in text parsing.Vincent Richard2010-10-121-0/+12
|
* Take account of charset recommended encoding (thanks to John van der Kamp, ↵Vincent Richard2010-07-171-8/+19
| | | | Zarafa).
* Removed wide-char support.Vincent Richard2010-02-031-15/+0
|
* 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-4/+4
|
* Fixed extra space in subject (see ↵Vincent Richard2008-04-281-44/+59
| | | | https://sourceforge.net/forum/message.php?msg_id=4894970).
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Fixed incorrect white-space between words.Vincent Richard2007-11-201-1/+2
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Code clean-up.Vincent Richard2006-01-081-17/+15
|
* Refactored header field values and parameters.Vincent Richard2005-11-041-1/+15
|
* 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 ↵Vincent Richard2005-01-011-4/+5
| | | | utility::md5.
* 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 ↵Vincent Richard2004-11-071-2/+525
| | | | "text.cpp".
* 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