The POP3 extension makes it possible for a PHP script to connect to and interact with a POP3 mail server. It is based on the PHP streams interface and requires no external library.
The POP3 extension makes it possible for a PHP script to connect to and interact with a POP3 mail server. It is based on the PHP streams interface and requires no external library.
To install php56-pop3, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install php56-pop3
To see what files were installed by php56-pop3, run:
port contents php56-pop3
To later upgrade php56-pop3, run:
sudo port selfupdate && sudo port upgrade php56-pop3
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.