PHP POP3/SSL Authentication

Usage: auth_pop3_ssl(‘username’, ‘password’, ‘pop3.example.com’)

If the host is using SSL, prepend $popserver with “ssl://”

Original code from:
http://www.php.happycodings.com/E-Mail/code18.html

Modified by Lord Matt:
http://lordmatt.co.uk/item/1162/

Updates and fixes by Andrew Peng:
http://andrewpeng.net/computing/php-scripting/pop3-authentication

This version of the PHP POP3 authentication supports checking with SSL/TLS POP3 connections, and is verified to work with Gmail.

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

ZIP | TAR.GZ | GIT | GITHUB

Leave a Reply

Your email address will not be published. Required fields are marked *