You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.rst
+2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,8 @@ One too many times, I'm sure.
16
16
This small Django application will allow you to specify mailboxes that you would like consumed for incoming content;
17
17
the e-mail will be stored, and you can process it at will (or, if you're in a hurry, by subscribing to a signal).
18
18
19
+
The Django-mailbox retrieves the e-mail messages by eg. IMAP, POP and then erases them to not download again the next time. Django-mailbox is not a typical mail program, and is a development library that makes it easy to process email messages in Django. A mailbox in that case plays the role of a message queue that needs to be processed. Messages processed from the queue are removed from the queue.
0 commit comments