POP3 and selective download/deletion

Thomas Guettler pan-newsreader at thomas-guettler.de
Sat Apr 5 09:22:32 EST 2003


On Sat, 05 Apr 2003 12:12:26 +0200, Dino Levy wrote:

> Hello!
> I'm making a mail program and I have a little problem: I don't know how
> to achieve the selective downloads/deletion from POP3 servers.

Maybe this recipe from the python cookbook does help you to get started:
  http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/134945

It prints all messages which are biger then N bytes and ask if it should
be deleted.

 thomas

-- 
Thomas Guettler <guettli at thomas-guettler.de>
http://www.thomas-guettler.de




More information about the Python-list mailing list