index
:
VMIME
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
body.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Updated copyright year and maintainer email address.
Vincent Richard
2013-01-10
1
-1
/
+1
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-12-12
1
-8
/
+8
*
Trivial 64-bit warning fixes.
Vincent Richard
2012-11-29
1
-2
/
+2
*
Added ability to parse directly from an input stream (eg. file). This allows ...
Vincent Richard
2012-04-16
1
-64
/
+156
*
Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).
Vincent Richard
2011-06-25
1
-0
/
+5
*
Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixe...
Vincent Richard
2011-03-09
1
-4
/
+10
*
Fixed boundary parsing (thanks to John van der Kamp, Zarafa).
Vincent Richard
2010-12-10
1
-2
/
+41
*
Improved automatic encoding selection. Added helper functions on body for set...
Vincent Richard
2010-05-23
1
-3
/
+95
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
Fixed compilation warnings.
Vincent Richard
2008-10-12
1
-4
/
+4
*
Fixed 'negative unsigned' index causing crash (Zarafa).
Vincent Richard
2008-07-11
1
-2
/
+2
*
Recover from broken emails without a final boundary (Zarafa).
Vincent Richard
2008-07-11
1
-1
/
+22
*
Changed copyright year to 2008.
Vincent Richard
2008-01-04
1
-1
/
+1
*
Changed copyright year to 2007.
Vincent Richard
2007-01-01
1
-1
/
+1
*
Refactored and cleaned up smart pointers.
Vincent Richard
2006-03-29
1
-11
/
+15
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
Refactored header field values and parameters.
Vincent Richard
2005-11-04
1
-6
/
+9
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+7
*
Content handler constness.
Vincent Richard
2005-08-17
1
-1
/
+1
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
1
-90
/
+65
*
Updated VMime website URL.
Vincent Richard
2005-03-18
1
-1
/
+1
*
Fixed compilation problems on Solaris 9.
Vincent Richard
2005-03-16
1
-1
/
+1
*
Moved 'static' functions into 'parserHelpers' class.
Vincent Richard
2005-02-05
1
-1
/
+1
*
Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringC...
Vincent Richard
2005-01-28
1
-14
/
+21
*
Removed useless 'const' in return value of some functions.
Vincent Richard
2005-01-06
1
-1
/
+1
*
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
-6
/
+6
*
Added component::getChildComponents() function.
Vincent Richard
2004-12-20
1
-0
/
+10
*
Added parsing bounds on 'component'.
Vincent Richard
2004-12-15
1
-0
/
+2
*
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to "tex...
Vincent Richard
2004-11-07
1
-4
/
+8
*
Refactoring (see ChangeLog).
Vincent Richard
2004-10-21
1
-103
/
+263
*
Initial import.
Vincent Richard
2004-10-05
1
-0
/
+543