Use quotation marks for hostnames for better separation between key and values. Imap and pop3 can't be written in quotation marks.

Josef Friedrich 2016-08-22 22:42:25 +02:00
parent 50d7cff5e4
commit 2904f22639
1 changed files with 2 additions and 2 deletions

@ -26,7 +26,7 @@ A detailed description of the configuration options can be found in the [online
## Example IMAP configuration
```
poll imap.example.com proto imap
poll 'imap.example.com' proto imap
user 'username'
pass 'secret'
is 'user1@domain.tld'
@ -35,7 +35,7 @@ poll imap.example.com proto imap
## Example POP3 configuration
```
poll pop3.example.com proto pop3
poll 'pop3.example.com' proto pop3
user 'username'
pass 'secret'
is 'user2@domain.tld'