aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/bodyPartTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fixed parsing of empty body parts (thanks to John van der Kamp, from Zarafa).Vincent Richard2011-06-251-0/+19
|
* Fixed bug #3174903. Fixed word parsing when buffer does not end with NL. ↵Vincent Richard2011-03-091-0/+76
| | | | Fixed 'no encoding' when forced.
* Fixed boundary parsing (thanks to John van der Kamp, Zarafa).Vincent Richard2010-12-101-1/+1
|
* Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.Vincent Richard2009-09-061-2/+2
|
* Recover from broken emails without a final boundary (Zarafa).Vincent Richard2008-07-111-0/+28
|
* Changed copyright year to 2008.Vincent Richard2008-01-041-1/+1
|
* Changed copyright year to 2007.Vincent Richard2007-01-011-1/+1
|
* Changed copyright year to 2006.Vincent Richard2006-02-051-1/+1
|
* Updated FSF address.Vincent Richard2005-09-171-3/+7
|
* Moved to CppUnit for unit tests framework.Vincent Richard2005-08-251-56/+40
|
* Reference counting and smart pointers.Vincent Richard2005-07-121-1/+1
|
* Updated VMime website URL.Vincent Richard2005-03-181-1/+1
|
* Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard2005-01-281-1/+1
| | | | 'stringContentHandler' and 'streamContentHandler'.
* Changed year to 2005 in copyright header.Vincent Richard2005-01-031-1/+1
|
* Added unit tests for 'bodyPart'.Vincent Richard2005-01-021-0/+93