diff options
author | Runxi Yu <me@runxiyu.org> | 2025-01-16 11:43:38 +0800 |
---|---|---|
committer | Runxi Yu <me@runxiyu.org> | 2025-01-16 11:43:38 +0800 |
commit | b408645806e8098b89e782a09e8ba7ef36c6fb6f (patch) | |
tree | ccc245e196a4df6ae8dce325cede4705656637d3 /maild.scfg | |
parent | IMAP: Use clog.Debug instead of fmt.Printf (diff) | |
download | maild-b408645806e8098b89e782a09e8ba7ef36c6fb6f.tar.gz maild-b408645806e8098b89e782a09e8ba7ef36c6fb6f.tar.zst maild-b408645806e8098b89e782a09e8ba7ef36c6fb6f.zip |
IMAP: Use TLS
Diffstat (limited to '')
-rw-r--r-- | maild.scfg | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -17,6 +17,7 @@ mx { imap { net tcp + trans tls addr :1993 - # TODO: Allow two listeners, one for TCP, one for TLS + # TODO: Add multiple listeners } |