[dovecot/core] bedb7f: lib-storage: Limit folder full name only

GitHub noreply at github.com
Fri Sep 9 20:00:12 UTC 2016


  Branch: refs/heads/master
  Home:   https://github.com/dovecot/core
  Commit: bedb7f369599d112e62eed14ab692351493bf623
      https://github.com/dovecot/core/commit/bedb7f369599d112e62eed14ab692351493bf623
  Author: Aki Tuomi <aki.tuomi at dovecot.fi>
  Date:   2016-09-09 (Fri, 09 Sep 2016)

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

  Log Message:
  -----------
  lib-storage: Limit folder full name only

Before we had limit of 16 levels and 255 bytes per name
which is same as 4096 bytes. Now we limit only the total
length of the name to MAILBOX_LIST_NAME_MAX_LENGTH. For
compability reasons, we are restricting individual component
names to 255 characters.




More information about the dovecot-cvs mailing list