From b7baae454b43eaa97f7f668bced68f3e40d34c65 Mon Sep 17 00:00:00 2001 From: Adam Coddington Date: Wed, 21 Mar 2018 08:55:47 -0700 Subject: [PATCH] Update polling.rst Improving "Getting incoming mail" documentation clarity. --- docs/topics/polling.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/docs/topics/polling.rst b/docs/topics/polling.rst index 3f1c970..5b35bbe 100644 --- a/docs/topics/polling.rst +++ b/docs/topics/polling.rst @@ -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 ------------