Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |