fatch IMAP inbox size in dal, thanks Alan

This commit is contained in:
Massimo
2013-01-18 09:20:30 -06:00
parent 3d9d9448aa
commit ad048a8d5b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1 +1 @@
Version 2.4.1-alpha.2+timestamp.2013.01.18.09.13.47
Version 2.4.1-alpha.2+timestamp.2013.01.18.09.19.59
+1 -1
View File
@@ -6033,7 +6033,7 @@ class IMAPAdapter(NoSQLAdapter):
messages_set = messages_set[int(limitby[0]):int(limitby[1])]
# keep the requests small for header/flags
if any([(field.name in ["content",
if any([(field.name in ["content", "size",
"attachments", "email"]) for
field in fields]):
imap_fields = "(RFC822 FLAGS)"