PHP Developer's Dictionary- P44:PHP is an open source, server-side, HTML-embedded scripting language used to create dynamically generated Web pages. With an easy-to-use syntax and a large, extensible library of modules, PHP brings together the best of Perl, C++, and other languages. | PHP Developer s Dictionary adl mailbox host reply_toaddress Returns full reply_to line up to 1 024 characters reply_to Returns an array of objects from the Reply_to line containing personal adl mailbox host senderaddress Returns full sender line up to 1 024 characters sender Returns an array of objects from the sender line containing personal adl mailbox host return_path Returns full return-path line up to 1 024 characters. return_path Returns an array of objects from the return_path line containing personal adl mailbox host udate Returns mail message date in UNIX time fetchfrom Returns from line formatted to fit fromlength characters fetchsubject Returns subject line formatted to fit subjectlength characters imap_headers Syntax array imap_headers int imap stream Description The imap_headers function returns an array of strings with header information. There will be one array element per mail message. imap_last_error Syntax IT-SC book 215 PHP Developer s Dictionary string imap_last_error Description The imap_iast_error function which was added in PHP returns the last IMAP error that occurred on the page. Calling this function does not clear the error so subsequent calls will return the same error. imap_listmailbox Syntax array imap_listmailbox int imap stream string ref string pattern Description The imap_iistmaiibox function returns an array that contains the names of the mailboxes connected to by imap_stream . The ref parameter is the same server name that you used when you opened the stream with the imap_open function. You define which mailboxes to obtain information about by passing a pattern for the function to look for. For pattern there you can use or to represent two different wildcards. When used will return all mailboxes. on the other hand will return only the top-level mailboxes. imap_listsubscribed Syntax array imap_listsubscribed int imap stream string ref string pattern Description The imap_iistsubscribed function returns an array that contains