When forwarding an email, pre-load its attachments.
authorArt Cancro <ajc@citadel.org>
Mon, 18 Dec 2023 19:26:30 +0000 (14:26 -0500)
committerArt Cancro <ajc@citadel.org>
Mon, 18 Dec 2023 19:26:30 +0000 (14:26 -0500)
commitd2c2d7a6285d47e5942fdfc610d4d07e356dc99e
tree7fc29b38296fee1bedb607179c9c87d1e93e3033
parent05b61a4c3411f03872b249634f4d568b84ed7a82
When forwarding an email, pre-load its attachments.

This completes the effort to server-side-preload the attachments from
the original message.  They appear as attachments in the forwarded copy
of the message in the composer, using the same API.  A lot of effort
went into making the 'attach' and 'forward attachments' functions DRY
with respect to each other.
webcit-ng/static/js/upload.js
webcit-ng/static/js/view_mail.js