From d00135d4d6f3e013b1763a9ec9f5f4402e5bf769 Mon Sep 17 00:00:00 2001 From: Brian White Date: Sat, 15 Dec 2012 11:59:17 -0500 Subject: [PATCH] try to be a bit clearer about where the extra gmail properties are stored --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad83c81..91bbe98 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 with the message properties being 'x-gm-thrid', 'x-gm-msgid', 'x-gm-labels' respectively + * 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 * Additional ImapConnection functions