Roundcube Community Forum

SVN Releases => Issues & Bugs => Topic started by: DougBarton on April 08, 2017, 01:09:55 PM

Title: 1.3-beta - Settings > PGP Keys leads to PHP error
Post by: DougBarton on April 08, 2017, 01:09:55 PM
I'm trying the 1.3 beta and when I attempt to go to the PGP Keys tab on the Settings menu I get this:

Parse error: syntax error, unexpected 'px' (T_STRING) in /var/www/roundcubemail/program/include/rcmail_output_html.php(997) : runtime-created function on line 1

I have an existing keyring there that worked with version 1.2.4. Happy to try suggestions, patches, etc.

Doug
Title: Re: 1.3-beta - Settings > PGP Keys leads to PHP error
Post by: alec on April 08, 2017, 01:18:17 PM
https://github.com/roundcube/roundcubemail/commit/a426f66785080198a058a74c50fc9ff2c9c96969 A release candidate is planned in a week or two.
Title: Re: 1.3-beta - Settings > PGP Keys leads to PHP error
Post by: DougBarton on April 08, 2017, 02:26:28 PM
Thank you, that fixed it.  :)

I'm not seeing any way to download a key that I don't have to verify a signature though. Someone told me that feature would be included in the 1.3 beta, which is one of the reasons I'm trying it. Am I missing something?

Also, I'm not seeing that the plugin handles PGP/MIME signatures. Am I correct on that?

And one last question, will the RC be posted to the -announce mailing list?

Thanks!

Doug
Title: Re: 1.3-beta - Settings > PGP Keys leads to PHP error
Post by: alec on April 09, 2017, 01:42:21 AM
Sorry, my mistake. The feature is not implemented yet. https://github.com/roundcube/roundcubemail/issues/5314. The key search is implemented only in mail compose.

PGP/MIME signatures should work. The realase will be announced on the mailing list, I suppose.