summaryrefslogtreecommitdiff
path: root/docs/examples/imap-append.c
Commit message (Collapse)AuthorAgeFilesLines
* copyrights: update all copyright notices to 2019 on files changed this yearVilhelm Prytz2019-11-021-1/+1
| | | | Closes #4547
* examples: reduce variable scopesMarcel Raad2019-05-221-5/+6
| | | | Closes https://github.com/curl/curl/pull/3919
* examples/imap-append: Set size of data to be uploadedJay Satiro2016-09-181-0/+8
| | | | | | | | | | Prior to this commit this example failed with error 'Cannot APPEND with unknown input file size'. Bug: https://github.com/curl/curl/issues/1008 Reported-by: lukaszgn@users.noreply.github.com Closes https://github.com/curl/curl/pull/1011
* examples: adhere to curl code styleDaniel Stenberg2016-02-111-2/+3
| | | | | | | | | | 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.
* 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/+3
|
* examples: provide <DESC> sectionsDaniel Stenberg2015-07-011-1/+5
|
* imap-append.c: Fixed compilation errors on some platformsSteve Holme2014-03-301-0/+1
| | | | | In the initializer for len, there is no prototype for "strlen". In this statement, there is no prototype for "memcpy".
* examples: Standardised username and password settings for all email examplesSteve Holme2014-01-041-1/+2
| | | | | | Replaced the use of CURLOPT_USERPWD for the preferred CURLOPT_USERNAME and CURLOPT_PASSWORD options and used the same username and password for all email examples which is the same as that used in the test suite.
* examples: Added IMAP APPEND exampleSteve Holme2014-01-011-0/+114