[dovecot/core] 19fd49: lib-storage: mail_add_temp_wanted_fields() - delay...

GitHub noreply at github.com
Wed Jul 12 15:30:12 EEST 2017


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: 19fd49921dde2df045be4c52f4c68c854dbfc04e
      https://github.com/dovecot/core/commit/19fd49921dde2df045be4c52f4c68c854dbfc04e
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M src/lib-storage/index/index-mail.c

  Log Message:
  -----------
  lib-storage: mail_add_temp_wanted_fields() - delay opening stream

Allows plugins to call it in mail.get_stream() without infinite loop.


  Commit: e121387ff53694fa2e343aaa5f4eac8a18984065
      https://github.com/dovecot/core/commit/e121387ff53694fa2e343aaa5f4eac8a18984065
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M src/imap/cmd-notify.c

  Log Message:
  -----------
  imap: Fix NOTIFY parameter parsing by reverting earlier change

I misread the RFC and wrote broken tests.
Reverts 64d2efdc4b0bdf92249840e9db89b91c8dc0f3a3


  Commit: cfec5b24b9bd3192e4c14819b89452447c2ee0a3
      https://github.com/dovecot/core/commit/cfec5b24b9bd3192e4c14819b89452447c2ee0a3
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M src/imap/cmd-notify.c

  Log Message:
  -----------
  imap: Add more error checking to NOTIFY parameter parsing

This should make it clearer to realize when invalid syntax is being used
rather than just ignoring the problem.


  Commit: 90259b92b73a7c0e3bf2d11fa7d5fe8c7086d240
      https://github.com/dovecot/core/commit/90259b92b73a7c0e3bf2d11fa7d5fe8c7086d240
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2017-07-12 (Wed, 12 Jul 2017)

  Changed paths:
    M src/plugins/fts/fts-storage.c

  Log Message:
  -----------
  fts: Do not attempt to deinitialize backend if it's not set

If FTS backend initialization fails or does not happen,
flist->backend might end up being NULL, and attempt to
deinitialize NULL won't end well.


Compare: https://github.com/dovecot/core/compare/614f18a2e0ee...90259b92b73a


More information about the dovecot-cvs mailing list