IMAP function library: Imap_subscribe

Imap_subscribe subscribe to the mailbox. Syntax: int imap_subscribe (int imap_stream, string mbox); Return value: Integer function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system Content Description This function subscribes to a new mailbox (mailbox).

IMAP function library: Imap_createmailbox

Imap_createmailbox set up a new mailbox. Syntax: int imap_createmailbox (int imap_stream, string mbox); Return value: Integer function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system Content Description This function is used to create a new mailbox. Returns a true value for success.

IMAP function library: imap_mail_copy

Imap_mail_copy copies the specified letter to its mailbox. Syntax: int imap_mail_copy (int imap_stream, string msglist, string mbox, int [flags]); Return value: Integer function Type: http://www.aliyun.com/zixun/aggregation/32416.html "> Network system Content description this letter ...

IMAP function library: Imap_undelete

Imap_undelete Remove the message flag. Syntax: int imap_undelete (int imap_stream, int msg_number); Return value: Integer function Type: http://www.aliyun.com/zixun/aggregation/32416.html "> Network system Content Description This function will mark the deletion of the message. tags want to delete messages need to use IM ...

IMAP function library: Imap_delete

Imap_delete tag to delete the message. Syntax: int imap_delete (int imap_stream, int msg_number); Return value: Integer function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system Content Description This function is only used to mark messages that you want to delete. Actual deleted instruction Imap_expunge ()

IMAP function library: Imap_mail_move

Imap_mail_move moves the specified letter to its mailbox. Syntax: int imap_mail_move (int imap_stream, string msglist, string mbox); Return value: Integer function Type: http://www.aliyun.com/zixun/aggregation/32416.html "> Network system Content Description This function moves the specified letter ...

IMAP function library: Imap_unsubscribe

Imap_unsubscribe unsubscribe from the mailbox. Syntax: int imap_unsubscribe (int imap_stream, string mbox); Return value: Integer function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system content Description This function cancels subscribing to a new mailbox (mailbox).

IMAP function library: Imap_deletemailbox

Imap_deletemailbox Delete existing mailboxes. Syntax: int imap_deletemailbox (int imap_stream, string mbox); Return value: Integer function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system Content Description This function is used to delete existing mailboxes. Returns a true value for success.

IMAP function library: imap_num_msg

Imap_num_msg get the number of letters. Syntax: int imap_num_msg (int imap_stream); Return value: Integer function Type: http://www.aliyun.com/zixun/aggregation/32416.html "> Network system Content Description This function can get the number of letters in the mailbox (mailbox). Parameter Imap_stream for IMAP 5 ...

IMAP function library: imap_binary

Imap_binary converts eight bits into base64 encoding. Syntax: String imap_binary (String string); Return value: String function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system Content Description This function converts a string to a MIME BASE64 encoding. This encoding method can make the Chinese text or picture can also be in the net ...

IMAP function library: Imap_expunge

Imap_expunge Delete flagged messages. Syntax: int imap_expunge (int imap_stream); Return value: Integer function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system Content Description This function is used to delete messages that have been added to the deletion tag. You must use the Imap_delete () function to mark messages.

IMAP function library: imap_num_recent

Imap_num_recent gets the number of incoming letters. Syntax: int imap_num_recent (int imap_stream); Return value: Integer function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system content Description function Gets the number of new unread letters for the mailbox (mailbox). Parameter Imap_strea ...

IMAP function library: imap_8bit

Imap_8bit converts eight bits into QP encoding. Syntax: String imap_8bit (String string); Return value: String function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system Content Description This function converts a eight-bit string to QP (quoted-printable) The encoded string. &nbs ...

IMAP function library: imap_fetchbody

Imap_fetchbody out the specified part from the letter. Syntax: string imap_fetchbody (int imap_stream, int msg_number, string part_number, flags [flags]); Return value: String function type: http://www.aliyun.com/zixun/aggregation/32416.html ...

IMAP function library: Imap_qprint

Imap_qprint the QP code into eight-bit. Syntax: String imap_qprint (String string); Return value: String function Kind: http://www.aliyun.com/zixun/aggregation/32416.html "> Network system Content Description This function can be QP (quoted-printable) The encoded string is converted to a eight-bit string.

IMAP function library: Imap_open

Imap_open Open the IMAP link. Syntax: int imap_open (string mailbox, String userhttp://www.aliyun.com/zixun/aggregation/11696.html ">name, String password, int [flags]); Return value: integer function type: Network system content description This function ...

IMAP function library: imap_fetchstructure

Imap_fetchstructure Gets the structure information of a letter. Syntax: array imap_fetchstructure (int imap_stream, int msg_number); Return value: Array function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system Content Description This function can read the specified letter ...

IMAP function library: Imap_scanmailbox

Imap_scanmailbox looking for letters with no specific strings. Syntax: array imap_scanmailbox (int imap_stream, string ref, string pattern, string content); Return value: Array function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network system ...

IMAP function library: imap_ping

Imap_ping Check to see if IMAP is connected. Syntax: int imap_ping (int imap_stream); Return value: Integer function type: http://www.aliyun.com/zixun/aggregation/32416.html > Network System Content Description This letter is used to check the connection status with the IMAP server. Parameter Imap_stream for IMAP code ...

IMAP function library: Imap_header

Imap_header gets the header information for a letter. Syntax: Object Imap_header (int imap_stream, int msg_number, int [fromlength], int [subjectlength], int [defaulthost]); Return value: Class function type: http://www.aliyun.com/zixun/aggregation/32416 ...

Total Pages: 1204 1 .... 218 219 220 221 222 .... 1204 Go to: GO

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.