aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
AgeCommit message (Expand)Author
2013-09-25imap: Added clarification to the code about odd continuation responsesSteve Holme
2013-09-24sasl: Centralised the authentication mechanism stringsSteve Holme
2013-09-14imap: Fixed response check for NOOP commandSteve Holme
2013-09-11imap: Fixed response check for LSUB and UID commandsSteve Holme
2013-09-10imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska
2013-09-09imap: Fixed calculation of transfer when partial FETCH receivedSteve Holme
2013-09-04SASL: fix compiler warningsDaniel Stenberg
2013-09-04imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 serversSteve Holme
2013-08-31imap: Fixed response check for EXPUNGE commandSteve Holme
2013-08-26imap: added basic SASL XOAUTH2 supportKyle L. Huff
2013-08-19imap: Fixed response check for SEARCH commandAlex McLellan
2013-08-12SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg
2013-08-12urldata: clean up the use of the protocol specific structsDaniel Stenberg
2013-08-09comments: remove old and wrong multi/easy interface statementsDaniel Stenberg
2013-07-24string formatting: fix zero-length printf format stringYang Tse
2013-07-24imap.c: imap_sendf() fix va_start/va_end matchingYang Tse
2013-07-24string formatting: fix 25+ printf-style format stringsYang Tse
2013-04-28email: Tidy up of *_perform_authenticate()Steve Holme
2013-04-27imap: Added support for overriding the SASL initial responseSteve Holme
2013-04-13imap: Added support for ;auth=<mech> in the URLSteve Holme
2013-04-12imap: Added function description to imap_parse_custom_request()Steve Holme
2013-04-12imap: Moved utility functions to end of imap.c (Part 3/3)Steve Holme
2013-04-12imap: Moved utility functions to end of imap.c (Part 2/3)Steve Holme
2013-04-12imap: Moved utility functions to end of imap.c (Part 1/3)Steve Holme
2013-04-12imap: Corrected function description for imap_connect()Steve Holme
2013-03-17imap: Fixed incorrect initial response generation for SASL AUTHENTICATESteve Holme
2013-03-10imap: Reworked some function descriptionsSteve Holme
2013-03-10imap: Added some missing comments to imap_sendf()Steve Holme
2013-03-09email: Removed hard returns from init functionsSteve Holme
2013-03-09imap: Re-factored all perform based functionsSteve Holme
2013-03-09imap: Added description comments to all perform based functionsSteve Holme
2013-03-09imap: Removed the need for separate custom request functionsSteve Holme
2013-03-09imap: Corrected typo in commentSteve Holme
2013-03-09imap: Moved imap_logout() to be grouped with the other perform functionsSteve Holme
2013-03-09email: Updated the function descriptions for the logout / quit functionsSteve Holme
2013-03-09email: Simplified the logout / quit functionsSteve Holme
2013-03-08email: Tidied up the *_regular_transfer() functionsSteve Holme
2013-03-08email: Simplified nesting of if statements in *_doing() functionsSteve Holme
2013-03-08imap: Fixed handling of untagged responses for the STORE custom commandSteve Holme
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-07email: Optimised block_statemach() functionsSteve Holme
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: Added check for empty UID in FETCH commandSteve Holme
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