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
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Default platform handlers (currently only POSIX).
Vincent Richard
2004-12-18
5
-10
/
+10
|
*
All header tests-functions added
Laurent Richard
2004-12-06
1
-0
/
+186
|
*
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵
Vincent Richard
2004-11-07
1
-0
/
+2
|
|
|
|
"text.cpp".
*
Added tests for media type.
Vincent Richard
2004-11-07
1
-0
/
+115
|
*
Added tests for Quoted-Printable encoding.
Vincent Richard
2004-11-06
1
-3
/
+111
|
*
Removed "old-style" tests for encoder and mailbox. Added new test for encoder.
Vincent Richard
2004-11-06
1
-0
/
+190
|
*
New build system for unit tests.
Vincent Richard
2004-11-06
4
-4
/
+360
|
*
added tests for getFieldCount, isEmpty, getFieldAt, getFieldList functions
Laurent Richard
2004-10-25
1
-0
/
+72
|
*
Added tests for hasField() and findField() functions.
Laurent Richard
2004-10-21
1
-0
/
+38
|
*
Refactoring (see ChangeLog).
Vincent Richard
2004-10-21
1
-112
/
+15
|
*
header class unit tests added
Laurent Richard
2004-10-18
1
-19
/
+91
|
*
New unit test system: Unit++.
Laurent Richard
2004-10-07
2
-0
/
+105
Added test for header::getAllByName/Type