From 50ab051651607ee68cc19f62f64a2862adfb94e0 Mon Sep 17 00:00:00 2001 From: Andrey Pankov Date: Thu, 29 Jan 2015 14:05:34 +0300 Subject: [PATCH] Additional special use attribute '\\Important' used by Gmail --- lib/Connection.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Connection.js b/lib/Connection.js index eee5cbb..699b4a5 100644 --- a/lib/Connection.js +++ b/lib/Connection.js @@ -29,6 +29,7 @@ var MAX_INT = 9007199254740992, '\\Archive', '\\Drafts', '\\Flagged', + '\\Important', '\\Junk', '\\Sent', '\\Trash'