[dovecot/core] 5b2062: lib-storage: mail_search_args_to_imap() - don't ad...

GitHub noreply at github.com
Sun Jun 4 19:30:10 EEST 2017


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 5b2062e40f54535b212e800ffc79de0e405d4560
      https://github.com/dovecot/core/commit/5b2062e40f54535b212e800ffc79de0e405d4560
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M src/lib-storage/mail-search-args-imap.c
    M src/lib-storage/mail-search-mime.c
    M src/lib-storage/test-mail-search-args-imap.c
    M src/lib-storage/test-mail-search-args-simplify.c

  Log Message:
  -----------
  lib-storage: mail_search_args_to_imap() - don't add parenthesis around OR

There's no need to write "(OR a b)" when "OR a b" works just the same.


  Commit: cb9a2c8e20dbeb702614487f33d4df12280eadf5
      https://github.com/dovecot/core/commit/cb9a2c8e20dbeb702614487f33d4df12280eadf5
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

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

  Log Message:
  -----------
  imapc: SEARCH - Don't add parenthesis around OR

There's no need to write "(OR a b)" when "OR a b" works just the same.


  Commit: f6066a48bb21e43644a6a975408e2352b14881a3
      https://github.com/dovecot/core/commit/f6066a48bb21e43644a6a975408e2352b14881a3
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M src/plugins/quota/quota-imapc.c

  Log Message:
  -----------
  quota: Fix imapc backend not to try to find out mail's size.

This removes unnecessary FETCH RFC822.SIZE command sent to server when
expunging mails.


  Commit: 5a530f778cc3eae05e70d13b8e5d7d501e7ba0b3
      https://github.com/dovecot/core/commit/5a530f778cc3eae05e70d13b8e5d7d501e7ba0b3
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Fix handshake timeout lengths

They weren't too bad, but also they weren't what the #defines described.
Also added a separate connect() timeout.


  Commit: 6ccc7f584c832a3212d70952881cb0eb2d6e2cb9
      https://github.com/dovecot/core/commit/6ccc7f584c832a3212d70952881cb0eb2d6e2cb9
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Fix "sending handshake timed out" error to be actually logged

io was never NULL here, so it was never logged.


  Commit: 7fd22d5521c8ecf84c40fbef553e70bf2553a663
      https://github.com/dovecot/core/commit/7fd22d5521c8ecf84c40fbef553e70bf2553a663
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Use more accurate timestamps for handshake timeout logging

There could be some time between the create, connect and when ME was
received.


  Commit: 1ef9754a5169dc886d15089e59b45a7017d647d7
      https://github.com/dovecot/core/commit/1ef9754a5169dc886d15089e59b45a7017d647d7
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Log more connection state information on handshaking errors


  Commit: 5c8dec7f648cb0de2293a13265873baa640aa0cf
      https://github.com/dovecot/core/commit/5c8dec7f648cb0de2293a13265873baa640aa0cf
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2017-06-04 (Sun, 04 Jun 2017)

  Changed paths:
    M src/director/director-connection.c

  Log Message:
  -----------
  director: Use longer timeout for receiving user list in handshake

The sender also has a send timeout, so this allows the sender to abort
early and give a nicer error message.


Compare: https://github.com/dovecot/core/compare/fa33df8230c2...5c8dec7f648c


More information about the dovecot-cvs mailing list