aerc/commands/compose
Koni Marti 9d90b70b4e compose: refactor attachment handling
Refactor the attachment handling process in the composer. The composer
can currently only handle attachments that are stored as files (or pgp
keys). This patch removes this limitation so that any message part can
be handled as an attachment. With this we can treat files, pgp keys and
message parts on an equal footing and it will enable us also to easily
forward attachments.

Signed-off-by: Koni Marti <koni.marti@gmail.com>
Tested-by: Tim Culverhouse <tim@timculverhouse.com>
2022-07-02 17:52:49 +02:00
..
abort.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
attach-key.go compose: refactor attachment handling 2022-07-02 17:52:49 +02:00
attach.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
cc-bcc.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
compose.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
detach.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
edit.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
encrypt.go pgp: check encryption keys before sending message 2022-05-06 11:02:50 +02:00
header.go fix: out-of-bounds error in command header 2022-04-06 15:37:13 +02:00
next-field.go go.mod: change base git url 2021-11-05 10:21:45 +01:00
postpone.go logging: added a log on panic 2022-03-23 20:56:09 +01:00
send.go logging: added a log on panic 2022-03-23 20:56:09 +01:00
sign.go pgp: check for signing key before signing time 2022-05-04 14:07:15 +02:00