Re: IMAP Problems

2010-07-04 Thread Paul Jefferson
Brilliant! Thanks guys I will have to have a play around later On 4 July 2010 04:12, Grant Edwards wrote: > > > I'm trying to write a simple script which displays the basic details > > of a person's mailbox. My problem is that it causes all the messages > > to be marked as read on the server, >

Re: IMAP Problems

2010-07-03 Thread Grant Edwards
> I'm trying to write a simple script which displays the basic details > of a person's mailbox. My problem is that it causes all the messages > to be marked as read on the server, > > code, mailboxen= server.list() > print mailboxen > # if it's called INBOX, thenÂ… > server.select("INBOX") Yo

Re: IMAP Problems

2010-07-03 Thread MRAB
Paul Jefferson wrote: Hi, I'm trying to write a simple script which displays the basic details of a person's mailbox. My problem is that it causes all the messages to be marked as read on the server, which is not what I'm after, and I also can't get the imap.sort command to work properly (curr

IMAP Problems

2010-07-03 Thread Paul Jefferson
Hi, I'm trying to write a simple script which displays the basic details of a person's mailbox. My problem is that it causes all the messages to be marked as read on the server, which is not what I'm after, and I also can't get the imap.sort command to work properly (currently commented out as I re

IMAP Problems

2010-07-02 Thread Paul
Hi, I'm trying to write a simple script which displays the basic details of a person's mailbox. My problem is that it causes all the messages to be marked as read on the server, which is not what I'm after, and I also can't get the imap.sort command to work properly (currently commented out as I re