mirror of
https://github.com/mjl-/mox.git
synced 2025-07-12 18:24:35 +03:00
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.
This commit is contained in:
@ -482,6 +482,10 @@ type Message struct {
|
||||
// Changes are propagated to the webmail client.
|
||||
ThreadCollapsed bool
|
||||
|
||||
// If received message was known to match a mailing list rule (with modified junk
|
||||
// filtering).
|
||||
IsMailingList bool
|
||||
|
||||
ReceivedTLSVersion uint16 // 0 if unknown, 1 if plaintext/no TLS, otherwise TLS cipher suite.
|
||||
ReceivedTLSCipherSuite uint16
|
||||
ReceivedRequireTLS bool // Whether RequireTLS was known to be used for incoming delivery.
|
||||
|
Reference in New Issue
Block a user