Bug 88758

Summary: Kopete should use the PGP key that's stored in the KDE address book
Product: [Applications] kopete Reporter: Ingo Klöcker <kloecker>
Component: Cryptography PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist CC: ivansanchez
Priority: NOR    
Version: 0.9.0   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Ingo Klöcker 2004-09-03 11:47:33 UTC
Version:           0.9.0 (using KDE 3.3.0, compiled sources)
Compiler:          gcc version 3.3.1 (SuSE Linux)
OS:                Linux (i686) release 2.4.21-243-default

Since KDE 3.3 the entries in the KDE address book have a field for the OpenPGP encryption key. It would be nice if Kopete would make use of this information.
Comment 1 Olivier Goffart 2005-05-28 17:56:22 UTC
*** Bug 106415 has been marked as a duplicate of this bug. ***
Comment 2 Charles Connell 2007-08-21 02:11:22 UTC
SVN commit 702653 by cconnell:

FEATURE:88758 Export public keys to addressbook
Copyright cleanup


 M  +3 -2      CMakeLists.txt  
 M  +1 -0      cryptographychatui.rc  
 M  +1 -1      cryptographyconfig.cpp  
 M  +1 -1      cryptographyconfig.h  
 M  +17 -5     cryptographyguiclient.cpp  
 M  +3 -1      cryptographyguiclient.h  
 M  +47 -13    cryptographyplugin.cpp  
 M  +1 -0      cryptographyplugin.h  
 M  +32 -29    cryptographyselectuserkey.cpp  
 M  +0 -1      cryptographyselectuserkey.h  
 M  +3 -1      cryptographyui.rc  
 A             exportkeys.cpp   [License: GPL (v2+)]
 A             exportkeys.h   [License: GPL (v2+)]
 A             exportkeysbase.ui  
 M  +15 -17    gpginterface.cpp  
 M  +15 -16    gpginterface.h  
 M  +13 -7     kabckeyselectorbase.ui  
Comment 3 Charles Connell 2007-08-21 02:13:46 UTC
Import and export capabilities now exist.