send gpg encrypted emails (properly mime formatted)
Mike Driscoll
kyosohma at gmail.com
Thu May 1 16:38:43 EDT 2008
On May 1, 12:57 pm, Neal Becker <ndbeck... at gmail.com> 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
More information about the Python-list
mailing list