Unnamed repository; edit this file 'description' to name the repository.
Find a file
2024-09-05 19:09:15 +03:00
config Initial commit 2024-09-03 22:03:08 +03:00
remove_duplicate_imap_messages move expunge to the end 2024-09-05 19:09:15 +03:00
.gitignore Initial commit 2024-09-03 22:03:08 +03:00
Dockerfile Initial commit 2024-09-03 22:03:08 +03:00
LICENSE Initial commit 2024-09-03 22:03:08 +03:00
podman_build.sh Initial commit 2024-09-03 22:03:08 +03:00
podman_run.sh Initial commit 2024-09-03 22:03:08 +03:00
pyproject.toml Add initial version 2024-09-03 23:18:45 +03:00
README.md Initial commit 2024-09-03 22:03:08 +03:00
requirements.txt Initial commit 2024-09-03 22:03:08 +03:00
setup.cfg Initial commit 2024-09-03 22:03:08 +03:00
setup.py Add initial version 2024-09-03 23:18:45 +03:00

remove_duplicate_imap_messages

Requirements

Installation

Linux

sudo python3 setup.py install

Windows (from PowerShell)

& $(where.exe python).split()[0] setup.py install

Usage

remove_duplicate_imap_messages.py [--debug-level|-d CRITICAL|ERROR|WARNING|INFO|DEBUG|NOTSET] # Other parameters