index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
word.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Boost/C++11 shared pointers.
Vincent Richard
2013-11-21
1
-12
/
+11
*
Fixed whitespace parsing before word.
Vincent Richard
2013-03-24
1
-4
/
+6
*
Fixed typo in function name.
Vincent Richard
2013-02-25
1
-4
/
+4
*
Defaults to local charset when assigning word from raw string.
Vincent Richard
2013-02-25
1
-0
/
+1
*
Message generation/parsing context. Charset conversion options. Preliminary i...
Vincent Richard
2013-02-24
1
-34
/
+64
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
Do not fail if charset is not recognized.
Vincent Richard
2012-10-15
1
-1
/
+10
*
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
2012-04-16
1
-4
/
+4
*
Split stream.hpp/.cpp into multiple source files.
Vincent Richard
2012-04-14
1
-0
/
+3
*
Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixe...
Vincent Richard
2011-03-09
1
-10
/
+15
*
Fixed possible read to invalid memory location (thanks to Alexander Konovalov).
Vincent Richard
2011-01-28
1
-1
/
+1
*
Fixed possible infinite loop (thanks to John van der Kamp, Zarafa).
Vincent Richard
2011-01-21
1
-1
/
+1
*
Fold non-encoded lines in the case there is no whitespace in them.
Vincent Richard
2010-10-18
1
-1
/
+34
*
Always encode special charsets.
Vincent Richard
2010-05-21
1
-18
/
+10
*
Don't quote if no encoding is needed.
Vincent Richard
2010-02-10
1
-1
/
+2
*
Use homemade isSpace() instead of std::ispace() for portability.
Vincent Richard
2010-02-03
1
-1
/
+1
*
Removed wide-char support.
Vincent Richard
2010-02-03
1
-14
/
+0
*
Quote mailbox name instead of encoding it whenever it's possible.
Vincent Richard
2009-11-12
1
-3
/
+15
*
Auto-detect filename. Renamed 'filename' argument to 'filepath' for disambigu...
Vincent Richard
2009-11-04
1
-0
/
+6
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
New namespace for encoders.
Vincent Richard
2008-10-12
1
-6
/
+6
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-5
/
+5
*
Fixed extra space in subject (see https://sourceforge.net/forum/message.php?m...
Vincent Richard
2008-04-28
1
-2
/
+40
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
*
Fixed incorrect white-space between words.
Vincent Richard
2007-11-20
1
-5
/
+14
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Fixed bug #1096610: non-integral number of chars in RFC-2047 encoded words.
Vincent Richard
2006-10-02
1
-106
/
+22
*
Force encoding when there is a CR/LF in the word.
Vincent Richard
2006-02-24
1
-0
/
+8
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
Code clean-up.
Vincent Richard
2006-01-08
1
-3
/
+3
*
Refactored header field values and parameters.
Vincent Richard
2005-11-04
1
-1
/
+1
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+7
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
1
-12
/
+12
*
Fixed a bug in word parsing.
Vincent Richard
2005-06-13
1
-2
/
+18
*
Updated VMime website URL.
Vincent Richard
2005-03-18
1
-1
/
+1
*
Fixed compilation problems on Solaris 9.
Vincent Richard
2005-03-16
1
-2
/
+2
*
Moved word parsing from 'text' class to 'word' class.
Vincent Richard
2005-03-15
1
-2
/
+580
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
1
-1
/
+1
*
Moved all header files to 'vmime/' directory.
Vincent Richard
2004-12-26
1
-1
/
+1
*
Refactoring (see ChangeLog).
Vincent Richard
2004-10-21
1
-2
/
+45
*
Initial import.
Vincent Richard
2004-10-05
1
-0
/
+102