Re: imaplib fetch message flags

2009-03-02 Thread Lawrence D'Oliveiro
In message , Gabriel Genellina wrote: > RFC1730 defines IMAP4 and isn't > hard to read. This may also be worth reading. -- http://mail.python.org/mailman/listinfo/python-list

Re: imaplib fetch message flags

2009-03-01 Thread Gabriel Genellina
En Mon, 02 Mar 2009 01:53:00 -0200, Rich Healey escribió: I'm using an example of an imap client I found with google as a framework for a more fullfeatured imap client. They use the line: f = self.M.fetch(num, '(BODY[HEADER.FIELDS (SUBJECT FROM)])') To retrieve the Subject: and From: fiel

Re: imaplib fetch message flags

2009-03-01 Thread Rich Healey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rich Healey wrote: > Hi List, > > I'm using an example of an imap client I found with google as a > framework for a more fullfeatured imap client. > > They use the line: > > f = self.M.fetch(num, '(BODY[HEADER.FIELDS (SUBJECT FROM)])') > > To retr

imaplib fetch message flags

2009-03-01 Thread Rich Healey
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi List, I'm using an example of an imap client I found with google as a framework for a more fullfeatured imap client. They use the line: f = self.M.fetch(num, '(BODY[HEADER.FIELDS (SUBJECT FROM)])') To retrieve the Subject: and From: fields from