Re: [Tutor] Imaplib Select Fails while connecting folder(**Labelname) of gmail

2012-04-30 Thread Steven D'Aprano
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

[Tutor] Imaplib Select Fails while connecting folder(**Labelname) of gmail

2012-04-30 Thread Anurag Maherchandani
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