Today I released the first version of pop3client, a tiny POP3 client for Crystal.
Features
- Connect to a POP3 server
- Read greeting response (
+OK
)
- Send
QUIT
and close connection
- Basic error handling
- Minimal example and spec suite included
👉 View the code on GitHub