Anurag Maherchandani wrote:
I am using imaplib module for connecting to Gmail Imap, and i am getting
the below mentioned error.
I am using select command to connect
Labelname is **LabelName
I Get this Error:
resp, data = self._imap.select("**LabelName")
File "/usr/lib/python2.6/imaplib
I am using imaplib module for connecting to Gmail Imap, and i am getting
the below mentioned error.
I am using select command to connect
Labelname is **LabelName
I Get this Error:
resp, data = self._imap.select("**LabelName")
File "/usr/lib/python2.6/imaplib.py", line 642, in select