Add EmailMessage class and tests
Review Request #7601 — Created Aug. 18, 2015 and submitted
This patch ports the custom email message class from Review Board into
Djblets asEmailMessage
. Documentation has been added for the
constructor's fields and tests have been ported.
Unit tests pass.
-
Since there's a top-level
email
module in Python, we should call thismail
to prevent accidental collisions.