remove_duplicate_imap_messages/README.md

24 lines
363 B
Markdown
Raw Normal View History

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