Refactor notifications.email into a module
Review Request #8829 — Created March 20, 2017 and submitted — Latest diff uploaded
email.py
was getting long and it is past due that it was split up.
This patch is in preparation for another change that will add more
e-mail-specific code.
Ran unit tests.
Diff Revision 5 (Latest)
orig
1
2
3
4
5
docs/manual/extending/coderef/index.rst |
---|
reviewboard/accounts/forms/pages.py |
---|
reviewboard/notifications/tests.py |
---|
reviewboard/notifications/email/__init__.py |
---|
reviewboard/notifications/email/hooks.py |
---|
reviewboard/notifications/email/message.py |
---|
reviewboard/notifications/email.py |
---|
reviewboard/notifications/email/utils.py |
---|