Revise

Daniel Lublin
2022-04-04 15:01:28 +02:00
parent 22642e8bb8
commit 0d955b8f54

@@ -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 list of Mailbox API versions that the sender can talk to as a client. It must not be empty. 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 is a list with 2 elements: `maj` (int), `min` (int).
`serverSupports` is a list of Mailbox API versions that the sender's mailbox supports. It must be empty if `properties` is empty (there is no mailbox). 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). Each element is a list with 2 elements: `maj` (int), `min` (int).
### Validity policy