From e24cc45b1367df7bba05d1aa25933facb5f07f4b Mon Sep 17 00:00:00 2001 From: Brian White Date: Sat, 15 Dec 2012 12:00:43 -0500 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91bbe98..29f607d 100644 --- a/README.md +++ b/README.md @@ -623,7 +623,7 @@ Extensions Supported * X-GM-LABELS: string value which allows you to search for specific messages that have the given label applied - * fetch() will automatically retrieve the thread id, unique message id, and labels (named 'x-gm-thrid', 'x-gm-msgid', 'x-gm-labels' respectively) and stored on the _ImapMessage_ object itself + * fetch() will automatically retrieve the thread id, unique message id, and labels (named 'x-gm-thrid', 'x-gm-msgid', 'x-gm-labels' respectively) and will be stored on the _ImapMessage_ object itself * Additional ImapConnection functions