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