summaryrefslogtreecommitdiff
path: root/docs/examples/smtp-tls.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* examples: Synchronised comments between SMTP MAIL examplesSteve Holme2014-01-121-4/+9
* examples: Added required libcurl version information to SMTP examplesSteve Holme2014-01-051-0/+2
* Examples: Renamed SMTP MAIL example to match other email examplesSteve Holme2014-01-051-1/+1
* examples: Standardised username and password settings for all email examplesSteve Holme2014-01-041-8/+7
* examples: Update SMTP TLS example mail content to be RFC-2821 compliantSteve Holme2014-01-011-25/+28
* examples: Rename before adding additional email examplesSteve Holme2013-12-311-2/+2
* examples: Updated copyright year for recent editsSteve Holme2013-12-311-1/+1
* examples: Updated SMTP examples to set CURLOPT_UPLOADSteve Holme2013-12-311-1/+3
* Added error checking for samples.Guenter Knauf2012-07-041-0/+4
* curl_easy_setopt arguments should be of type long in the examplescurl-7_23_0Dan Fandrich2011-11-141-4/+4
* sources: update source headersDaniel Stenberg2011-03-101-3/+15
* Add angle brackets to addresses in easy SMTP examples, as for smtp-multi exam...Brad Hards2010-12-251-3/+3
* smtp-tls: add a missing newlineBrad Hards2010-12-221-1/+1
* smtp-tls: add Message-ID: headerBrad Hards2010-12-181-1/+2
* smtp-tls: new exampleBrad Hards2010-12-171-0/+135