diff options
-rw-r--r-- | README.md | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -2,6 +2,14 @@ A Telegram bot that retrives the newest email periodically and sends them to you as chat messages. +## Changes from [upstream](https://github.com/hyfc/telegram-mail-bot) - -[](https://opensource.org/licenses/MIT)
\ No newline at end of file +- Replaced POP3 with IMAP protocol (as used more widely) +- Added Docker image hosted on ghcr.io +- Updated code to support python-telegram-bot-20.x APIs +- Added a `/list` query to list all emails received +- Updated deps in Pipfile + + +[](https://opensource.org/licenses/MIT) +[](https://github.com/135e2/telegram-mail-bot/pkgs/container/telegram-mail-bot) |