From 83d17a233034395b8fbe2fddaeca0ed75a1e4ba7 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Mon, 22 Aug 2016 10:23:51 +0200 Subject: [PATCH] Add more headlines --- ...ils-from-a-remote-mail-server-(using-builtin-fetchmail).md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md b/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md index a92fa14..be01a87 100644 --- a/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md +++ b/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md @@ -19,6 +19,8 @@ Generate a file called `fetchmail.cf` and place it in the `config` folder. Your └── README.md ``` +# Configuration + ## Example IMAP configuration ``` @@ -39,6 +41,8 @@ poll pop3.example.com with proto POP3 here options keep ssl ``` +# Debugging + To debug your `fetchmail.cf` configuration run this command: ```