forked from mirror/django-mailbox
office365 implementation
This commit is contained in:
parent
dca20e1e1c
commit
ced6b0997b
3 changed files with 37 additions and 83 deletions
|
|
@ -9,3 +9,8 @@ class EmailTransport:
|
|||
message = email.message_from_bytes(contents)
|
||||
|
||||
return message
|
||||
|
||||
def get_email_from_string(self, contents):
|
||||
message = email.message_from_string(contents)
|
||||
|
||||
return message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue