examples: update descriptions

Make them not say "this is an example showing..." and instead just say
what the example shows.

Closes #9960
This commit is contained in:
Daniel Stenberg 2022-11-22 10:57:55 +01:00
parent af22c2a546
commit c1cdc08cbb
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2
34 changed files with 34 additions and 35 deletions

View File

@ -22,8 +22,7 @@
*
***************************************************************************/
/* <DESC>
* An example demonstrating how an application can pass in a custom
* socket to libcurl to use. This example also handles the connect itself.
* Pass in a custom socket for libcurl to use.
* </DESC>
*/
#include <stdio.h>

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to send emails
* Send email with IMAP
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to retreieve emails from a shared mailed box
* Retreieve emails from a shared IMAP mailbox
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to copy an email from one folder to another
* Copy an email from one IMAP folder to another
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to create a new folder
* Create a new IMAP folder
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to delete a folder
* Delete an IMAP folder
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to obtain information about a folder
* Obtain information about an IMAP folder
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to retreieve emails
* Retreieve IMAP emails
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example to list the folders within a mailbox
* List the folders within an IMAP mailbox
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example to list the subscribed folders
* List the subscribed IMAP folders
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example using the multi interface
* Get IMAP email with the multi interface
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to perform a noop
* Perform an IMAP noop
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to search for new emails
* Search for new IMAP emails
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example using SSL
* IMAP with implicit SSL
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example showing how to modify the properties of an email
* Modify the properties of an email over IMAP
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* IMAP example using TLS
* IMAP using TLS
* </DESC>
*/

View File

@ -22,7 +22,7 @@
*
***************************************************************************/
/* <DESC>
* A multi-threaded example that uses pthreads to fetch several files at once
* A multi-threaded program using pthreads to fetch several files at once
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example showing how to retrieve emails from a shared mailbox
* Retrieve emails from a shared POP3 mailbox
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example showing how to delete emails
* Delete POP3 emails
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example to list the contents of a mailbox
* List the contents of a POP3 mailbox
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example using the multi interface
* Get POP3 email using the multi interface
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example showing how to perform a noop
* Perform a POP3 noop
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example showing how to retrieve emails
* Retrieve POP3 email
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example using SSL
* Get POP3 email using implicit SSL
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example showing how to obtain message statistics
* Obtain POP3 message statistics
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example using TLS
* POP3 using TLS
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* POP3 example to list the contents of a mailbox by unique ID
* List the contents of a POP3 mailbox by unique ID
* </DESC>
*/

View File

@ -22,7 +22,7 @@
*
***************************************************************************/
/* <DESC>
* An example of curl_easy_send() and curl_easy_recv() usage.
* Demonstrate curl_easy_send() and curl_easy_recv() usage.
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* SMTP example showing how to expand an email mailing list
* Expand an SMTP email mailing list
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* SMTP example showing how to send mime emails
* Send SMTP mime emails
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* SMTP example using the multi interface
* Send SMTP email with the multi interface
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* SMTP example using SSL
* Send SMTP email using implicit SSL
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* SMTP example using TLS
* Send SMTP email using implicit TLS
* </DESC>
*/

View File

@ -23,7 +23,7 @@
***************************************************************************/
/* <DESC>
* SMTP example showing how to verify an email address
* Verify an SMTP email address
* </DESC>
*/