aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/send_pgp_mime.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed email.Parser typo in send_pgp_mime.py imports for Python 2.4.W. Trevor King2009-09-171-1/+1
* Typo EncryptedMessageFactory -> PGPMimeMessageFactory in send-pgp-mime.pyW. Trevor King2009-09-111-2/+2
* Cleaned up be-handle-mail's subscriber notification emails (fewer attachments).W. Trevor King2009-07-271-12/+22
* Broke encodedMIMEText out of send-pgp-mime.PGPMimeMessageFactory.W. Trevor King2009-07-231-20/+21
* Assorted bugfixes to get reworked be-handle-mail working.W. Trevor King2009-07-181-1/+1
* Major be-handle-mail rewrite to make things more modular.W. Trevor King2009-07-181-2/+2
* Oops, forgot to reset from/to_addr in send_pgp_mime.py unittestsW. Trevor King2009-07-181-2/+2
* Major send_pgp_mime.py reorganization to better integrate with email.Message.W. Trevor King2009-07-181-119/+111
* Normalized whitespace in be-handle-mail and send_pgp_mime.py.W. Trevor King2009-07-181-35/+35
* Added "to_unicode" to send_pgp_mime.flatten()W. Trevor King2009-07-181-3/+5
* send_pgp_mime.py attempts to avoid UTF-8 for MIMEText messages.W. Trevor King2009-07-181-5/+15
* Added send_pgp_mime.Mail.encodedMIMEText() for unicode handling.W. Trevor King2009-07-181-3/+12
* Add unicode-header handling to send_pgp_mime.pyW. Trevor King2009-07-151-11/+26
* Minor tweaks in send_pgp_mime.pyW. Trevor King2009-07-151-3/+1
* Added --mode=plain option to send_pgp_mime.W. Trevor King2009-07-151-0/+574