On Tue, March 4, 2008 4:26 am, Jochem Maas wrote:
> Richard Lynch schreef:
>> I am trying to use this:
>>
>> imap_setflag_full($imap, $uid, "\\\\Seen", FT_UID) or die("Unable to
>> mark message as \\Seen");
>
> 3 things:
>
> 1. shouldn't it be ST_UID iso FT_UID?Yes, it should... Fixed that, but no better. Since FT_UID === ST_UID === 1, that's to be expected, however. :-( > 2. the imap bos is opened readonly? I don't think so... I didn't use the READ_ONLY flag upon opening... > 3. er ... I l-i-e-d :-) I do that a lot. :-) -- Some people have a "gift" link here. Know what I want? I want you to buy a CD from some indie artist. http://cdbaby.com/from/lynch Yeah, I get a buck. So? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

