Syntax: Object imap_status (int imap_stream, string mailbox, int options);
Return value: Class
Function type: http://www.aliyun.com/zixun/aggregation/32416.html "> network system
Content Description
This function is used to display current IMAP status information. Parameter Imap_stream is an IMAP code name. Parameter mailbox to the specified mailbox. Parameter options have the following options: Sa_messages, Sa_recent, Sa_unseen, Sa_uidnext, sa_uidvalidity, and Sa_all.
The full name of IMAP is the INTERNET message Access protocol,php provides a system of IMAP 4, which is based on RFC 1730. To use IMAP e-mail features, first go to Ftp://ftp.cac.washington.edu/imap to download IMAP client programs. After the compilation is complete, copy the C-CLIENT/C-CLIENT.A to the/usr/local/lib and copy the C-client/rfc822.h, Mail.h, and linkage.h three files to/usr/local/include. Then you will add the--WITH-IMAP option when compiling the PHP program.
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.