Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/actions/spelling/allow.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
aarch
APPENDLIMIT
bitmask
bitmasks
configurations
Expand Down
3 changes: 2 additions & 1 deletion data/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -3262,7 +3262,8 @@ used. Used only with [[link,quota_driver_imapc]].`
seealso: [ '[[link,quota_mail_size]]' ],
text: `
The maximum message size that is allowed to be saved (e.g. by LMTP, IMAP
APPEND or [[doveadm,save]]).`
APPEND or [[doveadm,save]]). If configured, will also be advertized with
\`APPENDLIMIT\` extensions for IMAP clients, and \`SIZE\` extension for LMTP clients.`
},

quota_mailbox_count: {
Expand Down
1 change: 1 addition & 0 deletions docs/core/summaries/rfc.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ This is a non-exhaustive list of RFCs that Dovecot implements/supports.
Quick Mailbox Resynchronization (QRESYNC) (updated RFC 4551 and RFC 5162)
([[rfc,7162]])
- IMAP4 Non-synchronizing Literals (updated RFC 2088) ([[rfc,7888]])
- IMAP4 APPENDLIMIT Extension ([[rfc,7889]])
- IMAP Extension for STATUS=SIZE ([[rfc,8438]])
- IMAP4 Extension for Returning MYRIGHTS Information in Extended LIST ([[rfc,8440]])
- IMAP “$Important” Keyword and “\\Important” Special-Use Attribute
Expand Down