index
:
vmime
master
A powerful C++ class library for working with RFC-822 and MIME messages and Internet messaging services like IMAP, POP or SMTP.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
parser
/
bodyPartTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).
Vincent Richard
2011-06-25
1
-0
/
+19
*
Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. Fixe...
Vincent Richard
2011-03-09
1
-0
/
+76
*
Fixed boundary parsing (thanks to John van der Kamp, Zarafa).
Vincent Richard
2010-12-10
1
-1
/
+1
*
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
2009-09-06
1
-2
/
+2
*
Recover from broken emails without a final boundary (Zarafa).
Vincent Richard
2008-07-11
1
-0
/
+28
*
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
*
Changed copyright year to 2006.
Vincent Richard
2006-02-05
1
-1
/
+1
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+7
*
Moved to CppUnit for unit tests framework.
Vincent Richard
2005-08-25
1
-56
/
+40
*
Reference counting and smart pointers.
Vincent Richard
2005-07-12
1
-1
/
+1
*
Updated VMime website URL.
Vincent Richard
2005-03-18
1
-1
/
+1
*
Splitted 'contentHandler' into three classes: 'emptyContentHandler', 'stringC...
Vincent Richard
2005-01-28
1
-1
/
+1
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
1
-1
/
+1
*
Added unit tests for 'bodyPart'.
Vincent Richard
2005-01-02
1
-0
/
+93