[dovecot/pigeonhole] 8647d3: global: Replace str_append_n() with str_append_dat...

GitHub noreply at github.com
Thu Aug 30 11:30:13 EEST 2018


  Branch: refs/heads/master-0.5
  Home:   https://github.com/dovecot/pigeonhole
  Commit: 8647d31f1fb9323d8952d733059078a3ea13f734
      https://github.com/dovecot/pigeonhole/commit/8647d31f1fb9323d8952d733059078a3ea13f734
  Author: Stephan Bosch <stephan.bosch at dovecot.fi>
  Date:   2018-08-30 (Thu, 30 Aug 2018)

  Changed paths:
    M src/lib-managesieve/managesieve-quote.c
    M src/lib-sieve/ext-encoded-character.c
    M src/lib-sieve/mcht-matches.c
    M src/lib-sieve/plugins/imap4flags/ext-imap4flags-common.c
    M src/lib-sieve/plugins/mime/cmd-extracttext.c
    M src/lib-sieve/plugins/notify/ext-notify-common.c
    M src/lib-sieve/plugins/regex/mcht-regex.c
    M src/lib-sieve/plugins/variables/ext-variables-arguments.c
    M src/lib-sieve/sieve-message.c
    M src/lib-sieve/storage/ldap/sieve-ldap-db.c
    M src/lib-sieve/util/edit-mail.c
    M src/lib-sieve/util/rfc2822.c
    M src/lib-sieve/util/test-edit-mail.c
    M src/managesieve-login/client-authenticate.c
    M src/testsuite/testsuite-arguments.c

  Log Message:
  -----------
  global: Replace str_append_n() with str_append_data().

The str_append_n() function is now deprecated. At no occasion, the occurence of
NUL in the data is possible or relevant, so each instance is replaced with
str_append_data() rather than str_append_max().



      **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