From dd1393a6536035dab3356c58c26742c4be118787 Mon Sep 17 00:00:00 2001 From: "me@adamcoddington.net" Date: Mon, 8 Oct 2012 20:06:40 +0000 Subject: [PATCH] Fixing documentation headlining. --HG-- branch : exim4_pipe --- readme.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.rst b/readme.rst index 3ddd495..faf24a7 100755 --- a/readme.rst +++ b/readme.rst @@ -76,17 +76,17 @@ Getting incoming mail --------------------- In your code -~~~~~~~~~~~~ +............ Mailbox instances have a method named ``get_new_mail``; this method will gather new messages from the server. Using the Django Admin -~~~~~~~~~~~~~~~~~~~~~~ +...................... Check the box next to each of the mailboxes you'd like to fetch e-mail from, and select the 'Get new mail' option. Using a cron job -~~~~~~~~~~~~~~~~ +................ You can easily consume incoming mail by running the management command named ``getmail`` (optionally with an argument of the name of the mailbox you'd like to get the mail for).::