aboutsummaryrefslogtreecommitdiffstats
path: root/commands/compose/attach-key.go
Commit message (Collapse)AuthorAgeFilesLines
* pgp: add attach key commandTim Culverhouse2022-05-061-0/+32
Add compose command ("attach-key") to attach the public key associated with the sending account. Public key is attached in ascii armor format, with the mimetype set according to RFC 3156 ("application/pgp-keys"). Signed-off-by: Tim Culverhouse <tim@timculverhouse.com> Tested-by: Koni Marti <koni.marti@gmail.com>