aboutsummaryrefslogtreecommitdiffstats
path: root/interfaces/email/interactive/send_pgp_mime.py
Commit message (Expand)AuthorAgeFilesLines
* Used PyCharms inspectors.Matěj Cepl2024-03-301-16/+16
* WIP plenty of clean-ups and porting to Python 3.Matěj Cepl2024-01-211-7/+7
* 2to3 conversion of the repo.Matěj Cepl2024-01-181-15/+15
* Ran update-copyright.py.W. Trevor King2012-10-161-1/+1
* Ran update-copyright.py.W. Trevor King2012-02-161-10/+10
* Run update_copyright.py.W. Trevor King2011-05-251-1/+2
* Raise an exception for unrecognized errors in send_pgp_mime.W. Trevor King2011-04-161-1/+1
* Bumped to version 1.0.01.0.0Chris Ball2011-01-081-1/+1
* Ran update_copyright.pyW. Trevor King2010-06-221-12/+14
* Updated copyright informationW. Trevor King2010-01-011-1/+1
* 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