
Luke Arndt - 2011-02-18 04:04:31
I apologize if this is a silly question, but can this class be used in conjunction with IMAP e-mail messages?
I use this syntax to connect to my e-mail account:
$mailbox = imap_open("{localhost:143/notls}INBOX", "myemail@mydomain.com", "mypassword");
How can I use this class to parse the e-mails in the inbox?
Thank you!
- Luke