Utility to check for new mail in multiple mailboxes
newmail looks at mailboxes and determines if any new mail has arrived. The mailboxes to be examined are specified as command line arguments. If a directory is specified, all mailboxes inside will be checked. By default, it runs every 15 minutes by the user's shell.
newmail looks at mailboxes and determines if any new mail has arrived. The mailboxes to be examined are specified as command line arguments. If a directory is specified, all mailboxes inside will be checked. By default, it runs every 15 minutes by the user's shell.
To install newmail, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install newmail
To see what files were installed by newmail, run:
port contents newmail
To later upgrade newmail, run:
sudo port selfupdate && sudo port upgrade newmail
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.