Age | Commit message (Expand) | Author | Files | Lines |
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 | 2 | -12/+44 |
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 | chore: add missing deps | Mole Shang | 1 | -0/+1 |
2023-01-25 | chore(Dockerfile): switch image base to 3.11-alpine | 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 | 3 | -34/+34 |
2023-01-25 | fix(bot.py): rollback to the origin method to refresh inbox_num | Mole Shang | 2 | -9/+5 |
2023-01-25 | chore(Dockerfile): update docker ENV | Mole Shang | 1 | -3/+4 |
2023-01-25 | refactor: rewrite for IMAP support | Mole Shang | 3 | -61/+84 |
2021-01-25 | Merge pull request #5 from bit-rich/master | hyfc | 3 | -30/+65 |
2020-11-10 | logging stdout | liuguopei | 1 | -2/+3 |
2020-11-10 | check owner | liuguopei | 1 | -0/+16 |
2020-11-09 | add Dockerfile | liuguopei | 2 | -1/+13 |
2020-11-09 | update telegram api | liuguopei | 2 | -29/+35 |
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 | 3 | -20/+12 |
2020-10-22 | add periodic task | hyfc | 3 | -15/+64 |
2020-10-22 | coping with large text entities | hyfc | 2 | -5/+16 |
2020-10-22 | Using pyzmail36 to parse raw mail data | hyfc | 5 | -167/+191 |
2020-10-22 | display date as is | hyfc | 1 | -7/+1 |
2020-10-22 | parse date with different format | hyfc | 1 | -4/+7 |
2020-10-22 | a first working verison | hyfc | 6 | -12/+287 |
2020-10-22 | Update README.md | hyfc | 1 | -1/+7 |
2020-10-22 | initial commit with some handy email utilities | hyfc | 3 | -0/+48 |
2020-10-22 | Initial commit | hyfc | 3 | -0/+126 |