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