aboutsummaryrefslogtreecommitdiffstats
path: root/system/mail (unfollow)
Commit message (Collapse)Author
2023-03-18Fix(system/mail): Make extraVirtualAliases fairerene
2023-03-18Fix(system/mail): Disable protocols with STARTTLSene
This is inherently unsafe because it requires an unencrypted handshake. Considering that all protocols also work directly with TLS i.e., the encrypted variant, disabling this shouldn't be a drawback.
2023-03-18Refactor: Use better file layoutene