Age | Commit message (Expand) | Author |
2013-08-12 | urldata: clean up the use of the protocol specific structs | Daniel Stenberg |
2013-08-09 | comments: remove old and wrong multi/easy interface statements | Daniel Stenberg |
2013-07-24 | string formatting: fix zero-length printf format string | Yang Tse |
2013-07-24 | imap.c: imap_sendf() fix va_start/va_end matching | Yang Tse |
2013-07-24 | string formatting: fix 25+ printf-style format strings | Yang Tse |
2013-04-28 | email: Tidy up of *_perform_authenticate() | Steve Holme |
2013-04-27 | imap: Added support for overriding the SASL initial response | Steve Holme |
2013-04-13 | imap: Added support for ;auth=<mech> in the URL | Steve Holme |
2013-04-12 | imap: Added function description to imap_parse_custom_request() | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 3/3) | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 2/3) | Steve Holme |
2013-04-12 | imap: Moved utility functions to end of imap.c (Part 1/3) | Steve Holme |
2013-04-12 | imap: Corrected function description for imap_connect() | Steve Holme |
2013-03-17 | imap: Fixed incorrect initial response generation for SASL AUTHENTICATE | Steve Holme |
2013-03-10 | imap: Reworked some function descriptions | Steve Holme |
2013-03-10 | imap: Added some missing comments to imap_sendf() | Steve Holme |
2013-03-09 | email: Removed hard returns from init functions | Steve Holme |
2013-03-09 | imap: Re-factored all perform based functions | Steve Holme |
2013-03-09 | imap: Added description comments to all perform based functions | Steve Holme |
2013-03-09 | imap: Removed the need for separate custom request functions | Steve Holme |
2013-03-09 | imap: Corrected typo in comment | Steve Holme |
2013-03-09 | imap: Moved imap_logout() to be grouped with the other perform functions | Steve Holme |
2013-03-09 | email: Updated the function descriptions for the logout / quit functions | Steve Holme |
2013-03-09 | email: Simplified the logout / quit functions | Steve Holme |
2013-03-08 | email: Tidied up the *_regular_transfer() functions | Steve Holme |
2013-03-08 | email: Simplified nesting of if statements in *_doing() functions | Steve Holme |
2013-03-08 | imap: Fixed handling of untagged responses for the STORE custom command | Steve Holme |
2013-03-07 | imap: Fixed SELECT not being performed for custom requests | Steve Holme |
2013-03-07 | email: Minor code tidy up following recent changes | Steve Holme |
2013-03-07 | email: Optimised block_statemach() functions | Steve Holme |
2013-03-06 | imap: Tidied up the APPEND and final APPEND response functions | Steve Holme |
2013-03-06 | imap: Tidied up the final FETCH response function | Steve Holme |
2013-03-06 | imap: Tidied up the LIST response function | Steve Holme |
2013-03-06 | imap: Removed the custom request response function | Steve Holme |
2013-03-06 | imap: Added check for empty UID in FETCH command | Steve Holme |
2013-03-06 | imap: fix compiler warning | Daniel Stenberg |
2013-03-05 | imap: Added support for list command | Steve Holme |
2013-03-05 | imap: Added list perform and response handler functions | Steve Holme |
2013-03-05 | imap: Introduced IMAP_LIST state | Steve Holme |
2013-03-05 | imap: Small tidy up of imap_select() to match imap_append() | Steve Holme |
2013-03-05 | imap: Moved mailbox check from the imap_do() function | Steve Holme |
2013-03-03 | imap: Added comments to imap_append() | Steve Holme |
2013-03-03 | imap: Added required mailbox check for FETCH and APPEND commands | Jiri Hruska |
2013-03-03 | imap: Fixed typo in variable assignment | Steve Holme |
2013-03-03 | imap: Fixed custom request handling in imap_done() | Jiri Hruska |
2013-03-03 | imap: Enabled custom requests in imap_select_resp() | Jiri Hruska |
2013-03-03 | imap: Enabled custom requests in imap_perform() | Jiri Hruska |
2013-03-03 | imap: Added custom request perform and response handler functions | Jiri Hruska |
2013-03-03 | imap: Added custom request parsing | Jiri Hruska |
2013-03-03 | imap: Introduced custom request parameters | Jiri Hruska |