Command line utility to clean IMAP folders
Project description
mailbox-cleaner
a simple CLI tool to clean IMAP folders
Installation
To install with pip:
$ pip install -U mailbox-cleaner
After installation the command mailbox-cleaner
should be available.
You can also just download the mailbox_cleaner.py
file and execute it directly.
Usage
To delete emails older than 15 days in the INBOX folder:
mailbox-cleaner imap.example.com me@example.com myPassword -d 15
To delete emails older than 30 days in the Trash folder using a STARTTLS connection to a host with non-standard port:
mailbox-cleaner imap.example.com:9999 me@example.com myPassword -c STARTTLS -f Trash -d 30
To see all available options and more information use:
mailbox-cleaner --help
License
Licensed GPLv3+, see the LICENSE file for details.
Copyright © 2022 Asiel Díaz Benítez.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
mailbox_cleaner-0.1.0.tar.gz
(17.6 kB
view hashes)
Built Distribution
Close
Hashes for mailbox_cleaner-0.1.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | af442c8e8855c97cea787f3395916bb7f7b5bf3dd954f1a04569bb8b1e22ecf1 |
|
MD5 | d9709141c771809df471afe909e4de82 |
|
BLAKE2b-256 | 1980882fee227472532f9d3beface9ad3b01bb6ba30729bf2dbc61fabd7433c7 |