From f4efdd01bc4a12a8e80ad444656982930dd28a93 Mon Sep 17 00:00:00 2001 From: Daniel Lublin Date: Tue, 5 Apr 2022 12:15:57 +0200 Subject: [PATCH] Revise --- Mailbox-Properties-Client.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Mailbox-Properties-Client.md b/Mailbox-Properties-Client.md index b09aa05..89ed6d7 100644 --- a/Mailbox-Properties-Client.md +++ b/Mailbox-Properties-Client.md @@ -22,9 +22,9 @@ For major version 0, the `properties` dictionary of a well-formed update contain * "inboxId" : byte[32] -- folder id used when receiving data from the mailbox * "outboxId" : byte[32] -- folder id used when delivering data to the mailbox -`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). +`clientSupports` is a non-empty list of Mailbox API versions that the sender can talk to as a client. Each element (a version) 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). +`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 (a version) is a list with 2 elements: `maj` (int), `min` (int). ### Validity policy