aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/imap-append.c
AgeCommit message (Collapse)Author
2015-07-01examples: provide <DESC> sectionsDaniel Stenberg
2014-03-30imap-append.c: Fixed compilation errors on some platformsSteve Holme
In the initializer for len, there is no prototype for "strlen". In this statement, there is no prototype for "memcpy".
2014-01-04examples: Standardised username and password settings for all email examplesSteve Holme
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.
2014-01-01examples: Added IMAP APPEND exampleSteve Holme