mox/webmail
Mechiel Lukkien a977082b89
when login sessions to admin/account/webmail interfaces expiry or are no longer valid, explain the behaviour in the message
before, we would just say "session expired". now we say "session expired (after
12 hours inactivity)" (for admin) or "session expired (after 24 hours
inactivity)" for account/webmail. for unknown sessions in the admin interface,
we also explain that server restarts and 10 more new sessions can be the
reason.

for issue #202 by ally9335
2024-08-23 14:48:45 +02:00
..
api.go webmail: add setting to show html version of a message by default, instead of text version 2024-08-23 14:02:55 +02:00
api.json webmail: add setting to show html version of a message by default, instead of text version 2024-08-23 14:02:55 +02:00
api.ts webmail: add setting to show html version of a message by default, instead of text version 2024-08-23 14:02:55 +02:00
api_test.go webmail: add setting to show html version of a message by default, instead of text version 2024-08-23 14:02:55 +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: ensure white background when viewing attachments, for the black text of plain text attachments 2024-06-10 20:11:26 +02:00
message.go webmail: put attached files before inline files 2024-08-05 12:10:10 +02:00
message_test.go webmail: recognize multiple urls in List-Post addresses 2024-04-16 20:26:37 +02:00
msg.html don't prevent the html pages to load a favicon, and provide one by default 2024-07-08 21:58:10 +02:00
msg.js webmail: add setting to show html version of a message by default, instead of text version 2024-08-23 14:02:55 +02:00
msg.ts webmail: when opening message in new tab, set document title to subject, message from address(es) and id of message 2024-05-09 21:19:58 +02:00
text.html don't prevent the html pages to load a favicon, and provide one by default 2024-07-08 21:58:10 +02:00
text.js webmail: add setting to show html version of a message by default, instead of text version 2024-08-23 14:02:55 +02:00
text.ts webmail: change many inline styles to using css classes, and add dark mode 2024-05-06 09:13:50 +02:00
view.go add aliases/lists: when sending to an alias, the message gets delivered to all members 2024-04-24 19:15:30 +02:00
view_test.go webmail: less boilerplate code for api functions 2024-04-21 21:32:24 +02:00
webmail.go improve http request handling for internal services and multiple domains 2024-05-11 11:13:14 +02:00
webmail.html don't prevent the html pages to load a favicon, and provide one by default 2024-07-08 21:58:10 +02:00
webmail.js when login sessions to admin/account/webmail interfaces expiry or are no longer valid, explain the behaviour in the message 2024-08-23 14:48:45 +02:00
webmail.ts when login sessions to admin/account/webmail interfaces expiry or are no longer valid, explain the behaviour in the message 2024-08-23 14:48:45 +02:00
webmail_test.go webmail: add export functionality 2024-04-22 13:41:40 +02:00