From 1f6014918cd2e5e00ac2c47f1b00c719cb0b1b8e Mon Sep 17 00:00:00 2001 From: Pietro Mingo Date: Fri, 29 Jul 2022 17:32:15 +0200 Subject: [PATCH] Update readme.rst --- readme.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.rst b/readme.rst index 0aac06b..50342d6 100644 --- a/readme.rst +++ b/readme.rst @@ -8,7 +8,7 @@ :target: https://pypi.python.org/pypi/django-mailbox -Easily ingest messages from POP3, IMAP, or local mailboxes into your Django application. +Easily ingest messages from POP3, IMAP, Office365 or local mailboxes into your Django application. This app allows you to either ingest e-mail content from common e-mail services (as long as the service provides POP3 or IMAP support), or directly receive e-mail messages from ``stdin`` (for locally processing messages from Postfix or Exim4).