From 0e1b019b9b62e4da73955702fda12156eda4e22b Mon Sep 17 00:00:00 2001 From: mscdex Date: Sat, 6 Jul 2013 23:25:31 -0400 Subject: [PATCH] readme: add missing `newKeywords` property documentation for Box objects --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 76be670..2323492 100644 --- a/README.md +++ b/README.md @@ -182,6 +182,7 @@ API * _Box_ is an object representing the currently open mailbox, and has the following properties: * **name** - < _string_ > - The name of this mailbox. * **readOnly** - < _boolean_ > - True if this mailbox was opened in read-only mode. **(Only available with openBox() calls)** + * **newKeywords** - < _boolean_ > - True if new keywords can be added to messages in this mailbox. * **uidvalidity** - < _integer_ > - A 32-bit number that can be used to determine if UIDs in this mailbox have changed since the last time this mailbox was opened. * **uidnext** - < _integer_ > - The uid that will be assigned to the next message that arrives at this mailbox. * **flags** - < _array_ > - A list of system-defined flags applicable for this mailbox. Flags in this list but *not* in `permFlags` may be stored for the current session only. Additional server implementation-specific flags may also be available.