docs/examples/pop3s.c
0 → 100644
+68
−0
docs/examples/pop3slist.c
0 → 100644
+68
−0
Loading
These examples show how to fetch a single message (RETR command) and how to list all the messages in a given mailbox (LIST command), with authentication via SSL. They were both based on the https.c example.