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
/
textTest.cpp
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Updated FSF address.
Vincent Richard
2005-09-17
1
-3
/
+7
|
*
Moved to CppUnit for unit tests framework.
Vincent Richard
2005-08-25
1
-190
/
+173
|
*
Added test case for '?' in the middle of the encoded buffer.
Vincent Richard
2005-08-22
1
-0
/
+4
|
*
Reference counting and smart pointers.
Vincent Richard
2005-07-13
1
-4
/
+4
|
*
Fixed a bug in word parsing.
Vincent Richard
2005-06-13
1
-0
/
+6
|
*
Updated VMime website URL.
Vincent Richard
2005-03-18
1
-1
/
+1
|
*
More unit tests for 'text' class.
Vincent Richard
2005-03-15
1
-3
/
+103
|
*
Added test for linear-white-space between encoded words.
Vincent Richard
2005-03-14
1
-0
/
+26
|
*
Changed year to 2005 in copyright header.
Vincent Richard
2005-01-03
1
-1
/
+1
|
*
Autotools and libtool support.
Vincent Richard
2004-12-30
1
-1
/
+1
|
*
Moved all header files to 'vmime/' directory.
Vincent Richard
2004-12-26
1
-3
/
+3
|
*
Default platform handlers (currently only POSIX).
Vincent Richard
2004-12-18
1
-2
/
+2
|
*
Moved encodeAndFold() and decodeAndUnfold() functions from "base.cpp" to ↵
Vincent Richard
2004-11-07
1
-0
/
+2
|
|
|
|
"text.cpp".
*
New build system for unit tests.
Vincent Richard
2004-11-06
1
-0
/
+133