9fans archive / 1998 / 12 / 3    prev next

search terms are split using tokenize from:regexp searches From: lines subject:regexp searches Subject: lines before:yyyy[/mm[/dd]] and after:yyyy[/mm[/dd]] specify date range powered by grep(1)
From: Russ Cox rsc@eec... Subject: pop3 client Date: Mon, 30 Nov 1998 23:47:55 -0500 Actually a generic mail file system interface would be more in the spirit. Have a mailfs that talks Plan9 (Unix) mail boxes, have a separate one that does POP3, have another that does IMAP, etc. I'm actually working on a generic library to make writing 9P servers even less painless; POP3 is on the list of things to do. Should be done in a month or two. Russ