imap_header

(PHP 4, PHP 5, PHP 7) Alias of imap_headerinfo() This function is an alias of: imap_headerinfo().

imap_getsubscribed

(PHP 4, PHP 5, PHP 7) List all the subscribed mailboxes array imap_getsubscribed ( resource $imap_stream, string $ref, string $pattern ) Gets information about the subscribed mailboxes. Identical to imap_getmailboxes(), except that it only returns mailboxes that the user is subscribed to. Parameters: imap_stream An IMAP stream returned by imap_open().

imap_getmailboxes

(PHP 4, PHP 5, PHP 7) Read the list of mailboxes, returning detailed information on each one array imap_getmailboxes ( resource $imap_stream, string $ref, string $pattern ) Gets information on the mailboxes. Parameters: imap_stream An IMAP stream returned by imap_open(). ref ref should normally be just the server specification as describe

imap_getacl

(PHP 5, PHP 7) Gets the ACL for a given mailbox array imap_getacl ( resource $imap_stream, string $mailbox ) Gets the ACL for a given mailbox. Parameters: imap_stream An IMAP stream returned by imap_open(). mailbox The mailbox name, see imap_open() for more information Returns: Returns an associative array of "fo

imap_get_quotaroot

(PHP 4 >= 4.3.0, PHP 5, PHP 7) Retrieve the quota settings per user array imap_get_quotaroot ( resource $imap_stream, string $quota_root ) Retrieve the quota settings per user. The limit value represents the total amount of space allowed for this user's total mailbox usage. The usage value represents the user's current total mailbox capacity. Parameters: imap_stream An

imap_get_quota

(PHP 4 >= 4.0.5, PHP 5, PHP 7) Retrieve the quota level settings, and usage statics per mailbox array imap_get_quota ( resource $imap_stream, string $quota_root ) Retrieve the quota level settings, and usage statics per mailbox. For a non-admin user version of this function, please see the imap_get_quotaroot() function of PHP. Parameters: imap_stream An IMAP stream re

imap_gc

(PHP 5, PHP 7 >= 5.3.0) Clears IMAP cache bool imap_gc ( resource $imap_stream, int $caches ) Purges the cache of entries of a specific type. Parameters: imap_stream An IMAP stream returned by imap_open(). caches Specifies the cache to purge. It may one or a combination of the following constants: IMAP_GC_ELT (message cache elements),

imap_fetchtext

(PHP 4, PHP 5, PHP 7) Alias of imap_body() This function is an alias of: imap_body().

imap_fetchstructure

(PHP 4, PHP 5, PHP 7) Read the structure of a particular message object imap_fetchstructure ( resource $imap_stream, int $msg_number [, int $options = 0 ] ) Fetches all the structured information for a given message. Parameters: imap_stream An IMAP stream returned by imap_open(). msg_number The message number optio

imap_fetchmime

(PHP 5, PHP 7 >= 5.3.6) Fetch MIME headers for a particular section of the message string imap_fetchmime ( resource $imap_stream, int $msg_number, string $section [, int $options = 0 ] ) Fetch the MIME headers of a particular section of the body of the specified messages. Parameters: imap_stream An IMAP stream returned by imap_open(). msg_number