Dear subscribers
We just published the first service release to update the stable version 1.2. It contains some important bug fixes and improvements in the recently introduced Enigma plugin for PGP encryption. See the detailed Changelog in the wiki [1] or on the the release page [2].
This release is considered stable and we recommend to update all productive installations of Roundcube with this version. Download it from GitHub via https://roundcube.net/download.
As usual, don’t forget to backup your data before updating!
Best, Thomas
[1] https://github.com/roundcube/roundcubemail/wiki/Changelog#release-121 [2] https://github.com/roundcube/roundcubemail/releases/tag/1.2.1
On 27/07/2016 06:19, Thomas Bruederli wrote:
The enigma binary option is great (thanks!) but thats only half the
problem...
where's $config['enigma_pgp-agent_binary'] = '/path/gpg-agent';
option ?
To prevent the other half of open base restrict fail warnings :)
I never saw the gpg-agent error when I tried to run it, only gpg error. It was mentioned in my recent enigma thread agent is a problem if running pgp2, have a read of it because A.L.E.C. did mention it so you must be us gpg2?
I put the gnupg binary in the plugin directory because I also use open base restriction, so looks like its fixed now for us using gpg v 1 - YAY
On Wed, Jul 27, 2016 at 3:21 PM, Noel Butler noel.butler@ausics.net wrote:
On 27/07/2016 06:19, Thomas Bruederli wrote:
The enigma binary option is great (thanks!) but thats only half the problem... where's $config['enigma_pgp-agent_binary'] = '/path/gpg-agent'; option ? To prevent the other half of open base restrict fail warnings :)
-- If you have the urge to reply to all rather than reply to list, you best first read http://members.ausics.net/qwerty/
Roundcube Users mailing list users@lists.roundcube.net http://lists.roundcube.net/mailman/listinfo/users
On 07/27/2016 07:21 AM, Noel Butler wrote:
The enigma binary option is great (thanks!) but thats only half the problem... where's $config['enigma_pgp-agent_binary'] = '/path/gpg-agent'; option ?
Implemented now in git, will be part of 1.2.2.
On 27/07/2016 22:27, A.L.E.C wrote:
On 07/27/2016 07:21 AM, Noel Butler wrote:
The enigma binary option is great (thanks!) but thats only half the problem... where's $config['enigma_pgp-agent_binary'] = '/path/gpg-agent';
option ?Implemented now in git, will be part of 1.2.2.
Thanks Alec
On 27/07/2016 22:27, A.L.E.C wrote:
On 07/27/2016 07:21 AM, Noel Butler wrote:
The enigma binary option is great (thanks!) but thats only half the problem... where's $config['enigma_pgp-agent_binary'] = '/path/gpg-agent';
option ?Implemented now in git, will be part of 1.2.2.
Alec,
Are you working on being able to import a key, by key-id - whereas it gets the key directly from keyserver if we enter it, or, click on key-id in a message even?
cheers
On 08/17/2016 09:56 AM, Noel Butler wrote:
Are you working on being able to import a key, by key-id - whereas it gets the key directly from keyserver if we enter it, or, click on key-id in a message even?
Implemented in git-master and I don't plan to backport this to 1.2.
From Changelog:
Import in mail preview still on the todo list.
Thanks :)
On 17/08/2016 19:51, A.L.E.C wrote:
On 08/17/2016 09:56 AM, Noel Butler wrote:
Are you working on being able to import a key, by key-id - whereas it gets the key directly from keyserver if we enter it, or, click on key-id in a message even?
Implemented in git-master and I don't plan to backport this to 1.2. From Changelog:
- Enigma: Import keys from key-server(s) (#5286)
- Enigma: Search missing public keys on a key-server in mail compose
(#5286)
Import in mail preview still on the todo list.