Notmail_Bot icon indicating copy to clipboard operation
Notmail_Bot copied to clipboard

Telegram bot that acts as an email client

Results 10 Notmail_Bot issues
Sort by recently updated
recently updated
newest added

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

enhancement

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

enhancement

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

enhancement

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)

enhancement