Merge branch 'edge' of github.com:webnotes/wnframework into edge
This commit is contained in:
commit
5faeda6209
1 changed files with 2 additions and 0 deletions
|
|
@ -29,6 +29,8 @@ class IncomingMail:
|
|||
"""
|
||||
def __init__(self, content):
|
||||
import email
|
||||
import email.utils
|
||||
import datetime
|
||||
import time
|
||||
|
||||
self.mail = email.message_from_string(content)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue