Roundcube Community Forum

Release Support => Requests => Topic started by: cyphunk on August 12, 2010, 06:44:50 PM

Title: Dont hide PGP mime
Post by: cyphunk on August 12, 2010, 06:44:50 PM
PGP/GPG support is planned for post 0.7 release according to the milestone but please, it would be enough for now if roundcube would just not hide a pgp/gpg based message. At the moment the contents of the message are hidden when it is PGP. In the older version (0.3) I modified the code to handle this and at least show it. Then firefox plugins can be used to decrypt. So, is there any way to easily add support so that the message contents do not get hidden?

thanks
Title: Dont hide PGP mime
Post by: alec on August 13, 2010, 02:58:03 AM
I'm working on a plugin, so this will be before 0.7 ;) I think you can do this by  rcube_message::parse_structure() modification. Maybe we should add an option for this.