You can NOT prevent imap_check from flagging new/recent messages when using POP3 enabling the "/readonly" or OP_READONLY flags or options.
![]() | imap_checkDescriptionobject imap_check ( resource imap_stream )Returns information about the current mailbox. Returns FALSE on failure. The imap_check() function checks the current mailbox status on the server and returns the information in an object with following properties:
![]()
JUNIOR TELLO
27-Jan-2006 10:43
You can NOT prevent imap_check from flagging new/recent messages when using POP3 enabling the "/readonly" or OP_READONLY flags or options.
erik at phpcastle dot com
13-Dec-2005 11:49
The imap_check ($stream); function will return real-time information about the e-mail box (at least imap) during one connection :)
29-Oct-2004 03:21
You can prevent imap_check from flagging new/recent messages as checked by calling imap_open with the "/readonly" or OP_READONLY flags.
rasmus at flajm dot com
19-Dec-2003 12:06
Running this on a mailbox will mark recent/new messages as checked.
| ![]() |