Does anyone have or know where I can find sample code on how to open a stream to an IMAP box, find the messages, and then get the text of a message?
Thanks!!
Theres a whole section in the manual dedicated to the functions that involve connecting to IMAP servers etc. http://www.php.net/manual/en/ref.imap.php
It has the specs of the functions, but no samples per se, so you'd have to read and understand all of the functions in order to get it to work. Any samples?