awangga / outlook

Python library to read email from live, hotmail, outlook, office365 or any microsoft email service
337 stars 136 forks source link

AttributeError: 'Outlook' object has no attribute 'imap' #7

Closed qig-smiller closed 7 years ago

qig-smiller commented 7 years ago

Traceback (most recent call last): return self.imap.select("Inbox")

qig-smiller commented 7 years ago

afaik the self.imap variable should be declared in the init method