Add EmailMessage class and tests
Review Request #7601 — Created Aug. 19, 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
emailmodule in Python, we should call thismailto prevent accidental collisions.
Tool: Pyflakes Processed Files: djblets/email/message.py djblets/email/tests.py Ignored Files: djblets/email/__init__.py Tool: PEP8 Style Checker Processed Files: djblets/email/message.py djblets/email/tests.py Ignored Files: djblets/email/__init__.py