1 # Settings for the IMAP authentication method
2 # -------------------------------------------
4 # When using the IMAP authentication method users will be
5 # asked for a login and a password. Those credentials will
6 # be tested against the given IMAP server.
8 # Connections to the IMAP server are made using SSL/TLS.
10 authentication_method:
13 # Hostname of the authenticating IMAP server
14 imap_server: "imap.example.com"
16 # Port of the authenticating IMAP server