Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/youcefzaid/mini-email-client
Read only mail client
https://github.com/youcefzaid/mini-email-client
email-client mail-access mail-account-checker mail-client
Last synced: about 1 month ago
JSON representation
Read only mail client
- Host: GitHub
- URL: https://github.com/youcefzaid/mini-email-client
- Owner: youcefzaid
- Created: 2024-06-16T06:26:03.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-08-10T04:50:56.000Z (6 months ago)
- Last Synced: 2024-11-08T08:50:59.392Z (3 months ago)
- Topics: email-client, mail-access, mail-account-checker, mail-client
- Language: Python
- Homepage:
- Size: 853 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
![Alt text](/screenshot.png "Mini Email Client screenshot")
# Mini Email ClientA simple, read-only email client built with Python, GTK 4 and Adwaita.
## Features
- IMAP email retrieval
- Login with email and password
- View inbox emails
- Search functionality
- Email content display
- Pagination for email list## Requirements
- Python 3.x
- GTK 4.0
- PyGObject## Setup
1. Install required libraries:
```
pip3 install PyGObject
```2. Ensure GTK 4.0 is installed on your system.
3. Add you own servers to the `config.json` file in the same directory as the script with IMAP server configurations.
## Usage
Run the script:
```
python3 main.py
```