History log of /haiku/src/tests/kits/mail/header_test.cpp
Revision Date Author Comments
# a8b45a34 01-Oct-2012 Axel Dörfler <axeld@pinc-software.de>

Added a test to compare various header parsers.

* HaikuMailFormatFilter is using the new extract_from_header() method
to retrieve its fields, but that one is often rather slow in comparison.
* Added a test parse_fields() method that outperforms it considerably.


# a8b45a34711cd202f085a2acb22b151cb2019271 01-Oct-2012 Axel Dörfler <axeld@pinc-software.de>

Added a test to compare various header parsers.

* HaikuMailFormatFilter is using the new extract_from_header() method
to retrieve its fields, but that one is often rather slow in comparison.
* Added a test parse_fields() method that outperforms it considerably.