muacrypt
muacrypt copied to clipboard
Autocrypt and more for Mail User Agents
I have a master key offline, and encryption/signing keys on implementation of the OpenPGP card standard. The subkeys are used through GPG-agent. Trying to use this set of keys with...
Currently OwnState's KeygenEntry redundantly keeps track of keyhandles although the keyhandle is computed from ``keydata`` which is also contained in KeygenEntry. Remove the redundancy which probably also helps #32
[mailman3-core](https://gitlab.com/mailman/mailman/tree/master) is implemented in a modular fashion in python. We should be able to add autocrypt encryption either by integrating directly with mailman3's pipelines or by integrating with in/out filters...
Hey there, Apparently, some of my email accounts' servers do not add a `Delivered-To` header. What can we do from here? Extend the list of headers we extract recipients from?...
I'm looking for a way to figure out if autocrypt knows a certain key. I could grep for the email address in status but that seems ugly. If i use...
Hi I have an test email account, [email protected], which I've been using to play with autocrypt. From that account i sent multiple emails to [email protected] and [email protected], which worked fine....
For MUAs operating on an offlineimap/isync/fetchmail imap-synced copy of mails it might be nice if py-autocrypt could create and maintain a parallel directory structure with all mails in the clear...
https://autocrypt.org/level1.html#secret-key-generation-and-storage has some specification about how to handle password protection of keymaterial. @hpk42 said in #27 : > My general take on if people want to use e.g. keys with...
Some things are quite annoying to do reliably with gpg/gpg2, like getting the openpgp4 fingerprint of ac-transmitted keydata. I suspect that also #24 will be annoying to do with gpg...