C-client is a common API for accessing mailboxes. It is used internally by the popular PINE mail reader as well as the University of Washington's IMAP server.
C-client is a common API for accessing mailboxes. It is used internally by the popular PINE mail reader as well as the University of Washington's IMAP server.
To install cclient, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cclient
To see what files were installed by cclient, run:
port contents cclient
To later upgrade cclient, run:
sudo port selfupdate && sudo port upgrade cclient
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.