Re: poplib.retr doens't flag message as read

2007-06-20 Thread EuGeNe Van den Bulke
Gabriel Genellina wrote: The POP protocol has no concept of read or unread messages; the LIST command simply shows all existing messages. My mistake, I guess I was confused by the documentation retr( which) Retrieve whole message number which, and set its seen flag. Result is in form

Re: poplib.retr doens't flag message as read

2007-06-20 Thread Gabriel Genellina
En Wed, 20 Jun 2007 06:42:15 -0300, EuGeNe Van den Bulke [EMAIL PROTECTED] escribió: Gabriel Genellina wrote: The POP protocol has no concept of read or unread messages; the LIST command simply shows all existing messages. My mistake, I guess I was confused by the documentation retr(

poplib.retr doens't flag message as read

2007-06-19 Thread EuGeNe Van den Bulke
Hi there, I am trying to use the poplib library to get emails using the retr method. The small program bellow works but the message aren't flagged as read which puzzles me. I believe the pop server is qmail 1.0.6 / vpopmail 5.2.1 and I am running the following script on Windows using Pyhton

Re: poplib.retr doens't flag message as read

2007-06-19 Thread Gabriel Genellina
En Tue, 19 Jun 2007 05:14:58 -0300, EuGeNe Van den Bulke [EMAIL PROTECTED] escribió: I am trying to use the poplib library to get emails using the retr method. The small program bellow works but the message aren't flagged as read which puzzles me. I believe the pop server is qmail 1.0.6 /