A python windows application that download emails from your gmail account and stores them in a json file. GUI made using tkinter.
- python==3.7.6
- IMAPClient==2.1.0
- pyzmail36==1.0.4
Make sure you have disabled unsecure apps in your gmail account settings
- Using imapclient and pyzmail to access data from gmail
- working with csv and json files in python
- More about tkinter widgets such as updating the progress bar
- working with shelve files