imap_filter/README.md

24 lines
325 B
Markdown
Raw Normal View History

2024-09-04 10:03:48 +02:00
# imap_filter
## Requirements
## Installation
### Linux
```bash
sudo python3 setup.py install
```
### Windows (from PowerShell)
```powershell
& $(where.exe python).split()[0] setup.py install
```
## Usage
```bash
imap_filter.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters
```