2021-08-10 14:21:38 +01:00
|
|
|
[InMail]
|
2021-08-10 21:14:47 +01:00
|
|
|
Type = "IMAP"
|
2021-08-10 14:21:38 +01:00
|
|
|
Server = "imap.example.com"
|
|
|
|
Port = 993
|
2021-08-10 21:14:47 +01:00
|
|
|
SocketType = SSL
|
|
|
|
Authentication = password-cleartext
|
2021-08-10 14:21:38 +01:00
|
|
|
|
|
|
|
[OutMail]
|
2021-08-10 21:14:47 +01:00
|
|
|
Type = "SMTP"
|
2021-08-10 14:21:38 +01:00
|
|
|
Server = "smtp.example.com"
|
|
|
|
Port = 465
|
2021-08-10 21:14:47 +01:00
|
|
|
SocketType = SSL
|
|
|
|
Authentication = password-cleartext
|
2021-08-10 14:21:38 +01:00
|
|
|
|
2021-08-11 20:11:14 +01:00
|
|
|
; Currently not implemented
|
|
|
|
;[Calendar]
|
|
|
|
;Server = "https://example.com/remote.php/dav/"
|
|
|
|
;Port = 443
|
|
|
|
;Type = CalDAV
|
2021-08-10 14:21:38 +01:00
|
|
|
|
2021-08-11 20:11:14 +01:00
|
|
|
; Currently not implemented
|
|
|
|
;[AddressBook]
|
|
|
|
;Server = "https://example.com/remote.php/dav/"
|
|
|
|
;Port = 443
|
|
|
|
;Type = CardDAV
|