summaryrefslogtreecommitdiff
path: root/docs/examples/pop3-tls.c
Commit message (Collapse)AuthorAgeFilesLines
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-6/+7
| | | | | | | | | | All plain C examples now (mostly) adhere to the curl code style. While they are only examples, they had diverted so much and contained all sorts of different mixed code styles by now. Having them use a unified style helps users and readability. Also, as they get copy-and-pasted widely by users, making sure they're clean and nice is a good idea. 573 checksrc warnings were addressed.
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
|
* examples: Added website parse-able descriptions to the e-mail examplesSteve Holme2015-11-221-1/+7
|
* docs: Spelling fixesVille Skyttä2015-06-081-1/+1
|
* examples: Added POP3 TLS exampleSteve Holme2014-01-051-0/+84