PHP Library to read email
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: http://us3.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:/