mirror of
https://github.com/coddingtonbear/django-mailbox.git
synced 2026-07-09 22:38:19 +02:00
Office365 API mailbox support (#251)
* Update models.py, __init__.py, and office365.py * Update setup.py * Office365Transport properties * Update .gitignore * wrong folder stage * Update models.py * Update office365.py and models.py * office365 implementation * Update office365.py * clear code * fix import * Update readme.rst * archive and delete * fix and documentation * removed build folder * missing archive Co-authored-by: Pietro Mingo <p.mingo@intac.it> Co-authored-by: Serafim Bordei <s.bordei@intac.it>
This commit is contained in:
parent
40263b6670
commit
cefbcdebd2
8 changed files with 129 additions and 3 deletions
|
|
@ -8,3 +8,4 @@ from django_mailbox.transports.babyl import BabylTransport
|
|||
from django_mailbox.transports.mh import MHTransport
|
||||
from django_mailbox.transports.mmdf import MMDFTransport
|
||||
from django_mailbox.transports.gmail import GmailImapTransport
|
||||
from django_mailbox.transports.office365 import Office365Transport
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue