aboutsummaryrefslogtreecommitdiffstats
path: root/src/word.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-29Merged source and header files in directory structure. Got rid of SConstruct ↵Vincent Richard1-793/+0
build.
2013-12-24using context for parsingJack1-1/+1
2013-12-10Simplified types for better readability. Use appropriate types (size_t, ↵Vincent Richard1-22/+22
byte_t...). Minor warning fixes.
2013-11-21Boost/C++11 shared pointers.Vincent Richard1-12/+11
2013-03-24Fixed whitespace parsing before word.Vincent Richard1-4/+6
2013-02-25Fixed typo in function name.Vincent Richard1-4/+4
2013-02-25Defaults to local charset when assigning word from raw string.Vincent Richard1-0/+1
2013-02-24Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard1-34/+64
implementation of RFC-6532.
2013-01-10Updated copyright year and maintainer email address.Vincent Richard1-1/+1
2012-10-15Do not fail if charset is not recognized.Vincent Richard1-1/+10
2012-04-16Added ability to parse directly from an input stream (eg. file). This allows ↵Vincent Richard1-4/+4
very big messages to be parsed without loading the whole message data into memory.
2012-04-14Split stream.hpp/.cpp into multiple source files.Vincent Richard1-0/+3
2011-03-09Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. ↵Vincent Richard1-10/+15
Fixed 'no encoding' when forced.
2011-01-28Fixed possible read to invalid memory location (thanks to Alexander Konovalov).Vincent Richard1-1/+1
2011-01-21Fixed possible infinite loop (thanks to John van der Kamp, Zarafa).Vincent Richard1-1/+1
2010-10-18Fold non-encoded lines in the case there is no whitespace in them.Vincent Richard1-1/+34
2010-05-21Always encode special charsets.Vincent Richard1-18/+10
2010-02-10Don't quote if no encoding is needed.Vincent Richard1-1/+2
2010-02-03Use homemade isSpace() instead of std::ispace() for portability.Vincent Richard1-1/+1
2010-02-03Removed wide-char support.Vincent Richard1-14/+0
2009-11-12Quote mailbox name instead of encoding it whenever it's possible.Vincent Richard1-3/+15
2009-11-04Auto-detect filename. Renamed 'filename' argument to 'filepath' for ↵Vincent Richard1-0/+6
disambiguity. Added constructor for input stream. Use 'word' instead of 'string' for filename.
2009-09-06Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard1-2/+2
2008-10-12New namespace for encoders.Vincent Richard1-6/+6
2008-10-12Fixed compilation warnings.Vincent Richard1-5/+5
2008-04-28Fixed extra space in subject (see ↵Vincent Richard1-2/+40
https://sourceforge.net/forum/message.php?msg_id=4894970).
2008-01-04Changed copyright year to 2008.Vincent Richard1-1/+1
2007-11-20Fixed incorrect white-space between words.Vincent Richard1-5/+14
2007-01-01Changed copyright year to 2007.Vincent Richard1-1/+1
2006-10-02Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.Vincent Richard1-106/+22
2006-02-24Force encoding when there is a CR/LF in the word.Vincent Richard1-0/+8
2006-02-05Changed copyright year to 2006.Vincent Richard1-1/+1
2006-01-08Code clean-up.Vincent Richard1-3/+3
2005-11-04Refactored header field values and parameters.Vincent Richard1-1/+1
2005-09-17Updated FSF address.Vincent Richard1-3/+7
2005-07-12Reference counting and smart pointers.Vincent Richard1-12/+12
2005-06-13Fixed a bug in word parsing.Vincent Richard1-2/+18
2005-03-18Updated VMime website URL.Vincent Richard1-1/+1
2005-03-16Fixed compilation problems on Solaris 9.Vincent Richard1-2/+2
2005-03-15Moved word parsing from 'text' class to 'word' class.Vincent Richard1-2/+580
2005-01-03Changed year to 2005 in copyright header.Vincent Richard1-1/+1
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard1-1/+1
2004-10-21Refactoring (see ChangeLog).Vincent Richard1-2/+45