imap_8bit PHP 3.0

string imap_8bit(string text)

 

Converts an 8-bit string to a quoted-printable string.

imap_alerts PHP 3.0.12

array imap_alerts(void)

 

Returns an array of all IMAP alerts generated since the last page load or the last imap_alerts( ) call , whichever came last, and clears the alert stack.

imap_append PHP 3.0

int imap_append(int stream_id, string folder, string message[, string flags])

 

Appends a new message to a specified mailbox.

imap_base64 PHP 3.0

string imap_base64(string text)

 

Decodes BASE64 encoded text.

imap_binary PHP 3.0.2

string imap_binary(string text)

 

Converts an 8-bit string to a base64 string.

imap_body PHP 3.0

string imap_body(int stream_id, int msg_no[, int options])

 

Reads the message body.

imap_bodystruct PHP 3.0.4

object imap_bodystruct(int stream_id, int msg_no, int section)

 

Reads the structure of a specified body section of a specific message.

imap_check PHP 3.0

object imap_check(int stream_id)

 

Gets mailbox properties.

imap_clearflag_full PHP 3.0.3

int imap_clearflag_full(int stream_id, string sequence, string flag[, int options])

 

Clears flags on messages.

imap_close PHP 3.0

int imap_close(int stream_id[, int options])

 

Closes an IMAP stream.

imap_createmailbox PHP 3.0

int imap_createmailbox(int stream_id, string mailbox)

 

Creates a new mailbox.

imap_delete PHP 3.0

int imap_delete(int stream_id, int msg_no[, int flags])

 

Marks a message for deletion.

imap_deletemailbox PHP 3.0

int imap_deletemailbox(int stream_id, string mailbox)

 

Deletes a mailbox.

imap_errors PHP 3.0.12

array imap_errors(void)

 

Returns an array of all IMAP errors generated since the last page load or the last imap_errors( ) call, whichever came last, and clears the error stack.

imap_expunge PHP 3.0

int imap_expunge(int stream_id)

 

Permanently deletes all messages marked for deletion.

imap_fetch_overview PHP 3.0.4

array imap_fetch_overview(int stream_id, int msg_no[, int flags])

 

Reads an overview of the information in the headers of the given message sequence.

imap_fetchbody PHP 3.0

string imap_fetchbody(int stream_id, int msg_no, int section[, int options])

 

Gets a specific body section.

imap_fetchheader PHP 3.0.3

string imap_fetchheader(int stream_id, int msg_no[, int options])

 

Gets the full unfiltered header for a message.

imap_fetchstructure PHP 3.0

object imap_fetchstructure(int stream_id, int msg_no[, int options])

 

Reads the full structure of a message.

imap_get_quota PHP 4.0.5

array imap_get_quota(int stream_id, string qroot)

 

Returns the quota set to the mailbox account qroot.

imap_get_quotaroot PHP 4.3.0

array imap_get_quotaroot(int stream_id, string mbox)

 

Returns the quota set to the mailbox account mbox.

imap_getmailboxes PHP 3.0.12

array imap_getmailboxes(int stream_id, string ref, string pattern)

 

Reads the list of mailboxes and returns a full array of objects containing names, attributes, and delimiters.

imap_getsubscribed PHP 3.0.12

array imap_getsubscribed(int stream_id, string ref, string pattern)

 

Return a list of subscribed mailboxes in the same format as imap_getmailboxes( ).

imap_headerinfo PHP 3.0

object imap_headerinfo(int stream_id, int msg_no[, int from_length[, int subject_length[, string default_host]]])

 

Reads the headers of the message.

imap_headers PHP 3.0

array imap_headers(int stream_id)

 

Returns headers for all messages in a mailbox.

imap_last_error PHP 3.0.12

string imap_last_error(void)

 

Returns the last error that was generated by an IMAP function; the error stack is not cleared after this call.

imap_list PHP 3.0.4

array imap_list(int stream_id, string ref, string pattern)

 

Reads the list of mailboxes.

imap_lsub PHP 3.0.4

array imap_lsub(int stream_id, string ref, string pattern)

 

Returns a list of subscribed mailboxes.

imap_mail_compose PHP 3.0.5

string imap_mail_compose(array envelope, array body)

 

Creates a MIME message based on given envelope and body sections.

imap_mail_copy PHP 3.0

int imap_mail_copy(int stream_id, int msg_no, string mailbox[, int options])

 

Copies specified message to a mailbox.

imap_mail_move PHP 3.0

int imap_mail_move(int stream_id, int msg_no, string mailbox[, int options])

 

Moves specified message to a mailbox.

imap_mail PHP 3.0.14

int imap_mail(string to, string subject, string message[, string additional_headers[, string cc[, string bcc[, string rpath]]]])

 

Sends an email message.

imap_mailboxmsginfo PHP 3.0.2

object imap_mailboxmsginfo(int stream_id)

 

Returns information about the current mailbox.

imap_mime_header_decode PHP 3.0.1.7

array imap_mime_header_decode(string str)

 

Decodes MIME header element in accordance with RFC 2047 and returns an array of objects containing charset encoding and decoded text.

imap_msgno PHP 3.0.3

int imap_msgno(int stream_id, int unique_msg_id)

 

Gets the sequence number associated with a user ID.

imap_num_msg PHP 3.0

int imap_num_msg(int stream_id)

 

Gives the number of messages in the current mailbox.

imap_num_recent PHP 3.0

int imap_num_recent(int stream_id)

 

Gives the number of recent messages in current mailbox.

imap_open PHP 3.0

int imap_open(string mailbox, string user, string password[, int options])

 

Opens an IMAP stream to a mailbox.

imap_ping PHP 3.0

int imap_ping(int stream_id)

 

Checks if the IMAP stream is still active.

imap_qprint PHP 3.0

string imap_qprint(string text)

 

Converts a quoted-printable string to an 8-bit string.

imap_renamemailbox PHP 3.0

int imap_renamemailbox(int stream_id, string old_name, string new_name)

 

Renames a mailbox.

imap_reopen PHP 3.0

int imap_reopen(int stream_id, string mailbox[, int options])

 

Reopens an IMAP stream to a new mailbox.

imap_rfc822_parse_adrlist PHP 3.0.2

array imap_rfc822_parse_adrlist(string address_string, string default_host)

 

Parses an address string.

imap_rfc822_parse_headers PHP 4.0

object imap_rfc822_parse_headers(string headers[, string default_host])

 

Parses a set of mail headers contained in a string and return an object similar to imap_headerinfo( ).

imap_rfc822_write_address PHP 3.0.2

string imap_rfc822_write_address(string mailbox, string host, string personal)

 

Returns a properly formatted email address given the mailbox, host, and personal information.

imap_set_quota PHP 4.0.5

int imap_set_quota(int stream_id, string qroot, int mailbox_size)

 

Sets the quota for qroot mailbox.

imap_setacl PHP 4.1.0

int imap_setacl(int stream_id, string mailbox, string id, string rights)

 

Sets the ACL for a given mailbox.

imap_setflag_full PHP 3.0.3

int imap_setflag_full(int stream_id, string sequence, string flag[, int options])

 

Sets flags on messages.

imap_sort PHP 3.0.3

array imap_sort(int stream_id, int criteria, int reverse[, int options[, string search_criteria]])

 

Sorts an array of message headers, optionally including only messages that meet specified criteria.

imap_status PHP 3.0.4

object imap_status(int stream_id, string mailbox, int options)

 

Gets status information from a mailbox.

imap_subscribe PHP 3.0

int imap_subscribe(int stream_id, string mailbox)

 

Subscribes to a mailbox.

imap_thread PHP 4.1.0

int imap_thread(int stream_id[, int flags])

 

Returns threaded by references tree.

imap_uid PHP 3.0.3

int imap_uid(int stream_id, int msg_no)

 

Gets the unique message ID associated with a standard sequential message number.

imap_undelete PHP 3.0

int imap_undelete(int stream_id, int msg_no)

 

Removes the delete flag from a message.

imap_unsubscribe PHP 3.0

int imap_unsubscribe(int stream_id, string mailbox)

 

Unsubscribes from a mailbox.

imap_utf7_decode PHP 3.0.15

string imap_utf7_decode(string buf)

 

Decodes a modified UTF-7 string.

imap_utf7_encode PHP 3.0.15

string imap_utf7_encode(string buf)

 

Encodes a string in modified UTF-7.

imap_utf8 PHP 3.0.13

string imap_utf8(string string)

 

Converts a string to UTF-8.