Imap_status
Current state information.
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.