A simple, read-only email client built with Python, GTK 4 and Adwaita.
- IMAP email retrieval
- Login with email and password
- View inbox emails
- Search functionality
- Email content display
- Pagination for email list
- Python 3.x
- GTK 4.0
- PyGObject
-
Install required libraries:
pip3 install PyGObject
-
Ensure GTK 4.0 is installed on your system.
-
Add you own servers to the
config.json
file in the same directory as the script with IMAP server configurations.
Run the script:
python3 main.py