imap_check

Example

 object imap_check ( resource $imap_stream ) 

Description

Checks information about the current mailbox.

Return Values

Returns the information in an object with following properties: Date - current system time formatted according to » RFC2822 Driver - protocol used to access this mailbox: POP3, IMAP, NNTP Mailbox - the mailbox name Nmsgs - number of messages in the mailbox Recent - number of recent messages in the mailbox Returns FALSE on failure.