|
|
|
|
|
by federicotdn
2812 days ago
|
|
Not completely related, but I have a question regarding Emacs and email: Is there a way to read/write emails on Emacs, without having any emails or credentials stored locally as plaintext? I'm heavily prioritizing ease of configuration and security over speed or other additional features. |
|
https://github.com/thejefflarson/getpasswd
It accesses the OS keychain to get the right password. I don't use offlineimap -- I use mbsync instead which has a PassCmd option where you can pass in a shell command (e.g. getpasswd <imap-server> <imap-user>). And another tool to add passwords to the GNOME Keychain:
https://github.com/thejefflarson/setpasswd
Adding passwords to the OSX keychain is easy enough, but I found it fiddly in Gnome's GUI. YMMV.