Age | Commit message (Expand) | Author |
2013-02-26 | email: Slight reordering of connection based variables | Steve Holme |
2013-02-26 | imap: Tidied up comments for connection based variables | Steve Holme |
2013-02-26 | DOCS: Added the IMAP UIDVALIDITY property to the CURLOPT_URL section | Steve Holme |
2013-02-26 | imap: Added verification of UIDVALIDITY mailbox attribute | Jiri Hruska |
2013-02-26 | imap: Added support for parsing the UIDVALIDITY property | Jiri Hruska |
2013-02-26 | imap: Introduced the mailbox_uidvalidity variable | Jiri Hruska |
2013-02-26 | imap: Corrected comment in imap_endofresp() | Steve Holme |
2013-02-26 | imap: Corrected whitespace | Steve Holme |
2013-02-26 | imap: Added filtering of CAPABILITY and FETCH untagged responses | Jiri Hruska |
2013-02-26 | imap: Added a helper function for upcoming untagged response filtering | Jiri Hruska |
2013-02-26 | imap: Moved CAPABILITY response handling to imap_state_capability_resp() | Jiri Hruska |
2013-02-26 | Remove unused variable in smtp_state_data_resp() | Linus Nielsen Feltzing |
2013-02-25 | email: Small tidy up following recent changes | Steve Holme |
2013-02-25 | smtp: Removed bytecountp from the per-request structure | Steve Holme |
2013-02-25 | pop3: Removed bytecountp from the per-request structure | Steve Holme |
2013-02-25 | imap: Removed bytecountp from the per-request structure | Jiri Hruska |
2013-02-25 | imap: Adjusted SELECT and FETCH function order | Jiri Hruska |
2013-02-25 | imap: Adjusted SELECT and FETCH state order in imap_statemach_act() | Jiri Hruska |
2013-02-25 | imap: Minor tidy up of comments in imap_parse_url_path() | Steve Holme |
2013-02-25 | imap: Fixed incorrect comparison for STARTTLS in imap_endofresp() | Steve Holme |
2013-02-25 | DOCS: Corrected IMAP URL examples according to RFC5092 | Steve Holme |
2013-02-24 | darwinssl: fix undefined $ssllib warning in runtests.pl | Nick Zitzmann |
2013-02-24 | imap: Added check for new internal imap response code | Steve Holme |
2013-02-24 | imap: Changed the order of the response types in imap_endofresp() | Steve Holme |
2013-02-24 | imap: Added stricter parsing of continuation responses | Jiri Hruska |
2013-02-24 | imap: Simplified memcmp() in tagged response parsing | Steve Holme |
2013-02-24 | imap: Reworked the logic of untagged command responses | Jiri Hruska |
2013-02-24 | imap: Corrected spacing of trailing brace | Steve Holme |
2013-02-24 | imap: Added stricter parsing of tagged command responses | Jiri Hruska |
2013-02-24 | imap: Simplified command response test in imap_endofresp() | Jiri Hruska |
2013-02-24 | imap: Corrected comment in imap_endofresp() | Jiri Hruska |
2013-02-24 | DOCS: Corrected layout of POP3 and IMAP URL examples | Steve Holme |
2013-02-23 | DOCS: Updated CURLOPT_URL section following recent POP3 and IMAP changes | Steve Holme |
2013-02-23 | pop3: Refactored the mailbox variable as it didn't reflect it's purpose | Steve Holme |
2013-02-23 | FEATURES: Updated following recent IMAP changes | Steve Holme |
2013-02-23 | imap: Added the ability to FETCH a specific UID and SECTION | Jiri Hruska |
2013-02-23 | email: Additional tidy up of comments following recent changes | Steve Holme |
2013-02-23 | smtp: Removed some FTP heritage leftovers | Steve Holme |
2013-02-23 | smtp: Moved the per-request variables to the per-request data structure | Steve Holme |
2013-02-23 | pop3: Introduced a custom SMTP structure for per-request data | Steve Holme |
2013-02-23 | imap: Minor correction of comments for max line length | Steve Holme |
2013-02-23 | strcasestr: remove check for this unused function | Daniel Stenberg |
2013-02-23 | pop3: fix compiler warning | Daniel Stenberg |
2013-02-23 | imap: Added URL parsing of new variables | Jiri Hruska |
2013-02-23 | imap: Introduced imap_is_bchar() function | Jiri Hruska |
2013-02-23 | imap: Introduced new per-request veriables | Jiri Hruska |
2013-02-23 | pingpong: Renamed curl_ftptransfer to curl_pp_transfer | Steve Holme |
2013-02-23 | pop3: Removed some FTP heritage leftovers | Steve Holme |
2013-02-23 | pop3: Moved the per-request variables to the per-request data structure | Steve Holme |
2013-02-23 | pop3: Introduced a custom POP3 structure for per-request data | Steve Holme |