imap_subscribe

(PHP 4, PHP 5, PHP 7)
Subscribe to a mailbox
bool imap_subscribe ( resource $imap_stream, string $mailbox )

Subscribe to a new mailbox.

Parameters:
imap_stream

An IMAP stream returned by imap_open().

mailbox

The mailbox name, see imap_open() for more information

Returns:

Returns TRUE on success or FALSE on failure.

See also:

imap_unsubscribe() -

doc_php
2016-02-24 16:02:08
Comments
Leave a Comment

Please login to continue.