Notmail_Bot
Notmail_Bot copied to clipboard
Telegram bot that acts as an email client
`doop@doopserver:~/Notmail_Bot$ python notmail_bot.py --config_path my-config/my_config.ini Traceback (most recent call last): File "notmail_bot.py", line 19, in import click # http://click.pocoo.org/6/ ImportError: No module named click` I alredy installed click with pip
The idea is that if a new version (tag) is released, the bot manager will be notified. To do this, the bot should check daily for new tags.
``` [26-10-17 18:00:59] p8367 {/home/manolo/GIT/Tmail-bot/services/email.py:71} DEBUG - Checking account: [email protected]:/inbox Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.6/imaplib.py", line 1014, in _command_complete typ, data = self._get_tagged_response(tag) File...
Se pretende añadir información de los Emails a un calendario. Ésto podría resultar útil para añadir Emails de Eventos, Envíos, Fechas Importantes, etc. Para ello se usará un enlace externo...
We pass to telegram the email and our route in the field `callback_data` that is [limited to 64 bytes](https://core.telegram.org/bots/api#inlinekeyboardbutton) but the maximum lenght for a [email is 254 character](https://stackoverflow.com/a/574698)