From 802082071f32a7c4757a8906765ef2cf192d7ee6 Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Tue, 5 Apr 2022 10:57:25 +0200 Subject: [PATCH] Revise --- Mailbox-Properties-Client.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mailbox-Properties-Client.md b/Mailbox-Properties-Client.md index 26fff5a..b09aa05 100644 --- a/Mailbox-Properties-Client.md +++ b/Mailbox-Properties-Client.md @@ -24,7 +24,7 @@ For major version 0, the `properties` dictionary of a well-formed update contain `clientSupports` is a non-empty list of Mailbox API versions that the sender can talk to as a client. Each element is a list with 2 elements: `maj` (int), `min` (int). -`serverSupports` is a list of Mailbox API versions that the sender's mailbox supports. The list must be empty if `properties` is empty (there is no mailbox), otherwise it must not be empty. Each element is a list with 2 elements: `maj` (int), `min` (int). +`serverSupports` is a list of Mailbox API versions that the sender's mailbox supports. The list must be empty if `properties` is empty (there is no mailbox), otherwise it must be non-empty. Each element is a list with 2 elements: `maj` (int), `min` (int). ### Validity policy