non-interactive tool for removing mail from IMAP4 mailboxes
deletemail is a non-interactive tool for removing mail from one or more IMAP4 mailboxes. It removes mail older than a configurable number of days, and by default does not remove mail that is not marked as seen on the server
deletemail is a non-interactive tool for removing mail from one or more IMAP4 mailboxes. It removes mail older than a configurable number of days, and by default does not remove mail that is not marked as seen on the server
To install deletemail, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install deletemail
To see what files were installed by deletemail, run:
port contents deletemail
To later upgrade deletemail, run:
sudo port selfupdate && sudo port upgrade deletemail
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.