[Koha-bugs] [Bug 8897] Optional GnuPG encryption of outgoing emails

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Jul 20 23:32:58 CEST 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8897

Mirko Tietgen <mirko at abunchofthings.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #19820|0                           |1
        is obsolete|                            |

--- Comment #20 from Mirko Tietgen <mirko at abunchofthings.net> ---
Created attachment 19823
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=19823&action=edit
Bug 8897 [ENH] GPG Mail encryption -- New version

Koha should offer patrons the option to receive their emails encrypted.
This patch adds a dialog to the user interface (OPAC side) for patrons to add
or delete a GPG public key. The key is directly added to or deleted from gpg
(gnupg needs to be installed, binary expected at /usr/bin/gpg).

This feature does not require sysadmins/librarians to do anything as long as
the gpg binary if found.

So far, mails are encrypted if a key for the recipient is avaliable
- when sending lists or carts (encryption of email text + attachment)
- when mails are sent through the message queue
- …

Missing so far:
- hide public key interface from OPAC/userdetails when no binary is found
- de-hardcode path to gpg (syspref)
- deal with BCC mails (send message explaining that an encrypted email has been
send to the patron instead of a BCC)
- …

Maybe later:
- library-side key management: secret key for signing
- encryption of emails from library to vendors
- …

Bug 8897 [ENH] Follow-up: missing files

I missed to add the opac-gnupg.pl and .tt files

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list