Skip to content

Commit 19dc438

Browse files
authored
Merge branch 'main' into enc-limits
2 parents 655704c + 1032207 commit 19dc438

File tree

4 files changed

+6
-2
lines changed

4 files changed

+6
-2
lines changed

.github/actions/spelling/expect.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -687,6 +687,7 @@ rwstipekxacd
687687
rwxt
688688
salesforce
689689
saslauthd
690+
SAVEDATE
690691
savedbefore
691692
SAVEDON
692693
savedsince

.github/workflows/spelling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
steps:
9393
- name: check-spelling
9494
id: spelling
95-
uses: check-spelling/[email protected].23
95+
uses: check-spelling/[email protected].24
9696
with:
9797
suppress_push_for_open_pull_request: ${{ github.actor != 'dependabot[bot]' && 1 }}
9898
checkout: true

docs/core/config/sieve/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: doct
2+
layout: doc
33
title: Troubleshooting
44
dovecotlinks:
55
sieve_troubleshooting: Sieve troubleshooting

docs/core/summaries/rfc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ This is a non-exhaustive list of RFCs that Dovecot implements/supports.
8686
- The IMAP NOTIFY Extension ([[rfc,5465]])
8787
- Extended URLFETCH for Binary and Converted Parts ([[rfc,5524]])
8888
- IMAP Response Codes ([[rfc,5530]])
89+
- Support for PARTIAL in CATENATE and URLAUTH ([[rfc,5550]], Section 5.7.1)
8990
- IMAP4 Extension for Returning STATUS Information in Extended LIST
9091
([[rfc,5819]])
9192
- Display-Based Address Sorting for the IMAP4 SORT Extension ([[rfc,5957]])
@@ -98,8 +99,10 @@ This is a non-exhaustive list of RFCs that Dovecot implements/supports.
9899
Quick Mailbox Resynchronization (QRESYNC) (updated RFC 4551 and RFC 5162)
99100
([[rfc,7162]])
100101
- IMAP4 Non-synchronizing Literals (updated RFC 2088) ([[rfc,7888]])
102+
- IMAP Extension for STATUS=SIZE ([[rfc,8438]])
101103
- IMAP “$Important” Keyword and “\\Important” Special-Use Attribute
102104
([[rfc,8457]])
105+
- Internet Message Access Protocol (IMAP) - SAVEDATE Extension ([[rfc,8514]])
103106
- IMAP4 Extension: Message Preview Generation ([[rfc,8970]])
104107
- IMAP Response Code for Command Progress Notification ([[rfc,9585]])
105108

0 commit comments

Comments
 (0)