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
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
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