vmime/tests
Jan Engelhardt d1190b496f Improve address parser for malformed mailbox specifications
Spammers use "Name <addr> <addr>" to trick some parsers.
My expectations as to what the outcome should be is presented
in the updated mailboxTest.cpp.

The DFA in mailbox::parseImpl is hereby redone so as to pick the
rightmost address-looking portion as the address, rather than
something in between. While doing so, it will also no longer mangle
the name part anymore (it does this by keeping a "as_if_name"
variable around until the end).
2019-01-25 08:11:07 +01:00
..
misc Code style and clarity. 2018-09-05 23:54:48 +02:00
net Code style and clarity. 2018-09-05 23:54:48 +02:00
parser Improve address parser for malformed mailbox specifications 2019-01-25 08:11:07 +01:00
security/digest Code style and clarity. 2018-09-05 23:54:48 +02:00
utility Removed 'stringProxy' since COW std::string is no longer valid in C++11. 2018-09-15 07:41:26 +02:00
testRunner.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
testUtils.cpp Code style and clarity. 2018-09-05 23:54:48 +02:00
testUtils.hpp Code style and clarity. 2018-09-05 23:54:48 +02:00