[dovecot/core] e5db67: lib-mail: Add message_part_has_attachment

GitHub noreply at github.com
Thu Feb 1 16:03:25 EET 2018


  Branch: refs/heads/master-2.2
  Home:   https://github.com/dovecot/core
  Commit: e5db672554a2e2abb417f648e1d572cf25fb18cd
      https://github.com/dovecot/core/commit/e5db672554a2e2abb417f648e1d572cf25fb18cd
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

  Changed paths:
    M src/lib-mail/message-part-data.c
    M src/lib-mail/message-part-data.h

  Log Message:
  -----------
  lib-mail: Add message_part_has_attachment


  Commit: a2940d7d942f0c2c24a5d43a1a7b90499589e198
      https://github.com/dovecot/core/commit/a2940d7d942f0c2c24a5d43a1a7b90499589e198
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

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

  Log Message:
  -----------
  lib-storage: Add attachment detection settings


  Commit: 9674255037582fd587ae1b2d2dcc3c050dc02eaf
      https://github.com/dovecot/core/commit/9674255037582fd587ae1b2d2dcc3c050dc02eaf
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2018-01-30 (Tue, 30 Jan 2018)

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

  Log Message:
  -----------
  lib-storage: Set keyword based on attachment presence when saving

If attachment is detected, use $HasAttachment, if not
use $HasNoAttachment


  Commit: b33d78cf5e7b4c4e01e35967f69439f06c40a29d
      https://github.com/dovecot/core/commit/b33d78cf5e7b4c4e01e35967f69439f06c40a29d
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-01-31 (Wed, 31 Jan 2018)

  Changed paths:
    M src/lib-program-client/program-client-remote.c
    M src/lib-program-client/program-client.c

  Log Message:
  -----------
  lib-program-client: Use reliable means of checking for input stream EOF.


  Commit: 0f04ac8c3fb13e90b245072cb25fadd4d0bb37d4
      https://github.com/dovecot/core/commit/0f04ac8c3fb13e90b245072cb25fadd4d0bb37d4
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-01-31 (Wed, 31 Jan 2018)

  Changed paths:
    M src/lib-program-client/program-client-remote.c

  Log Message:
  -----------
  lib-program-client: remote: Don't change exit_code in program_client_remote_disconnect() when program_input is already NULL.

When the program_input is NULL, the stream is finished, meaning that the
exit_code is set based on the return code. There can be a program_input for
remote streams, even when the program produces no output.


  Commit: 5e85e3235b2feab4de11f76e9b115ba5215ab84b
      https://github.com/dovecot/core/commit/5e85e3235b2feab4de11f76e9b115ba5215ab84b
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-01-31 (Wed, 31 Jan 2018)

  Changed paths:
    M src/lib-program-client/test-program-client-local.c

  Log Message:
  -----------
  lib-program-client: local: Add test for big data I/O.


Compare: https://github.com/dovecot/core/compare/8962f638aa77...5e85e3235b2f


More information about the dovecot-cvs mailing list