aboutsummaryrefslogtreecommitdiff
path: root/utils/mail.py
AgeCommit message (Collapse)AuthorFilesLines
2023-01-25refactor: rewrite for IMAP supportMole Shang1-7/+9
- Replaced POP3 with IMAP - #TODO: custom server URL - Polish user prompts
2020-10-22Using pyzmail36 to parse raw mail datahyfc1-149/+29
2020-10-22display date as ishyfc1-7/+1
2020-10-22parse date with different formathyfc1-4/+7
2020-10-22a first working verisonhyfc1-12/+116
2020-10-22initial commit with some handy email utilitieshyfc1-0/+48