aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser (unfollow)
Commit message (Collapse)AuthorFilesLines
2005-04-12Added support for RFC-2231.Vincent Richard1-0/+249
2005-03-27Added new basic type 'messageIdSequence'.Vincent Richard2-0/+179
2005-03-25Basic support for MDN (RFC-3798).Vincent Richard1-0/+119
2005-03-23Basic support for 'Disposition' header field.Vincent Richard1-0/+168
2005-03-18Updated VMime website URL.Vincent Richard7-7/+7
2005-03-15More unit tests for 'text' class.Vincent Richard1-3/+103
2005-03-14Added test for linear-white-space between encoded words.Vincent Richard1-0/+26
2005-01-28Splitted 'contentHandler' into three classes: 'emptyContentHandler', ↵Vincent Richard1-1/+1
'stringContentHandler' and 'streamContentHandler'.
2005-01-03Changed year to 2005 in copyright header.Vincent Richard7-7/+7
2005-01-02Fixed compilation warnings in 'headerTest'.Vincent Richard1-17/+17
2005-01-02Added unit tests for 'bodyPart'.Vincent Richard1-0/+93
2004-12-30Autotools and libtool support.Vincent Richard5-5/+5
2004-12-26Moved all header files to 'vmime/' directory.Vincent Richard5-12/+12
2004-12-18Default platform handlers (currently only POSIX).Vincent Richard5-10/+10
2004-12-06All header tests-functions addedLaurent Richard1-0/+186
2004-11-07Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵Vincent Richard1-0/+2
"text.cpp".
2004-11-07Added tests for media type.Vincent Richard1-0/+115
2004-11-06Added tests for Quoted-Printable encoding.Vincent Richard1-3/+111
2004-11-06Removed "old-style" tests for encoder and mailbox. Added new test for encoder.Vincent Richard1-0/+190
2004-11-06New build system for unit tests.Vincent Richard4-4/+360
2004-10-25added tests for getFieldCount, isEmpty, getFieldAt, getFieldList functionsLaurent Richard1-0/+72
2004-10-21Added tests for hasField() and findField() functions.Laurent Richard1-0/+38
2004-10-21Refactoring (see ChangeLog).Vincent Richard1-112/+15
2004-10-18header class unit tests addedLaurent Richard1-19/+91
2004-10-07New unit test system: Unit++.Laurent Richard2-0/+105
Added test for header::getAllByName/Type