Summary: | create encrypted or signed data in PGP/MIME format | ||
---|---|---|---|
Product: | [Applications] kgpg | Reporter: | Hauke Laging <hauke> |
Component: | general | Assignee: | Rolf Eike Beer <kde> |
Status: | REPORTED --- | ||
Severity: | wishlist | CC: | tverrbjelke |
Priority: | NOR | ||
Version: | 2.9.1 | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
URL: | http://www.openpgp-schulungen.de/ | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Hauke Laging
2013-07-04 21:34:23 UTC
I am not sure if I understand it properly... Usecase ------------ I want to send a mail to someone "adressee". Use my webmailer, via browser, using my KDE Computer, send gpg-encrypted message to "adressee", for which I have the pubkey, listed in my kgpg tool. * So I start/open my kgpg * click "generate ascii-armored-mail-body" (new feature, using the proposed tobewritten konsolenapp) * then select the proper key of "adressee" * copy&paste or type my cleartext message to be encrypted into a textfield or alternative open textfile containing my cleartext message. * click "encrypt now" -> encrypted result is in clipboard * open my webmailer in browser, (login etc) * select "new mail to ...", get email adress of "adressee" * write proper subject and paste the clipboard stuff into the body. To recieve such mail, any mailclient using gpg should be able to decrypt properly. Is that the new feature you propose? KGpg can already the text in clipboard, or you can use it's built-in editor. So I don't think any change is required. And reading and composing signed and encrypted mails with e.g. KMail is working fine. (In reply to comment #1) > * click "generate ascii-armored-mail-body" That would probably not be the wording as this is NOT just about mail bodies (like PGP/Inline is). It would rather be "create PGP/MIME" > * copy&paste or type my cleartext message to be encrypted into a textfield > or alternative open textfile containing my cleartext message. And maybe add files as attachments. > * open my webmailer in browser, (login etc) > * select "new mail to ...", get email adress of "adressee" > * write proper subject and paste the clipboard stuff into the body. Of course, a selection like "paste PGP/MIME" (or more general: "paste MIME") would be necessary in the browser, too. > To recieve such mail, any mailclient using gpg should be able to decrypt > properly. This is not just about encryption but about signatures, too. I am afraid with mail clients NOT supporting PGP/MIME the decryption (or reading and verifying signed data) would be more difficult. But it would be better with supporting clients. The KMail address book allows you to set the PGP encoding (inline vs. MIME) for each contact. The webmail people could do the same and warn you if you try to send PGP/MIME to someone who has been configured as inline recipient. > Is that the new feature you propose? Yes. (In reply to comment #2) > KGpg can already the text in clipboard, or you can use it's built-in editor. > So I don't think any change is required. > > And reading and composing signed and encrypted mails with e.g. KMail is > working fine. You have misunderstood what this is about. There is no problem if you use a real mail client (supporting PGP/MIME, e.g. KMail). This is ONLY about webmail and improving its possibilities. It requires changes both with webmail and with the OpenPGP tools. But the webmail people will not even consider changing their systems as long as there are no tools available which allow their users to copy&paste PGP/MIME code. |