View Full Version : Email getter
Is it possible for php to check a pop email account? And obtain a list of emails, store them in database for later use, ect...
Of course: POP is only ASCII-based. With an in-depth knowledge of the protocol, you should have no problem. All you need is the POP RFC (http://www.faqs.org/rfcs/rfc1939.html) and the fsockopen manual (php.net/fsockopen).
Powered by vBulletin® Version 4.2.2 Copyright © 2021 vBulletin Solutions, Inc. All rights reserved.