[Tutor] IMAP library

Michael Janssen Janssen@rz.uni-frankfurt.de
Wed Apr 30 14:23:01 2003


On Wed, 30 Apr 2003, Michael Janssen wrote:

> does anyone know how to search for X-Header Values (Like "X-BeenThere:
> tutor@python.org")?

to answere myself:
>>> M.search(None, '(HEADER "X-BeenThere" "tutor@python.org")')
('OK', ['1 2 3 .....

rfc3501 section 6.4.4 lists all possibilities

Michael