Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).
authorW. Trevor King <wking@drexel.edu>
Mon, 27 Jul 2009 18:42:17 +0000 (14:42 -0400)
committerW. Trevor King <wking@drexel.edu>
Tue, 20 Mar 2012 21:20:30 +0000 (17:20 -0400)
commit0b0aecf32e85f5a30846607580a6aade4a7e53a6
treed7e9481120af806421fbcf0359ac33d7c5c100a1
parent24fc989aba6bc6ba95d0e97e237284c5032b5ccc
Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).

Previously, every node in the DiffTree created it's own attachment.
Now they're consolidated into a single attachment per bug.  higher
level nodes are still one attachment per node.

Also:
  * added send_pgp_mime.append_text()
  * pulled guess_encoding() out of send_pgp_mime.encodedMIMEText().
  * renamed data_string -> data_part in libbe.diff, since it needn't be a string.
interfaces/email/interactive/send_pgp_mime.py