1)This script takes your email and password as input.
2)Return a csv containing following attributes:
-Date
-From(Sender)
-Subject
-Mail Text
You only need Python to run this script. You can visit here to download Python.
Running the script is really simple! Just open a terminal in the folder where your script is located and run the following command :
`pip install -r requirements.txt`
`python store_emails.py`
gpriya32(Priyanka)