IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. This port provides the University of Washington IMAP toolkit (IMAP supporting software developed by the UW).
IMAP (Internet Message Access Protocol) is a method of accessing electronic messages kept on a (possibly shared) mail server. This port provides the University of Washington IMAP toolkit (IMAP supporting software developed by the UW).
To install imap-uw, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install imap-uw
To see what files were installed by imap-uw, run:
port contents imap-uw
To later upgrade imap-uw, run:
sudo port selfupdate && sudo port upgrade imap-uw
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.