Metainformationen zur Seite
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen der Seite angezeigt.
| Beide Seiten, vorherige ÜberarbeitungVorherige Überarbeitung | |||
| mail:actions_for_claws_mail [2023/05/22 10:35] – gelöscht - Externe Bearbeitung (Unknown date) 127.0.0.1 | mail:actions_for_claws_mail [2023/05/22 10:35] (aktuell) – ↷ Seite von misc:actions_for_claws_mail nach mail:actions_for_claws_mail verschoben admin | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| + | ====== Actions for Claws-Mail ====== | ||
| + | |||
| + | [[https:// | ||
| + | |||
| + | |||
| + | ===== Import Autocrypt key ===== | ||
| + | |||
| + | [[https:// | ||
| + | < | ||
| + | cat " | ||
| + | </ | ||
| + | |||
| + | ===== Decrypt inline GPG mail ===== | ||
| + | |||
| + | Decrypt the content of an inline-encrpyted mail and visualize the result in the mail window. | ||
| + | < | ||
| + | *gpg --no-tty --command-fd 0 --passphrase-fd 0 --decrypt %p| | ||
| + | </ | ||
| + | |||
| + | ===== Show Encryption Key IDs ===== | ||
| + | |||
| + | Sometimes the sender picks the wrong target key while encrypting a mail. The following action visualizes the IDs of the keys used for encrypting the message. | ||
| + | < | ||
| + | cat %p | gpg --batch --decrypt --list-only --status-fd 1 2>/ | ||
| + | </ | ||
| + | |||
| + | ===== Import GPG key ===== | ||
| + | |||
| + | Import the plain gpg from a mail text or attachment. | ||
| + | < | ||
| + | gpg --import %p | ||
| + | </ | ||