From 61300babde1361b3ea65fa28af8f64d001dcc573 Mon Sep 17 00:00:00 2001 From: Brian White Date: Wed, 10 Oct 2012 07:34:53 -0400 Subject: [PATCH] Fix docs: validity should be uidvalidity --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f815e94..8a5fc34 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ node-imap exposes one object: **ImapConnection**. * _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. - * **validity** - <_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. It is possible for this to change during a session, in which case a 'uidvalidity' event will be emitted on the ImapConnection instance. + * **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. It is possible for this to change during a session, in which case a 'uidvalidity' event will be emitted on the ImapConnection instance. * **permFlags** - <_array_> - A list of flags that can be permanently added/removed to/from messages in this mailbox. * **messages** - <_object_> Contains various message counts for this mailbox: * **total** - <_integer_> - Total number of messages in this mailbox.