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