aboutsummaryrefslogtreecommitdiffstats
path: root/tests/parser/emailAddressTest.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-09-05Code style and clarity.Vincent Richard1-54/+75
2015-05-03Fixed parsing of UTF8 email addresses (RFC-2047 local part + IDNA domain name).Vincent Richard1-0/+16
2014-01-15Do not make calls to setlocale() in a library. Use default user locale in ↵Vincent Richard1-0/+24
tests and examples.
2013-03-08Refactored unit tests.Vincent Richard1-5/+1
2013-02-24Message generation/parsing context. Charset conversion options. Preliminary ↵Vincent Richard1-0/+224
implementation of RFC-6532.