From ec1064de3be9f9a0a107dc12cb0c789867354272 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Mon, 22 Aug 2016 22:24:07 +0200 Subject: [PATCH] password should be pass --- docs/content/advanced/mail-fetchmail.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/advanced/mail-fetchmail.md b/docs/content/advanced/mail-fetchmail.md index 2c63bf37..4276e987 100644 --- a/docs/content/advanced/mail-fetchmail.md +++ b/docs/content/advanced/mail-fetchmail.md @@ -37,7 +37,7 @@ poll imap.example.com proto imap ``` poll pop3.example.com proto pop3 user 'username' - password 'secret' + pass 'secret' is 'user2@domain.tld' ```