mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 06:34:41 +03:00
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.
This commit is contained in:
@ -1816,6 +1816,27 @@
|
||||
"bool"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "ReceivedTLSVersion",
|
||||
"Docs": "0 if unknown, 1 if plaintext/no TLS, otherwise TLS cipher suite.",
|
||||
"Typewords": [
|
||||
"uint16"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "ReceivedTLSCipherSuite",
|
||||
"Docs": "",
|
||||
"Typewords": [
|
||||
"uint16"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "ReceivedRequireTLS",
|
||||
"Docs": "Whether RequireTLS was known to be used for incoming delivery.",
|
||||
"Typewords": [
|
||||
"bool"
|
||||
]
|
||||
},
|
||||
{
|
||||
"Name": "Seen",
|
||||
"Docs": "",
|
||||
|
Reference in New Issue
Block a user