From 37c24415072ef324b52d62129c4c2700b1fa9eef Mon Sep 17 00:00:00 2001 From: mdipierro Date: Sun, 23 Jun 2013 08:50:14 -0500 Subject: [PATCH] fixed issue 1556:imap: the encoding field is not writable, thanks Alan --- VERSION | 2 +- gluon/dal.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index de9b9614..f669d738 100644 --- a/VERSION +++ b/VERSION @@ -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 diff --git a/gluon/dal.py b/gluon/dal.py index f625e09c..aeb7708d 100644 --- a/gluon/dal.py +++ b/gluon/dal.py @@ -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