After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 205718 - Import public keys from messages
Import public keys from messages
Status: RESOLVED FIXED
Product: evolution
Classification: Applications
Component: Mailer
3.2.x (obsolete)
Other All
: Normal enhancement
: ---
Assigned To: evolution-mail-maintainers
Evolution QA team
safety
: 209430 270175 (view as bug list)
Depends on: 508744
Blocks:
 
 
Reported: 2001-07-27 22:41 UTC by Robert J. Hansen
Modified: 2017-11-23 06:59 UTC
See Also:
GNOME target: ---
GNOME version: Unversioned Enhancement



Description Robert J. Hansen 2001-07-27 22:41:32 UTC
There needs to be some mechanism to search an email for a public key block
and then import it to the user's local keyring.  Similarly, there needs to
be a mechanism to include a user's public key block in the message they're
sending.

Cut-and-pasting from a terminal window works, but is inconvenient.  Crypto
support will not be used, regrettably, unless it's extremely convenient.
Comment 1 Jeffrey Stedfast 2001-07-30 16:46:08 UTC
I agree, but I've been putting this off because it's a royal pain in
the buttox and not many people have asked for this feature (ie. you
are the only one).

I personally feel that this should probably share a lot of code with
the S/MIME certificate manager code.

Marking as future because I won't have time to do this for 1.0.
Comment 2 Jeffrey Stedfast 2002-11-01 20:24:58 UTC
the backend code for this is now complete, just need a front-end
(which would be like 5 lines of code if we didn't have to complicate
it by adding a click-me button for the user to click if he/she wants
to import it. *sigh*)
Comment 3 garnet ulrich 2002-11-12 15:40:05 UTC
Does the mention of s/mime here mean that we will ever see s/mime
support?  This is a feature that is close to forcing me to use
doze/outlook (yuk).
Comment 4 Jeffrey Stedfast 2002-11-12 16:41:55 UTC
S/MIME will come one day, but not for a long time. When I said the
backend code is now in place, I meant for PGP.
Comment 5 André Klapper 2005-02-06 16:01:00 UTC
*** bug 270175 has been marked as a duplicate of this bug. ***
Comment 6 André Klapper 2005-02-06 16:01:12 UTC
*** bug 209430 has been marked as a duplicate of this bug. ***
Comment 7 André Klapper 2005-02-06 16:02:22 UTC
still missing in 2.1.4.

hmm... could this be a desktop bounty?
Comment 8 Matthew Barnes 2008-03-11 00:21:51 UTC
Bumping version to a stable release.
Comment 9 Daniel Kahn Gillmor 2015-05-29 19:35:47 UTC
This is very close to being completed now -- For S/MIME, when someone sends a signed message, even if the certificate is otherwise unknown, double-clicking on the certificate opens up a dialog showing X.509 cert details.

however, there's nothing that can be done *from* that dialog box.  I can't export the cert, and i can't import it into evolution's cert database (~/.pki/*.db).

If you could make the dialog box slightly more featureful, i think you could close this 14-year-old ticket :)
Comment 10 Milan Crha 2017-05-30 08:31:21 UTC
I'm not a fan of auto-import, thus I added an "Import Certificate" button beside the "View Certificate" button in the signature details. The button is disabled when the same certificate had been found in the local certificate database (as reported by NSS). The function being used not necessarily returns the latest certificate, thus it can be inaccurate.

Created commit 67d5a37 in evo master (3.25.3+)