aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Added support for RFC-2231.Vincent Richard2005-04-121-0/+249
|
* Added new basic type 'messageIdSequence'.Vincent Richard2005-03-272-0/+179
|
* Basic support for MDN (RFC-3798).Vincent Richard2005-03-251-0/+119
|
* Basic support for 'Disposition' header field.Vincent Richard2005-03-231-0/+168
|
* Updated VMime website URL.Vincent Richard2005-03-187-7/+7
|
* More unit tests for 'text' class.Vincent Richard2005-03-151-3/+103
|
* Added test for linear-white-space between encoded words.Vincent Richard2005-03-141-0/+26
|
* 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-037-7/+7
|
* Fixed compilation warnings in 'headerTest'.Vincent Richard2005-01-021-17/+17
|
* Added unit tests for 'bodyPart'.Vincent Richard2005-01-021-0/+93
|
* Autotools and libtool support.Vincent Richard2004-12-305-5/+5
|
* Moved all header files to 'vmime/' directory.Vincent Richard2004-12-265-12/+12
|
* Default platform handlers (currently only POSIX).Vincent Richard2004-12-185-10/+10
|
* All header tests-functions addedLaurent Richard2004-12-061-0/+186
|
* Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard2004-11-071-0/+2
| | | | "text.cpp".
* Added tests for media type.Vincent Richard2004-11-071-0/+115
|
* Added tests for Quoted-Printable encoding.Vincent Richard2004-11-061-3/+111
|
* Removed "old-style" tests for encoder and mailbox. Added new test for encoder.Vincent Richard2004-11-061-0/+190
|
* New build system for unit tests.Vincent Richard2004-11-064-4/+360
|
* added tests for getFieldCount, isEmpty, getFieldAt, getFieldList functionsLaurent Richard2004-10-251-0/+72
|
* Added tests for hasField() and findField() functions.Laurent Richard2004-10-211-0/+38
|
* Refactoring (see ChangeLog).Vincent Richard2004-10-211-112/+15
|
* header class unit tests addedLaurent Richard2004-10-181-19/+91
|
* New unit test system: Unit++.Laurent Richard2004-10-072-0/+105
Added test for header::getAllByName/Type