On May 1, 12:57 pm, Neal Becker <[EMAIL PROTECTED]> wrote: > Any ideas on python packages that could help with sending gpg encrypted > (properly mime formatted) emails? > > My idea is to forward all my emails to a remote imap server, but gpg encrypt > them to myself in the process.
Take a look at this for the gpg part: http://wiki.python.org/moin/GnuPrivacyGuard And the standard library has the email module which does mime formatting. Mike -- http://mail.python.org/mailman/listinfo/python-list