Re: [Tutor] imaplib and mutt flags

2014-01-30 Thread Bill Campbell
On Thu, Jan 30, 2014, Alan Gauld wrote: > On 30/01/14 02:45, Bill Campbell wrote: >> I'm writing a python script which uses imaplib > > We don't get many messages about imaplib so I'm > not sure how many folks here know about it. I've used it off and on for years, but still don't know much about i

Re: [Tutor] imaplib and mutt flags

2014-01-30 Thread Alan Gauld
On 30/01/14 02:45, Bill Campbell wrote: I'm writing a python script which uses imaplib We don't get many messages about imaplib so I'm not sure how many folks here know about it. After some trial and error, I've figured out how to remove the \Seen flag from messages I want to look at manually

[Tutor] imaplib and mutt flags

2014-01-29 Thread Bill Campbell
I'm writing a python script which uses imaplib to select all unseen messages from a mail folder to process some messages flagging them as seen, and leaving others as unseen so they can be manually processed using the 'mutt' mail client. After some trial and error, I've figured out how to remove th