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