mox/webmail
Mechiel Lukkien bf5cfca6b9
webmail: add export functionality
per mailbox, or for all mailboxes, in maildir/mbox format, in tar/tgz/zip
archive or without archive format for single mbox, single or recursive. the
webaccount already had an option to export all mailboxes, it now looks similar
to the webmail version.
2024-04-22 13:41:40 +02:00
..
api.go webmail: less boilerplate code for api functions 2024-04-21 21:32:24 +02:00
api.json webmail: when moving a single message out of/to the inbox, ask if user wants to create a rule to automatically do that server-side for future deliveries 2024-04-21 17:14:08 +02:00
api.ts webmail: when moving a single message out of/to the inbox, ask if user wants to create a rule to automatically do that server-side for future deliveries 2024-04-21 17:14:08 +02:00
api_test.go webmail: less boilerplate code for api functions 2024-04-21 21:32:24 +02:00
eventwriter.go replace packages slog and slices from golang.org/x/exp with stdlib 2024-02-08 14:49:01 +01:00
lib.ts webmail: show all images (inline and attachment) below the text part (for the text view, not for html view) 2024-04-20 21:17:05 +02:00
message.go webmail: remember per from-address whether we should show the text/html/html-with-external-resources version of a message 2024-04-20 21:25:52 +02:00
message_test.go webmail: recognize multiple urls in List-Post addresses 2024-04-16 20:26:37 +02:00
msg.html webmail: ensure wrap of long header lines, instead of horizontal scrollbar in message header section 2023-10-12 22:08:13 +02:00
msg.js webmail: when moving a single message out of/to the inbox, ask if user wants to create a rule to automatically do that server-side for future deliveries 2024-04-21 17:14:08 +02:00
msg.ts webmail: for long to/cc/bcc address list (>5) show the first 4 and a button to show the rest 2023-11-20 21:36:40 +01:00
text.html webmail: show all images (inline and attachment) below the text part (for the text view, not for html view) 2024-04-20 21:17:05 +02:00
text.js webmail: when moving a single message out of/to the inbox, ask if user wants to create a rule to automatically do that server-side for future deliveries 2024-04-21 17:14:08 +02:00
text.ts webmail: show all images (inline and attachment) below the text part (for the text view, not for html view) 2024-04-20 21:17:05 +02:00
view.go webmail: new shadowed variables were detected by shadow since previous commit, prevent 2024-04-20 21:33:14 +02:00
view_test.go webmail: less boilerplate code for api functions 2024-04-21 21:32:24 +02:00
webmail.go webmail: add export functionality 2024-04-22 13:41:40 +02:00
webmail.html webmail: show all images (inline and attachment) below the text part (for the text view, not for html view) 2024-04-20 21:17:05 +02:00
webmail.js webmail: add export functionality 2024-04-22 13:41:40 +02:00
webmail.ts webmail: add export functionality 2024-04-22 13:41:40 +02:00
webmail_test.go webmail: add export functionality 2024-04-22 13:41:40 +02:00