On Tue, March 4, 2008 11:39 am, Richard Lynch wrote:
> On Tue, March 4, 2008 11:15 am, Jochem Maas wrote:
>> Richard Lynch schreef:
>>> 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");>> also is it just the 'Seen' flag you can't set or can you not set any >> kind of >> flag? (from my reading I gather there are a few others e.g. >> 'Flagged' >> ... which of itself >> is rather recursive ;-) > > I'm not even sure what the 'Flagged' flag does... > > So I could set it, and then wouldn't know for sure how to check it in > another app. Well, the "Answered" flag also does not appear to "work", at least as far as I can see. PHP IMAP still has 0 for 'answered' and so my webmail client doens't show a pretty little "A" like it does when I answer email... -- 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

