*
***************************************************************************/
/* <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>
***************************************************************************/
/* <DESC>
- * IMAP example showing how to send emails
+ * Send email with IMAP
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example showing how to retreieve emails from a shared mailed box
+ * Retreieve emails from a shared IMAP mailbox
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example showing how to copy an email from one folder to another
+ * Copy an email from one IMAP folder to another
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example showing how to create a new folder
+ * Create a new IMAP folder
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example showing how to delete a folder
+ * Delete an IMAP folder
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example showing how to obtain information about a folder
+ * Obtain information about an IMAP folder
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example showing how to retreieve emails
+ * Retreieve IMAP emails
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example to list the folders within a mailbox
+ * List the folders within an IMAP mailbox
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example to list the subscribed folders
+ * List the subscribed IMAP folders
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example using the multi interface
+ * Get IMAP email with the multi interface
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example showing how to perform a noop
+ * Perform an IMAP noop
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example showing how to search for new emails
+ * Search for new IMAP emails
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example using SSL
+ * IMAP with implicit SSL
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example showing how to modify the properties of an email
+ * Modify the properties of an email over IMAP
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * IMAP example using TLS
+ * IMAP using TLS
* </DESC>
*/
*
***************************************************************************/
/* <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>
*/
***************************************************************************/
/* <DESC>
- * POP3 example showing how to retrieve emails from a shared mailbox
+ * Retrieve emails from a shared POP3 mailbox
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * POP3 example showing how to delete emails
+ * Delete POP3 emails
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * POP3 example to list the contents of a mailbox
+ * List the contents of a POP3 mailbox
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * POP3 example using the multi interface
+ * Get POP3 email using the multi interface
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * POP3 example showing how to perform a noop
+ * Perform a POP3 noop
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * POP3 example showing how to retrieve emails
+ * Retrieve POP3 email
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * POP3 example using SSL
+ * Get POP3 email using implicit SSL
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * POP3 example showing how to obtain message statistics
+ * Obtain POP3 message statistics
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * POP3 example using TLS
+ * POP3 using TLS
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * POP3 example to list the contents of a mailbox by unique ID
+ * List the contents of a POP3 mailbox by unique ID
* </DESC>
*/
*
***************************************************************************/
/* <DESC>
- * An example of curl_easy_send() and curl_easy_recv() usage.
+ * Demonstrate curl_easy_send() and curl_easy_recv() usage.
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * SMTP example showing how to expand an email mailing list
+ * Expand an SMTP email mailing list
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * SMTP example showing how to send mime emails
+ * Send SMTP mime emails
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * SMTP example using the multi interface
+ * Send SMTP email with the multi interface
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * SMTP example using SSL
+ * Send SMTP email using implicit SSL
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * SMTP example using TLS
+ * Send SMTP email using implicit TLS
* </DESC>
*/
***************************************************************************/
/* <DESC>
- * SMTP example showing how to verify an email address
+ * Verify an SMTP email address
* </DESC>
*/