Re: Python mail truncate problem

2009-05-19 Thread Tim Roberts
David wrote: > >I am writing Python script to process e-mails in a user's mail >account. What I want to do is to update that e-mail's Status to 'R' >after processing it, however, the following script truncates old e- >mails even though it updates that e-mail's Status correctly. Anybody >knows how

Re: Python mail truncate problem

2009-05-18 Thread David
On May 18, 5:10 am, bieff...@gmail.com wrote: > On 18 Mag, 05:51, David wrote: > > > > > > > Hi, > > > I am writing Python script to process e-mails in a user's mail > > account. What I want to do is to update that e-mail's Status to 'R' > > after processing it, however, the following script trunc

Re: Python mail truncate problem

2009-05-18 Thread bieffe62
On 18 Mag, 05:51, David wrote: > Hi, > > I am writing Python script to process e-mails in a user's mail > account. What I want to do is to update that e-mail's Status to 'R' > after processing it, however, the following script truncates old e- > mails even though it updates that e-mail's Status co

Python mail truncate problem

2009-05-17 Thread David
Hi, I am writing Python script to process e-mails in a user's mail account. What I want to do is to update that e-mail's Status to 'R' after processing it, however, the following script truncates old e- mails even though it updates that e-mail's Status correctly. Anybody knows how to fix this? Th