1
0
Fork 1
mirror of https://github.com/coddingtonbear/django-mailbox.git synced 2026-07-09 22:38:19 +02:00

Update polling.rst

Improving "Getting incoming mail" documentation clarity.
This commit is contained in:
Adam Coddington 2018-03-21 08:55:47 -07:00 committed by GitHub
parent 8933e38109
commit b7baae454b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,6 @@
Getting incoming mail
=====================
If you are utilizing one of the polling methods above,
you will need to periodically poll the mailbox for messages using one of the
below methods.
If you are receiving mail directly from a mailserver via a pipe
-- using the ``processincomingmessage`` management command --
you need not concern yourself with this section.
In your code
------------