Re: [Dovecot] Order of operations in Dovecot

2012-02-18 Thread Timo Sirainen
On 18.2.2012, at 3.54, Eric Gregory wrote: > But in Dovecot (version 2.0.13) the results of the two simultaneous > commands are ordered like this: > > a fetch something > b fetch something else > * 1 FETCH (result) > * 1 FETCH (result) > a OK FETCH completed > b OK FETCH completed > > This makes

[Dovecot] Order of operations in Dovecot

2012-02-17 Thread Eric Gregory
Hi, I'm working on an IMAP client and had a question about the order in which commands are responded to in Dovecot. In other IMAP servers I've looked at, when you issue two commands simultaneously (i.e. pipelining) it looks something like this: a fetch something b fetch something else * 1 FETCH (