fixed issue 1556:imap: the encoding field is not writable, thanks Alan
This commit is contained in:
@@ -1 +1 @@
|
||||
Version 2.5.1-stable+timestamp.2013.06.23.08.47.09
|
||||
Version 2.5.1-stable+timestamp.2013.06.23.08.49.34
|
||||
|
||||
+1
-1
@@ -6186,7 +6186,7 @@ class IMAPAdapter(NoSQLAdapter):
|
||||
Field("mime", "string", writable=False),
|
||||
Field("email", "string", writable=False, readable=False),
|
||||
Field("attachments", list, writable=False, readable=False),
|
||||
Field("encoding")
|
||||
Field("encoding", writable=False)
|
||||
)
|
||||
|
||||
# Set a special _mailbox attribute for storing
|
||||
|
||||
Reference in New Issue
Block a user