mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
examples/mime: minor example code fixes
This commit is contained in:
parent
eae21db920
commit
25fc694a41
6 changed files with 11 additions and 11 deletions
|
|
@ -44,8 +44,8 @@
|
|||
static const char *payload_text[] = {
|
||||
"Date: Mon, 29 Nov 2010 21:54:29 +1100\r\n",
|
||||
"To: " TO "\r\n",
|
||||
"From: " FROM "(Example User)\r\n",
|
||||
"Cc: " CC "(Another example User)\r\n",
|
||||
"From: " FROM " (Example User)\r\n",
|
||||
"Cc: " CC " (Another example User)\r\n",
|
||||
"Message-ID: <dcd7cb36-11db-487a-9f3a-e652a9458efd@"
|
||||
"rfcpedant.example.org>\r\n",
|
||||
"Subject: SMTP SSL example message\r\n",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue