0
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
Are you using one or multiple keys for your mail addresses? If you're using a single key, you should be able to configure
gpg-agent
. If you're using multiple keys, you're probably out of luck. – Jens Erat – 2014-06-01T08:30:29.513I am using single key however the solution has to be terminal friendly since I cant get gpg-agent window – yarun can – 2014-06-01T15:33:30.073
There is also a (n)curses based implementation, if you can have an interactive terminal (which you seem to have). – Jens Erat – 2014-06-01T16:52:29.290
If the hint on the curses-implementation worked for you, I will reformulate the comment as an answer. – Jens Erat – 2014-06-01T17:05:14.463
Jens thanks for the point, Iactually figured out after you mentioned it. Surprisinglu It works great! – yarun can – 2014-06-04T01:51:51.850