Now something a little more interesting : I write a pop3 client module It's documented with autodoc and available here : http://lucane.org/~vincent/pike/POP3.pmod/Client.pike
Do you have any comments on it ?
Good :) But it would be better if you use non blocking socket so that the process don't block while using the socket. It's especially usefull if you want to include your include in a bigger application.
-- David Gourdelier