I am using Offlineimap with gpgp stored passwords. Pretty similar to this setup
https://unix.stackexchange.com/questions/44214/encrypt-offlineimap-password
My issue is this. I have multiple email accoutns, and it is tedious to enter the same Gnupg password over and over again while trying to sync.
I tried the priming thing the user mentions in that article but it does not work me, in fact OfflineImap tries to pass the actual Gpg password to the mail server. So I assume that is botched.
The other issue is that I cannot use the Gnome Keyring type stuff because I do not have Gnome/Kde etc. I am using ssh terminal for that.
I am on Debian Wheezy 32b, it has Py 2.7
What are my options?
thanks