On 11.3.2010, at 12.07, Jean-Baptiste Vignaud wrote: >>> l uid store 1000000:* +flags (\Seen \Deleted) >>> * 281 FETCH (UID 362 FLAGS (\Deleted \Seen)) >>> l OK Store completed. >> >> and exactly as required by RFC 3501. > > Thanks; i'll tell him :) > > It seems he has seen another server that does not comply with this.
Yeah, Courier doesn't. Anyway if you're writing an IMAP client, you could instead do: uid store 1000000:4294967295 that'll do what you want.