imap_subscribe
(PHP 3, PHP 4 )
imap_subscribe -- Subscribe to a mailbox
Description
bool imap_subscribe ( resource imap_stream, string mbox)
Subscribe to a new mailbox.
Returns TRUE on success or FALSE on failure.
See also: imap_unsubscribe().
imap_thread
(PHP 4 >= 4.1.0)
imap_thread -- Return threaded by REFERENCES tree
Description
array imap_thread ( resource stream_id [, int options])
Warning
This function is currently not documented; only the argument
list is available.
|