summaryrefslogtreecommitdiff
path: root/docs/examples/imap-ssl.c
AgeCommit message (Collapse)Author
2025-05-30spelling: 'a' vs 'an'Daniel Stenberg
Closes #17487
2024-02-27examples: use present tense in commentsDaniel Stenberg
remove "will" and some other word fixes Closes #13003
2023-09-07docs: remove use of the word 'very'Daniel Stenberg
It is mostly superfluous. proselint would complain. Closes #11818
2023-01-03copyright: update all copyright lines and remove year rangesDaniel Stenberg
- they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
2022-11-22examples: update descriptionsDaniel Stenberg
Make them not say "this is an example showing..." and instead just say what the example shows. Closes #9960
2022-06-13copyright: make repository REUSE compliantmax.mehl
Add licensing and copyright information for all files in this repository. This either happens in the file itself as a comment header or in the file `.reuse/dep5`. This commit also adds a Github workflow to check pull requests and adapts copyright.pl to the changes. Closes #8869
2021-11-07docs: reduce/avoid English contractionsDaniel Stenberg
You're => You are Hasn't => Has not Doesn't => Does not Don't => Do not You'll => You will etc Closes #7930
2020-11-05copyright: fix year rangesDaniel Stenberg
Follow-up from 4d2f8006777
2020-11-04curl.se: new homeDaniel Stenberg
Closes #6172
2016-02-11examples: adhere to curl code styleDaniel Stenberg
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.
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-11-22examples: Added website parse-able descriptions to the e-mail examplesSteve Holme
2015-06-08docs: Spelling fixesVille Skyttä
2014-01-05examples: Added IMAP SSL and TLS examplesSteve Holme