aboutsummaryrefslogtreecommitdiffstats
path: root/lib/attachment.go
Commit message (Collapse)AuthorAgeFilesLines
* compose: refactor attachment handlingKoni Marti2022-07-021-0/+136
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>