9fans archive / 1998 / 12 / 3 /    prev next

From: Russ Cox rsc@eec...
Subject: [9fans] 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