Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-22 | examples: Added website parse-able descriptions to the e-mail examples | Steve Holme | |
2015-07-01 | examples: provide <DESC> sections | Daniel Stenberg | |
2014-03-30 | imap-append.c: Fixed compilation errors on some platforms | Steve Holme | |
In the initializer for len, there is no prototype for "strlen". In this statement, there is no prototype for "memcpy". | |||
2014-01-04 | examples: Standardised username and password settings for all email examples | Steve 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-01 | examples: Added IMAP APPEND example | Steve Holme | |