-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I installed it through pip install mailbot. And it installed succesfully and registers as a package: 'mailbot==0.3'
From Docs: https://mailbot.readthedocs.org/en/latest/
from mailbot import MailBot, register
from mycallbacks import MyCallback
mailbot = MailBot('imap.myserver.com', 'username', 'password')
# register your callback
register(MyCallback)
# check the unprocessed messages and trigger the callback
mailbot.process_messages()
However whenever the code above is run, output = "ImportError: cannot import name 'MailBot'"
Metadata
Metadata
Assignees
Labels
No labels