Re: Imaplib & Gmail - cannot move from inbox to custom folder (message remains in both)

2013-08-26 Thread rob
On Monday, August 26, 2013 5:56:09 PM UTC-6, MRAB wrote: > On 27/08/2013 00:34, r...@attoenterprises.com wrote: > > > I am using Imaplib and connecting to a Gmail account. I am issuing > > commands to copy the email to a custom folder then issuing delete. After > > expunge message still remain

Re: Imaplib & Gmail - cannot move from inbox to custom folder (message remains in both)

2013-08-26 Thread MRAB
On 27/08/2013 00:34, r...@attoenterprises.com wrote: I am using Imaplib and connecting to a Gmail account. I am issuing commands to copy the email to a custom folder then issuing delete. After expunge message still remains in inbox and customer folder. # COPY EMAIL TO FOLDER

Imaplib & Gmail - cannot move from inbox to custom folder (message remains in both)

2013-08-26 Thread rob
I am using Imaplib and connecting to a Gmail account. I am issuing commands to copy the email to a custom folder then issuing delete. After expunge message still remains in inbox and customer folder. # COPY EMAIL TO FOLDER copyStatus = m.copy(emailid, 'CIRIMPORTED') pri