"[Gmail]/Chats is not writable error " when trying to retrieve Chats folder
Bug #1029700 reported by
Rakesh Kashyap
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Backup Gmail |
New
|
Undecided
|
Unassigned |
Bug Description
I was trying to backup only the chat folder of my gmail account and I got this error. Can u please solve this error..
Thank you.
To post a comment you must log in.
The following patch can be used as a temporary workaround. However this will break restoring email functionality completely.
=== modified file 'backup_gmail.py' '\(\\\\ HasNoChildren\ ) "/" "([^"]+)"', x), labels)))
--- backup_gmail.py 2011-04-14 02:17:02 +0000
+++ backup_gmail.py 2013-04-25 12:29:25 +0000
@@ -149,7 +149,7 @@
map(lambda x : re.findall(
def selectMailBox(self, name): select( name) select( name,readonly= true) BoxError( name, self.fetchLabel Names() )
- ret, mail_count = self.gmail.
+ ret, mail_count = self.gmail.
if ret == 'NO':
raise self.SelectMail
return mail_count