Pull _construct_email out of construct_email and add construct_response.
authorW. Trevor King <wking@tremily.us>
Tue, 24 Apr 2012 19:09:49 +0000 (15:09 -0400)
committerW. Trevor King <wking@tremily.us>
Tue, 24 Apr 2012 19:10:19 +0000 (15:10 -0400)
commita8a511fd3c863c82bfa6b7b942b4cdab1983d922
tree4a93c9737b07eab0beeec5364c320a7c33498778
parent82f7398dcbedc58c9be35088064e47f04c51cc80
Pull _construct_email out of construct_email and add construct_response.

_construct_email() handles general tasks for setting up the main email
header.  construct_email() combines this with a simple text/plain body,
while construct_response() uses a multipart/mixed format suitable for
sending message receipts to users.
pygrader/email.py