aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-25imap: Adjusted SELECT and FETCH function orderJiri Hruska
2013-02-25imap: Adjusted SELECT and FETCH state order in imap_statemach_act()Jiri Hruska
2013-02-25imap: Minor tidy up of comments in imap_parse_url_path()Steve Holme
2013-02-25imap: Fixed incorrect comparison for STARTTLS in imap_endofresp()Steve Holme
2013-02-25DOCS: Corrected IMAP URL examples according to RFC5092Steve Holme
2013-02-24darwinssl: fix undefined $ssllib warning in runtests.plNick Zitzmann
2013-02-24imap: Added check for new internal imap response codeSteve Holme
2013-02-24imap: Changed the order of the response types in imap_endofresp()Steve Holme
2013-02-24imap: Added stricter parsing of continuation responsesJiri Hruska
2013-02-24imap: Simplified memcmp() in tagged response parsingSteve Holme
2013-02-24imap: Reworked the logic of untagged command responsesJiri Hruska
2013-02-24imap: Corrected spacing of trailing braceSteve Holme
2013-02-24imap: Added stricter parsing of tagged command responsesJiri Hruska
2013-02-24imap: Simplified command response test in imap_endofresp()Jiri Hruska
2013-02-24imap: Corrected comment in imap_endofresp()Jiri Hruska
2013-02-24DOCS: Corrected layout of POP3 and IMAP URL examplesSteve Holme
2013-02-23DOCS: Updated CURLOPT_URL section following recent POP3 and IMAP changesSteve Holme
2013-02-23pop3: Refactored the mailbox variable as it didn't reflect it's purposeSteve Holme
2013-02-23FEATURES: Updated following recent IMAP changesSteve Holme
2013-02-23imap: Added the ability to FETCH a specific UID and SECTIONJiri Hruska
2013-02-23email: Additional tidy up of comments following recent changesSteve Holme
2013-02-23smtp: Removed some FTP heritage leftoversSteve Holme
2013-02-23smtp: Moved the per-request variables to the per-request data structureSteve Holme
2013-02-23pop3: Introduced a custom SMTP structure for per-request dataSteve Holme
2013-02-23imap: Minor correction of comments for max line lengthSteve Holme
2013-02-23strcasestr: remove check for this unused functionDaniel Stenberg
2013-02-23pop3: fix compiler warningDaniel Stenberg
2013-02-23imap: Added URL parsing of new variablesJiri Hruska
2013-02-23imap: Introduced imap_is_bchar() functionJiri Hruska
2013-02-23imap: Introduced new per-request veriablesJiri Hruska
2013-02-23pingpong: Renamed curl_ftptransfer to curl_pp_transferSteve Holme
2013-02-23pop3: Removed some FTP heritage leftoversSteve Holme
2013-02-23pop3: Moved the per-request variables to the per-request data structureSteve Holme
2013-02-23pop3: Introduced a custom POP3 structure for per-request dataSteve Holme
2013-02-23imap: Fixed escaping of mailbox namesJiri Hruska
2013-02-23pingpong: Moved curl_ftptransfer definition to pingpong.hSteve Holme
2013-02-23urldata.h: Fixed comment for opt_no_body variableSteve Holme
2013-02-23email: Minor tidy up following IMAP changesSteve Holme
2013-02-23imap: Removed more FTP leftoversJiri Hruska
2013-02-23imap: Removed some FTP heritage leftoversJiri Hruska
2013-02-23imap: Introduced a custom IMAP structure for per-request dataJiri Hruska
2013-02-22pop3: Updated do phrase clean-up commentSteve Holme
2013-02-22imap: Fixed memory leak when performing multiple selectsSteve Holme
2013-02-22Documentation: Typo in docs/CONTRIBUTEAlexander Klauer
2013-02-22repository: ignore patch files generated by gitAlexander Klauer
2013-02-22libcurl documentation: clarifications and typosAlexander Klauer
2013-02-22lib/url.c: Generic read/write data pointersAlexander Klauer
2013-02-22libcurl documentation: updates HTML indexAlexander Klauer
2013-02-22ossl_seed: avoid recursive seeding!Daniel Stenberg
2013-02-22Fixed checking the socket if there is data waiting in the cacheJiri Hruska