mailbot icon indicating copy to clipboard operation
mailbot copied to clipboard

MailBot: register callbacks to be executed on mail reception.

Results 6 mailbot issues
Sort by recently updated
recently updated
newest added

Because you are using Python3, instead of using: email.message_from_string(raw_email) use: email.message_from_bytes(raw_email) Using the first line of code, on a gmail client, would raise an exception.

Hi, there. When i try to login mail server with ssl =True, I meet this: ``` Traceback (most recent call last): File "main.py", line 103, in mailbot = MailBot('imap.xxx.com', '[email protected]',...

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...

FIX: string access on byte sequence and type cast for invocation of mail message function

Hi, I setup a fresh RaspberryPi and want to install `mailbot` in a fresh Python v2.7 virtual environment. I did it before on a RaspberryPi using Python v3.4 . And...

see comments of the commits for further information. Yes, and please get back to me about possibilities and "howto" of testing. Thanks.