IMAPFilter connects to remote IMAP mail servers and processes messages according to defined filters (rules). It is intended to be executed before a user accesses his/her mailboxes.
IMAPFilter connects to remote IMAP mail servers and processes messages according to defined filters (rules). It is intended to be executed before a user accesses his/her mailboxes.
To install imapfilter, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install imapfilter
To see what files were installed by imapfilter, run:
port contents imapfilter
To later upgrade imapfilter, run:
sudo port selfupdate && sudo port upgrade imapfilter
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.