email: Factor out text/* part creation into get_mimetext().
authorW. Trevor King <wking@tremily.us>
Sun, 14 Apr 2013 11:55:05 +0000 (07:55 -0400)
committerW. Trevor King <wking@tremily.us>
Sun, 14 Apr 2013 12:00:03 +0000 (08:00 -0400)
commit22238844d1c33b0d43872458f030147bba072f57
tree4e307db585a7fc62729e0b27075062050c1c1b9d
parent15f17de4f0ca2bc363e050f4b2948803dbec5392
email: Factor out text/* part creation into get_mimetext().

Another utility function masking some of the stdlib's email oddities.
Besides use in get_message(), this function can be used to create
text/* parts for multipart messages included references (e.g. cid:
images).

Signed-off-by: W. Trevor King <wking@tremily.us>
rss2email/email.py