Better PHP Documentation opinionated
Get Started Documentation Community Training
Better PHP Documentation
Get Started Documentation Community Training
Log in
Logo

IMAP Functions

imap_8bit imap_alerts imap_append imap_base64 imap_binary imap_body imap_bodystruct imap_check imap_clearflag_full imap_close imap_create imap_createmailbox imap_delete imap_deletemailbox imap_errors imap_expunge imap_fetch_overview imap_fetchbody imap_fetchheader imap_fetchmime imap_fetchstructure imap_fetchtext imap_gc imap_get_quota imap_get_quotaroot imap_getacl imap_getmailboxes imap_getsubscribed imap_headerinfo imap_headers imap_is_open imap_last_error imap_list imap_listmailbox imap_listscan imap_listsubscribed imap_lsub imap_mail imap_mail_compose imap_mail_copy imap_mail_move imap_mailboxmsginfo imap_mime_header_decode imap_msgno imap_mutf7_to_utf8 imap_num_msg imap_num_recent imap_open imap_ping imap_qprint imap_rename imap_renamemailbox imap_reopen imap_rfc822_parse_adrlist imap_rfc822_parse_headers imap_rfc822_write_address imap_savebody imap_scan imap_scanmailbox imap_search imap_set_quota imap_setacl imap_setflag_full imap_sort imap_status imap_subscribe imap_thread imap_timeout imap_uid imap_undelete imap_unsubscribe imap_utf7_decode imap_utf7_encode imap_utf8 imap_utf8_to_mutf7

imap_open

Supported Versions: PHP 4, PHP 5, PHP 7, PHP 8
Open an IMAP stream to a mailbox
<?php imap_open(    string $mailbox,    string $user,    string $password,    int $flags = 0,    int $retries = 0,    array $options = []): IMAP\Connection|false
  • 0
    pcntl_sigtimedwait
    Waits for signals, with a timeout
  • 0
    similar_text
    Calculate the similarity between two strings
  • 0
    boolval
    Get the boolean value of a variable
  • 0
    curl_multi_close
    Close a set of cURL handles
  • 0
    imap_body
    Read the message body
  • 0
    mb_strpos
    Find position of first occurrence of string in a string
  • 0
    pg_send_prepare
    Sends a request to create a prepared statement with the given parameters, without waiting for completion
  • 0
    swoole_native_socket_bind
  • 0
    Arr::prependKeysWith
  • 0
    zend_version
    Gets the version of the current Zend engine
^