forked from mirror/django-mailbox
Fixing documentation headlining.
--HG-- branch : exim4_pipe
This commit is contained in:
parent
677290c390
commit
dd1393a653
1 changed files with 3 additions and 3 deletions
|
|
@ -76,17 +76,17 @@ Getting incoming mail
|
||||||
---------------------
|
---------------------
|
||||||
|
|
||||||
In your code
|
In your code
|
||||||
~~~~~~~~~~~~
|
............
|
||||||
|
|
||||||
Mailbox instances have a method named ``get_new_mail``; this method will gather new messages from the server.
|
Mailbox instances have a method named ``get_new_mail``; this method will gather new messages from the server.
|
||||||
|
|
||||||
Using the Django Admin
|
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.
|
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
|
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).::
|
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).::
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue