ANN: pop3 client for luasocket
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: ANN: pop3 client for luasocket
- From: "Martin Kendall" <martinkendall@...>
- Date: 2004年1月23日 16:44:43 -0000
I have written a small pop3 client for luasocket. This client is based on
RFC 1939 (excluding APOP - as I do not have access to a supporting server to
test this, so if anyone call add APOP support that would make the module RFC
1939 compliant).
The code can be found on my webpage
http://members.lycos.co.uk/martinkendall/ with a small example.
Hope this is useful,
Martin