]> granicus.if.org Git - curl/commit
examples: add a couple of simple pop3s examples
authorAlessandro Ghedini <al3xbio@gmail.com>
Wed, 28 Dec 2011 14:01:05 +0000 (15:01 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 30 Dec 2011 14:30:11 +0000 (15:30 +0100)
commitecd75e8cb803f7b938c44e8594222406404a955c
tree4ad475597db094dd6d78afedc67206d25f751d44
parente63c9f8ff3eeb226fea7ba5153ebe9ba98e5f138
examples: add a couple of simple pop3s examples

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.
docs/examples/pop3s.c [new file with mode: 0644]
docs/examples/pop3slist.c [new file with mode: 0644]