Re: poplib's POP3_SSL not downloading latest email

2017-07-09 Thread dieter
Sm Chats writes: > I have a small script which checks whether a mail sent by me to myself(i.e > delivered to myself) has the same body as the sent message. The problem is > that the sent message (sent by SMTP) isn't received by the POP3_SSL object > I'm using. This is likely not a problem wit

Re: poplib's POP3_SSL not downloading latest email

2017-07-08 Thread Sam Chats
On Sat, 08 Jul 2017 20:08:12 +1000, Steve D'Aprano wrote: > On Sat, 8 Jul 2017 06:48 pm, Sm Chats wrote: > > > I have a small script which checks whether a mail sent by me to myself(i.e > > delivered to myself) has the same body as the sent message. The problem is > > that the sent message (sent b

Re: poplib's POP3_SSL not downloading latest email

2017-07-08 Thread Steve D'Aprano
On Sat, 8 Jul 2017 06:48 pm, Sm Chats wrote: > I have a small script which checks whether a mail sent by me to myself(i.e > delivered to myself) has the same body as the sent message. The problem is > that the sent message (sent by SMTP) isn't received by the POP3_SSL object I'm > using. It shows

Re: poplib's POP3_SSL not downloading latest email

2017-07-08 Thread Sam Chats
On Sat, 8 Jul 2017 08:48:52 + (UTC), Sm Chats wrote: > I have a small script which checks whether a mail sent by me to myself(i.e > delivered to myself) has the same body as the sent message. The problem is > that the sent message (sent by SMTP) isn't received by the POP3_SSL object > I'm us