Skip to content

A python windows application that download emails from your gmail account and stores them in a json file.

Notifications You must be signed in to change notification settings

Ngonie-x/email-download-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

email-download-app

A python windows application that download emails from your gmail account and stores them in a json file. GUI made using tkinter.

Requirements

  • python==3.7.6
  • IMAPClient==2.1.0
  • pyzmail36==1.0.4

Make sure you have disabled unsecure apps in your gmail account settings

What I learned

  • 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

Interface

Screenshot (31) Screenshot (32)

About

A python windows application that download emails from your gmail account and stores them in a json file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages