diff --git a/integrator/mail/imap.py b/integrator/mail/imap.py
index 74f9385..5ab1757 100644
--- a/integrator/mail/imap.py
+++ b/integrator/mail/imap.py
@@ -89,7 +89,8 @@ class IMAPCollectionProvider(object):
receiver = msg['To']
raw_date = msg['Date'].rsplit(' ', 1)[0]
fmt = '%a, %d %b %Y %H:%M:%S'
- date = datetime(*(time.strptime(raw_date, fmt)[0:6]))
+ #date = datetime(*(time.strptime(raw_date, fmt)[0:6]))
+ date = datetime(*(email.Utils.parsedate(raw_date)[0:6]))
parts = getPayload(msg)
if 'html' in parts:
text = '