- Clone the repo:
git clone https://github.com/anshulshah96/PyMail.git
- Create a Local File in the folder with name conf.py and add:
USERNAME = "your username"
PASSWORD = "your password"
HOST_ADDR = "192.168.180.11" # IITR SMTP AND POP3 ADDRESSS
POP3_PORT = 110
SMTP_PORT = 587
MESSAGE_LIMIT = 20
- Start the GUI User Agent:
python main.py
- In order to modify GUI using Qt-Designer, modify the .ui files in components and execute
./run.sh
to generate the corresponding .py files