Re: [PHP] imap_setflags_full Seen [SOLVED]

2008-03-04 Thread Daniel Brown
On Tue, Mar 4, 2008 at 1:04 PM, Richard Lynch <[EMAIL PROTECTED]> wrote: > I've added a note and submitted a Docs bug report. I submitted a patch about a half-hour ago. I don't have karma to the phpdocs tree, so Phillip or Hannes will probably take care of it in a little while. -- Daniel

Re: [PHP] imap_setflags_full Seen [SOLVED]

2008-03-04 Thread Jochem Maas
Richard Lynch schreef: On Mon, March 3, 2008 7:04 pm, Richard Lynch wrote: I am trying to use this: imap_setflag_full($imap, $uid, "Seen", FT_UID) or die("Unable to mark message as \\Seen"); to mark a message as "read" Ah-ha!!! The docs specify for Flags that the values are: \\Seen \\Ans

Re: [PHP] imap_setflags_full Seen [SOLVED]

2008-03-04 Thread Richard Lynch
On Mon, March 3, 2008 7:04 pm, Richard Lynch wrote: > I am trying to use this: > > imap_setflag_full($imap, $uid, "Seen", FT_UID) or die("Unable to > mark message as \\Seen"); > to mark a message as "read" Ah-ha!!! The docs specify for Flags that the values are: \\Seen \\Answered... But the