Add EmailMessage class and tests
Review Request #7601 — Created Aug. 18, 2015 and submitted — Latest diff uploaded
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.
djblets/mail/__init__.py |
---|
djblets/mail/message.py |
---|
djblets/mail/tests.py |
---|