index
:
vmime
master
VMime Mail Library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
parser
/
parameterTest.cpp
(
unfollow
)
Commit message (
Collapse
)
Author
Files
Lines
2018-09-05
Code style and clarity.
Vincent Richard
1
-120
/
+215
2015-06-07
Estimate generated size of parameterized field.
Vincent Richard
1
-0
/
+140
2015-02-19
Fixed unit test so that is does not depend on the current locale charset.
Vincent Richard
1
-1
/
+3
2014-06-30
Added support for language specification in RFC-2047 encoded words and ↵
Vincent Richard
1
-0
/
+31
RFC-2231 parameter values.
2014-06-17
Allow choosing between encoding modes for parameter values.
Vincent Richard
1
-21
/
+87
2014-06-06
Removed useless 'virtual' inheritance (fixed issue #84).
Vincent Richard
1
-1
/
+1
2014-01-15
Do not make calls to setlocale() in a library. Use default user locale in ↵
Vincent Richard
1
-0
/
+24
tests and examples.
2013-11-21
Boost/C++11 shared pointers.
Vincent Richard
1
-22
/
+22
2013-03-24
Let whitespace break the value of a parameterized header field, not just a ↵
Vincent Richard
1
-0
/
+12
';' (thanks to Zarafa).
2013-03-08
Refactored unit tests.
Vincent Richard
1
-5
/
+1
2013-01-10
Updated copyright year and maintainer email address.
Vincent Richard
1
-1
/
+1
2010-08-17
Encode TSpecials in RFC-2231 encoded chunks.
Vincent Richard
1
-0
/
+55
2010-04-08
Fixed parsing of non-significant whitespaces in field values.
Vincent Richard
1
-0
/
+19
2009-12-01
Added and moved tests for RFC-2231.
Vincent Richard
1
-40
/
+64
2009-09-06
Relicensed VMime under the GNU GPL version 3. Changed copyright year to 2009.
Vincent Richard
1
-2
/
+2
2008-01-04
Changed copyright year to 2008.
Vincent Richard
1
-1
/
+1
2007-01-01
Changed copyright year to 2007.
Vincent Richard
1
-1
/
+1
2006-02-05
Changed copyright year to 2006.
Vincent Richard
1
-1
/
+1
2005-11-04
Refactored header field values and parameters.
Vincent Richard
1
-23
/
+36
2005-09-17
Updated FSF address.
Vincent Richard
1
-3
/
+7
2005-08-25
Moved to CppUnit for unit tests framework.
Vincent Richard
1
-191
/
+175
2005-07-12
Reference counting and smart pointers.
Vincent Richard
1
-8
/
+15
2005-06-21
Fixed a bug in RFC-2231 implementation.
Vincent Richard
1
-1
/
+2
2005-04-12
Added support for RFC-2231.
Vincent Richard
1
-0
/
+249