On Fri, May 17, 2013, at 06:05 PM, Michel Sébastien wrote: > > Is there any reason why you don't return the uidset in _NEW or _APPEND? > > Yes, it is stated in the RFC 5423 : > > uidset > > Included with MessageExpires, MessageExpunges, MessageRead, > > MessageTrash, FlagsSet, and FlagsClear. > > > This includes the set of IMAP UIDs referenced. > > Regarding MessageNew (it's the same for MessageAppend) : > >MessageNew > > A new message was received into a mailbox via a message delivery > > agent. > > > > The parameters include a message identifier that, for IMAP- > > accessible message stores, MUST include UIDVALIDITY and a UID. [...] > > > The other place that might make sense is in the URI itself. What do you > > think? > You're right, and it is defined as you expect in the RFC :
Excellent. I will add it to the URI then. Thanks, Bron.