imap_clearflag_full() and imap_setflag_full() seem to only change messageflags permanently with IMAP connections, not with POP3 connections.
![]() |
|
||||||||||
|
imap_clearflag_fullОписаниеbool imap_clearflag_full ( resource imap_stream, string sequence, string flag [, string options] )
This function causes a store to delete the specified
Список параметров
Возвращаемые значенияВозвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. imap_clearflag_full
21-Nov-2005 09:42
imap_clearflag_full() and imap_setflag_full() seem to only change messageflags permanently with IMAP connections, not with POP3 connections.
calmdown at abendstille dot at
16-Jan-2003 05:23
This function seems not to save the \\Seen flag permanently. |