[Dovecot] uid fetch/store always use the last uid when range is invalid
Timo Sirainen
tss at iki.fi
Thu Mar 11 12:36:36 EET 2010
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.
More information about the dovecot
mailing list