aboutsummaryrefslogtreecommitdiffstats
path: root/src/word.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Boost/C++11 shared pointers.Vincent Richard2013-11-211-12/+11
* Fixed whitespace parsing before word.Vincent Richard2013-03-241-4/+6
* Fixed typo in function name.Vincent Richard2013-02-251-4/+4
* Defaults to local charset when assigning word from raw string.Vincent Richard2013-02-251-0/+1
* Message generation/parsing context. Charset conversion options. Preliminary i...Vincent Richard2013-02-241-34/+64
* Updated copyright year and maintainer email address.Vincent Richard2013-01-101-1/+1
* Do not fail if charset is not recognized.Vincent Richard2012-10-151-1/+10
* Added ability to parse directly from an input stream (eg. file). This allows ...Vincent Richard2012-04-161-4/+4
* Split stream.hpp/.cpp into multiple source files.Vincent Richard2012-04-141-0/+3
* Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixe...Vincent Richard2011-03-091-10/+15
* Fixed possible read to invalid memory location (thanks to Alexander Konovalov).Vincent Richard2011-01-281-1/+1
* Fixed possible infinite loop (thanks to John van der Kamp, Zarafa).Vincent Richard2011-01-211-1/+1
* Fold non-encoded lines in the case there is no whitespace in them.Vincent Richard2010-10-181-1/+34
* Always encode special charsets.Vincent Richard2010-05-211-18/+10
* Don't quote if no encoding is needed.Vincent Richard2010-02-101-1/+2
* Use homemade isSpace() instead of std::ispace() for portability.Vincent Richard2010-02-031-1/+1
* Removed wide-char support.Vincent Richard2010-02-031-14/+0
* Quote mailbox name instead of encoding it whenever it's possible.Vincent Richard2009-11-121-3/+15
* Auto-detect filename. Renamed 'filename' argument to 'filepath' for disambigu...Vincent Richard2009-11-041-0/+6
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
* New namespace for encoders.Vincent Richard2008-10-121-6/+6
* Fixed compilation warnings.Vincent Richard2008-10-121-5/+5
* Fixed extra space in subject (see https://sourceforge.net/forum/message.php?m...Vincent Richard2008-04-281-2/+40
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
* Fixed incorrect white-space between words.Vincent Richard2007-11-201-5/+14
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
* Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.Vincent Richard2006-10-021-106/+22
* Force encoding when there is a CR/LF in the word.Vincent Richard2006-02-241-0/+8
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
* Code clean-up.Vincent Richard2006-01-081-3/+3
* Refactored header field values and parameters.Vincent Richard2005-11-041-1/+1
* Updated FSF address.Vincent Richard2005-09-171-3/+7
* Reference counting and smart pointers.Vincent Richard2005-07-121-12/+12
* Fixed a bug in word parsing.Vincent Richard2005-06-131-2/+18
* 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-2/+580
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-261-1/+1
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-2/+45
* Initial import.Vincent Richard2004-10-051-0/+102