[dovecot/core] 610444: mail-lua: Change mailbox#status API to varargs

GitHub noreply at github.com
Thu Oct 18 13:30:14 EEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: 6104445a8ff82f49968d2dabf9f0821ea08e7d8a
      https://github.com/dovecot/core/commit/6104445a8ff82f49968d2dabf9f0821ea08e7d8a
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/plugins/mail-lua/mail-storage-lua.c

  Log Message:
  -----------
  mail-lua: Change mailbox#status API to varargs

It's much easier to use this way


  Commit: 69f4093bc41645abfa1f527f2f2c307f180c0f24
      https://github.com/dovecot/core/commit/69f4093bc41645abfa1f527f2f2c307f180c0f24
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/plugins/mail-lua/mail-storage-lua.c

  Log Message:
  -----------
  mail-lua: Make flags optional for user#mailbox


  Commit: c7768ff78b9eedc352b6e26a78022550dd9de378
      https://github.com/dovecot/core/commit/c7768ff78b9eedc352b6e26a78022550dd9de378
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/plugins/mail-lua/mail-storage-lua.c

  Log Message:
  -----------
  mail-lua: Make flags optional for mailbox#sync


  Commit: 2ba3ed50ecf5bb78a9846bd3cc4b2a32cac3f0ca
      https://github.com/dovecot/core/commit/2ba3ed50ecf5bb78a9846bd3cc4b2a32cac3f0ca
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/lib-lua/dlua-script-private.h

  Log Message:
  -----------
  lib-lua: Add DLUA_REQUIRE_ARGS(s,x) and DLUA_REQUIRE_ARGS_IN(s,x,y)

First form requires that x arguments are provided for dlua script s.

Second form requires that at least x and at most y arguments are provided
for dlua script s

Automatically returns luaL_error.


  Commit: f603a77d455c6bed7975f089a34243e8d553d456
      https://github.com/dovecot/core/commit/f603a77d455c6bed7975f089a34243e8d553d456
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/plugins/mail-lua/mail-storage-lua.c

  Log Message:
  -----------
  mail-lua: Check number of arguments


  Commit: e974bf655f867396187a40ba20c94e030f05d1fb
      https://github.com/dovecot/core/commit/e974bf655f867396187a40ba20c94e030f05d1fb
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/lib-smtp/smtp-server-cmd-data.c
    M src/lib-smtp/smtp-server-cmd-mail.c
    M src/lib-smtp/smtp-server-private.h
    M src/lib-smtp/smtp-server-transaction.c
    M src/lib-smtp/smtp-server.h
    M src/submission/submission-backend-relay.c

  Log Message:
  -----------
  lib-smtp: server: Allow enabling the LMTP per-RCPT DATA reply behavior for ESMTP transactions.

This is non-standard.


  Commit: 2a1166237266766f23f241282d2379d4c9179df8
      https://github.com/dovecot/core/commit/2a1166237266766f23f241282d2379d4c9179df8
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/lmtp/commands.c

  Log Message:
  -----------
  lmtp: DATA command: Assert that the server transaction flags are correct for LMTP.


  Commit: b6fcc187ed159bb2777d00940053abfbcd745b65
      https://github.com/dovecot/core/commit/b6fcc187ed159bb2777d00940053abfbcd745b65
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/submission/submission-recipient.h

  Log Message:
  -----------
  submission: recipient: Add field for associating backend context.


  Commit: 5c80d9f3683d92a7e830f5c6029dead568f4ad0f
      https://github.com/dovecot/core/commit/5c80d9f3683d92a7e830f5c6029dead568f4ad0f
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/submission/submission-backend-relay.c

  Log Message:
  -----------
  submission: relay backend: Fix comment in RCPT command code.


  Commit: d48fe3640857e161c87754154283a1ba4d1b64cf
      https://github.com/dovecot/core/commit/d48fe3640857e161c87754154283a1ba4d1b64cf
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/submission/submission-backend-relay.c

  Log Message:
  -----------
  submission: relay backend: Log an error when relayed commands fail with connection-related errors.

Errors sent by the remote server are handled by the command reply handler and
are logged using i_info() where relevant.


  Commit: fd4a0c17aece62a5d761d31052dba7511606c4fe
      https://github.com/dovecot/core/commit/fd4a0c17aece62a5d761d31052dba7511606c4fe
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/submission/submission-backend-relay.c

  Log Message:
  -----------
  submission: relay backend: Handle the LMTP per-RCPT DATA reply behavior when enabled.

Without this change, enabling the per-RCPT DATA reply behavior on the server
side will not have the desired effect.


  Commit: 46378555fe15a42b856af09bbb01ee69fb12d433
      https://github.com/dovecot/core/commit/46378555fe15a42b856af09bbb01ee69fb12d433
  Author: Timo Sirainen <timo.sirainen at dovecot.fi>
  Date:   2018-10-18 (Thu, 18 Oct 2018)

  Changed paths:
    M src/plugins/fts/fts-search-args.c

  Log Message:
  -----------
  fts: Fix search query generation when one language ignores a token

The search query was changed to "NOT ALL", even though other languages
used the token.


Compare: https://github.com/dovecot/core/compare/7cb88d4b34f6...46378555fe15
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the dovecot-cvs mailing list