POP3 support (closes #100)

This commit is contained in:
mdecimus
2024-05-22 11:28:35 +02:00
parent 6e5a92d882
commit 0fc5d40ec1
31 changed files with 2401 additions and 13 deletions

View File

@@ -24,6 +24,15 @@ bind = ["[::]:993"]
protocol = "imap"
tls.implicit = true
[server.listener.pop3]
bind = "[::]:110"
protocol = "pop3"
[server.listener.pop3s]
bind = "[::]:995"
protocol = "pop3"
tls.implicit = true
[server.listener."sieve"]
bind = ["[::]:4190"]
protocol = "managesieve"

Binary file not shown.