[dovecot/core] 6e9454: imap: Send all pending tagged command replies befo...

GitHub noreply at github.com
Thu Jan 28 13:42:08 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 6e9454f1d99a86c3f9659a66abff59ae97e5f029
      https://github.com/dovecot/core/commit/6e9454f1d99a86c3f9659a66abff59ae97e5f029
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2016-01-28 (Thu, 28 Jan 2016)

  Changed paths:
    M src/imap/imap-commands.c

  Log Message:
  -----------
  imap: Send all pending tagged command replies before APPEND is started.

This probably doesn't matter a lot, but it's cleaner.

One side effect of this change is that if multiple APPENDs are pipelined
(without MULTIAPPEND) on the selected mailbox, this now performs a sync
between each APPEND and sends the EXISTS replies. This may be slightly
lower in performance, but it's also slightly more correct behavior.




More information about the dovecot-cvs mailing list