kgpg
#include <KUniqueApplication>
#include <KShortcut>
#include <KUrl>
#include <klocale.h>
Include dependency graph for kgpg.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
class | KGpgApp |
Variables | |
static const char *const | EMailTemplateText |
Variable Documentation
|
static |
Initial value:
=I18N_NOOP(
"Hi,\n\nplease find attached the user id '%UIDNAME%' of your key %KEYID% signed by me. "
"This mail is encrypted with that key to make sure you control both the email address and the key.\n\n"
"If you have multiple user ids, I sent the signature for each user id separately to that user id's associated email address. "
"You can import the signatures by running each through `gpg --import` after you have decrypted them with `gpg --decrypt`.\n\n"
"If you are using KGpg store the attachment to disk and then import it. Just select `Import Key...` from `Keys` menu and open the file.\n\n"
"Note that I did not upload your key to any keyservers. If you want this new signature to be available to others, please upload it yourself. "
"With GnuPG this can be done using gpg --keyserver subkeys.pgp.net --send-key %KEYID%.\n\n"
"With KGpg you can right click on the key once you imported all user ids and choose `Export Public Key...`.\n\n"
"If you have any questions, don't hesitate to ask.\n")
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:42:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.