index
:
135e2/telegram-mail-bot.git
master
A Telegram bot that retrieves the newest email periodically and sends them to you as chat messages.
135e2
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bot.py
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-09
fix(bot.py): start counting index from 1 in response...
Mole Shang
1
-1
/
+1
2023-03-09
fix(bot.py): fix for range iteration to prevent duplication of last email in ...
Mole Shang
1
-1
/
+1
2023-01-25
chore: fix typo
Mole Shang
1
-1
/
+1
2023-01-25
feat: support showing mails list
Mole Shang
1
-11
/
+35
2023-01-25
fix(box.py): correct range logic when receiving more than one emails
Mole Shang
1
-2
/
+2
2023-01-25
fix(bot.py): update callback params...
Mole Shang
1
-1
/
+1
2023-01-25
feat(bot.py): prompt user to set valid email
Mole Shang
1
-15
/
+31
2023-01-25
refactor: migrate to python-telegram-bot-20 apis...
Mole Shang
1
-32
/
+28
2023-01-25
fix(bot.py): rollback to the origin method to refresh inbox_num
Mole Shang
1
-5
/
+5
2023-01-25
refactor: rewrite for IMAP support
Mole Shang
1
-30
/
+48
2020-11-10
logging stdout
liuguopei
1
-2
/
+3
2020-11-10
check owner
liuguopei
1
-0
/
+16
2020-11-09
add Dockerfile
liuguopei
1
-1
/
+1
2020-11-09
update telegram api
liuguopei
1
-28
/
+34
2020-10-22
bugfix
hyfc
1
-8
/
+21
2020-10-22
add some useful info logs
hyfc
1
-2
/
+5
2020-10-22
add logfile, using task queue instead of schedule
hyfc
1
-7
/
+8
2020-10-22
add periodic task
hyfc
1
-5
/
+16
2020-10-22
coping with large text entities
hyfc
1
-3
/
+14
2020-10-22
Using pyzmail36 to parse raw mail data
hyfc
1
-16
/
+2
2020-10-22
a first working verison
hyfc
1
-0
/
+101
2020-10-22
initial commit with some handy email utilities
hyfc
1
-0
/
+0