aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-03-08configure: use XC_LIBTOOL for portability across libtool versionsYang Tse
2013-03-08xc-lt-iface.m4: provide XC_LIBTOOL macroYang Tse
2013-03-07imap: Fixed SELECT not being performed for custom requestsSteve Holme
2013-03-07email: Minor code tidy up following recent changesSteve Holme
2013-03-07DOCS: Corrected the IMAP URL grammar of the UIDVALIDITY parameterSteve Holme
2013-03-07FEATURES: Provided a little clarity in some IMAP featuresSteve Holme
2013-03-07email: Optimised block_statemach() functionsSteve Holme
2013-03-07DOCS: Added the list command to the IMAP URL sectionSteve Holme
2013-03-07FEATURES: Updated for recent imap additionsSteve Holme
2013-03-07version bump: the next release will be 7.30.0Daniel Stenberg
2013-03-07checksrc: ban unsafe functionsDaniel Stenberg
2013-03-07RELEASE-NOTES: Added missing imap fixes and additionsSteve Holme
2013-03-06RELEASE-NOTES: brought this up-to-date with the latest changesNick Zitzmann
2013-03-06imap: Fixed test801 and test1321 to specify a message UIDJiri Hruska
2013-03-06imap: Fixed ftpserver.pl to allow verification even through LIST commandJiri Hruska
2013-03-06imap: Tidied up the APPEND and final APPEND response functionsSteve Holme
2013-03-06imap: Tidied up the final FETCH response functionSteve Holme
2013-03-06imap: Tidied up the LIST response functionSteve Holme
2013-03-06imap: Removed the custom request response functionSteve Holme
2013-03-06imap: Updated ftpserver.pl to be more compliant, added new commandsJiri Hruska
2013-03-06imap: Added check for empty UID in FETCH commandSteve Holme
2013-03-06nss: fix misplaced code enabling non-blocking socket modeKamil Dudka
2013-03-06imap: fix compiler warningDaniel Stenberg
2013-03-05imap: Added support for list commandSteve Holme
2013-03-05imap: Added list perform and response handler functionsSteve Holme
2013-03-05imap: Introduced IMAP_LIST stateSteve Holme
2013-03-05imap: Small tidy up of imap_select() to match imap_append()Steve Holme
2013-03-05imap: Moved mailbox check from the imap_do() functionSteve Holme
2013-03-05curl_setup.h: Added S_IRDIR() macro for compilers that don't support itSteve Holme
2013-03-04AddFormData: prevent only directories from being postedDaniel Stenberg
2013-03-03darwinssl: fix infinite loop if server disconnected abruptlyNick Zitzmann
2013-03-03imap: Added comments to imap_append()Steve Holme
2013-03-03imap: Added required mailbox check for FETCH and APPEND commandsJiri Hruska
2013-03-03pingpong.c: Fix enumerated type mixed with another typeSteve Holme
2013-03-03smtp: Updated the coding style for state changes after a send operationSteve Holme
2013-03-03pop3: Updated the coding style for state changes after a send operationSteve Holme
2013-03-03imap: Fixed typo in variable assignmentSteve Holme
2013-03-03imap: Fixed custom request handling in imap_done()Jiri Hruska
2013-03-03imap: Enabled custom requests in imap_select_resp()Jiri Hruska
2013-03-03imap: Enabled custom requests in imap_perform()Jiri Hruska
2013-03-03imap: Added custom request perform and response handler functionsJiri Hruska
2013-03-03pop3: Fixed unnecessary parent structure referenceSteve Holme
2013-03-03imap: Added custom request parsingJiri Hruska
2013-03-03imap: Introduced custom request parametersJiri Hruska
2013-03-03imap: Introduced IMAP_CUSTOM stateJiri Hruska
2013-03-02imap: Minor code tidy upSteve Holme
2013-03-02imap: Simplified the imap_state_append_resp() functionSteve Holme
2013-03-02imap: Changed successful response logic in imap_state_append_resp()Steve Holme
2013-03-02imap: Standardised imapcode condition testsSteve Holme
2013-03-02imap: Moved imap_append() to be with the other perform functionsSteve Holme