Skip to content

anshulshah96/PyMail

Repository files navigation

PyMail

A simple Python GUI based SMTP and POP3 Client


Setup

  • 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

License

MIT License

About

Python GUI Based SMTP and POP3 Client

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published