aboutsummaryrefslogtreecommitdiffstats
path: root/src/word.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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