Merge branch 'edge' of github.com:webnotes/wnframework into edge

This commit is contained in:
Rushabh Mehta 2013-02-11 12:11:03 +01:00
commit 5faeda6209

View file

@ -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)