aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/emailAddressTest.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Code style and clarity.Vincent Richard2018-09-051-54/+75
|
* Fixed parsing of UTF8 email addresses (RFC-2047 local part + IDNA domain name).Vincent Richard2015-05-031-0/+16
|
* Do not make calls to setlocale() in a library. Use default user locale in ↵Vincent Richard2014-01-151-0/+24
| | | | tests and examples.
* Refactored unit tests.Vincent Richard2013-03-081-5/+1
|
* Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard2013-02-241-0/+224
implementation of RFC-6532.