I currently use the SwiftMailer library to send email, but unfortunately it’s only for sending, not receiving. I’m wondering… is there a similar library to connect via IMAP to an email account and read the email (IE give me the ability to loop through email). I’m aware there are a set of PHP IMAP functions located here: https://www.php.net/manual/en/book.imap.php
But my question is, does anybody know of an alternative libarary or IMAP wrapper class for receiving/viewing all your emails?
I seriously couldn’t find anything, thanks in advance.
see below ur:–
http://www.php.net/mailparse
http://garrettstjohn.com/entry/reading-emails-with-php/
or try it:-
Reading Emails with PHP