mox/webmail
2023-11-09 21:15:27 +01:00
..
api.go change the message composing code from webmail over to message.Composer too 2023-11-09 21:15:27 +01:00
api.json when message is delivered, save whether it is from a mailing list; in webmail, show if message was a forward or mailing list, and don't enable requiretls when sending to a list. 2023-11-02 20:03:47 +01:00
api.ts when message is delivered, save whether it is from a mailing list; in webmail, show if message was a forward or mailing list, and don't enable requiretls when sending to a list. 2023-11-02 20:03: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 webmail: fix received date shown on message 2023-11-04 23:35:44 +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 webmail: fix received date shown on message 2023-11-04 23:35:44 +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 webmail: fix received date shown on message 2023-11-04 23:35:44 +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 webmail: don't select requiretls when mta-sts and dane are both not implemented (even though requiretls extension is announced) 2023-11-09 19:57:53 +01:00
webmail.ts webmail: don't select requiretls when mta-sts and dane are both not implemented (even though requiretls extension is announced) 2023-11-09 19:57:53 +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