1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-02-13 15:32:27 +03:00
mox/webmail
Mechiel Lukkien 9896639ff9
for incoming smtp deliveries, track whether tls and requiretls was used, and display this in the webmail
we store the tls version used, and cipher suite. we don't currently show that
in the webmail.
2023-11-02 09:12:47 +01:00
..
api.go refactor common pattern of close & remove temporary file into calling the new store.CloseRemoveTempFile 2023-11-02 09:12:46 +01:00
api.json for incoming smtp deliveries, track whether tls and requiretls was used, and display this in the webmail 2023-11-02 09:12:47 +01:00
api.ts for incoming smtp deliveries, track whether tls and requiretls was used, and display this in the webmail 2023-11-02 09:12:47 +01:00
api_test.go implement "requiretls", rfc 8689 2023-10-24 10:10:46 +02:00
eventwriter.go initialize metric mox_panic_total with 0, so the alerting rule also catches the first panic for a label 2023-09-15 16:47:17 +02:00
lib.ts for incoming smtp deliveries, track whether tls and requiretls was used, and display this in the webmail 2023-11-02 09:12:47 +01:00
message.go webmail: recognize q/b-word-encoded filenames in attachments in messages 2023-10-14 14:14:13 +02:00
message_test.go when making a message preview, also recognize []-enclosed "horizontal ellipsis" unicode character as a snip 2023-09-11 14:41:50 +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 for incoming smtp deliveries, track whether tls and requiretls was used, and display this in the webmail 2023-11-02 09:12:47 +01:00
msg.ts webmail: ensure wrap of long header lines, instead of horizontal scrollbar in message header section 2023-10-12 22:08:13 +02:00
text.html add webmail 2023-08-07 21:57:03 +02:00
text.js for incoming smtp deliveries, track whether tls and requiretls was used, and display this in the webmail 2023-11-02 09:12:47 +01:00
text.ts add webmail 2023-08-07 21:57:03 +02:00
view.go webmail: recognize q/b-word-encoded filenames in attachments in messages 2023-10-14 14:14:13 +02:00
view_test.go make mox compile on windows, without "mox serve" but with working "mox localserve" 2023-10-14 10:54:07 +02:00
webmail.go webmail: recognize q/b-word-encoded filenames in attachments in messages 2023-10-14 14:14:13 +02:00
webmail.html webmail: autoresize address input field in compose window 2023-10-15 10:53:57 +02:00
webmail.js for incoming smtp deliveries, track whether tls and requiretls was used, and display this in the webmail 2023-11-02 09:12:47 +01:00
webmail.ts webmail: show email address instead of display name of "from" header in message listing if display name contains chars from "<@>" 2023-11-02 09:12:47 +01:00
webmail_test.go make mox compile on windows, without "mox serve" but with working "mox localserve" 2023-10-14 10:54:07 +02:00