(PHP 3 <= 3.0.18, PHP 4 >= 4.0.0)
imap_listsubscribed -- List all the subscribed mailboxes
Description
array imap_listsubscribed (int imap_stream, string ref, string
pattern)
Returns an array of all the mailboxes that you have subscribed. This is almost identical
to imap_listmailbox(), but will only return
mailboxes the user you logged in as has subscribed.
|