Revert "Update to 7.44.0"
[platform/upstream/curl.git] / lib / imap.c
2016-04-07 seonah moonRevert "Update to 7.44.0" 72/65072/1
2016-04-07 Seonah MoonUpdate to 7.44.0 38/65038/2 submit/tizen/20160407.062150
2016-04-07 Seonah MoonImported Upstream version 7.44.0 35/65035/1
2016-04-07 seonah moonRevert "Imported Upstream version 7.44.0" 20/65020/1
2016-04-07 Seonah MoonImported Upstream version 7.44.0 13/65013/1
2015-11-16 taesub.kimImported Upstream version 7.40.0 07/51807/1
2015-11-16 taesub.kimBase code merged to SPIN 2.4 99/51799/1
2015-11-11 taesub kimRevert "Update to 7.40.1" 94/51594/1
2015-11-09 Seonah MoonUpdate to 7.40.1 63/51363/1 submit/tizen/20151109.080918 submit/tizen/20151109.080942 submit/tizen/20151109.082943
2014-05-21 Daniel Stenbergbits.close: introduce connection close tracking
2014-04-26 Daniel StenbergINFILESIZE: fields in UserDefined must not be changed...
2014-04-23 Daniel Stenberghandler: make 'protocol' always specified as a single bit
2014-04-18 Steve Holmeimap: Extended FETCH support to include PARTIAL URL...
2014-04-18 Steve Holmeimap: Expanded mailbox SEARCH support to use URL query...
2014-04-18 Steve Holmeimap: Added support for parsing URL query strings
2014-04-18 Steve Holmeimap: Introduced the SEARCH state
2014-04-18 Steve Holmeimap: Fixed untagged response detection when no data...
2014-04-05 Steve Holmesasl: Combined DIGEST-MD5 message decoding and generation
2013-12-31 Steve Holmeimap: Fixed line length warning
2013-12-31 Steve Holmemprintf: Replaced internal usage of FORMAT_OFF_T and...
2013-12-24 Steve Holmeimap: Fixed auth preference not being honored when...
2013-12-22 Steve Holmeemail: Fixed segfault introduced in commit 195b63f99c2fe3
2013-12-22 Daniel Stenbergcode police: fix indent level to silence checksrc compl...
2013-12-21 Steve Holmeemail: Extended the login options to support multiple...
2013-12-20 Daniel Stenbergvtls: renamed sslgen.[ch] to vtls.[ch]
2013-12-20 Daniel Stenbergvtls: created subdir, moved sslgen.[ch] there, updated...
2013-12-18 Steve Holmeimap/pop3/smtp: Added support for SASL authentication...
2013-12-18 Steve Holmeimap: Moved the calculation of SASL login details into...
2013-12-18 Steve Holmeimap: Moved the sending of the AUTHENICATE command...
2013-12-17 Steve Holmeemail: Renamed *_perform_authenticate() functions
2013-12-14 Steve Holmeimap: Fixed exclude of clear text when using auth=...
2013-12-13 Steve Holmeimap: Fixed incorrect fallback to clear text authentication
2013-12-04 Steve Holmeimap/pop3: Post graceful cancellation consistency changes
2013-10-30 Steve Holmeemail: Post graceful SASL authentication cancellation...
2013-10-27 Steve Holmeemail: Added support for cancelling NTLM authentication
2013-10-27 Steve Holmeemail: Added support for cancelling DIGEST-MD5 authenti...
2013-10-27 Steve Holmeemail: Added support for canceling CRAM-MD5 authentication
2013-10-27 Steve Holmeemail: Added initial support for cancelling authentication
2013-10-27 Steve Holmeemail: Moved authentication message parsing into a...
2013-10-26 Steve Holmeemail: Added references to SASL LOGIN authentication...
2013-10-18 Steve Holmeemail: Fixed QUIT / LOGOUT being sent when SSL connect...
2013-09-25 Steve Holmeimap: Added clarification to the code about odd continu...
2013-09-24 Steve Holmesasl: Centralised the authentication mechanism strings
2013-09-14 Steve Holmeimap: Fixed response check for NOOP command
2013-09-11 Steve Holmeimap: Fixed response check for LSUB and UID commands
2013-09-10 Jiri Hruskaimap/pop3/smtp: Speed up SSL connection initialization
2013-09-09 Steve Holmeimap: Fixed calculation of transfer when partial FETCH...
2013-09-04 Daniel StenbergSASL: fix compiler warnings
2013-09-04 Steve Holmeimap/smtp: Fixed incorrect SASL mechanism selection...
2013-09-04 Patrick McCartyImported Upstream version 7.32.0 upstream/7.32.0
2013-08-31 Steve Holmeimap: Fixed response check for EXPUNGE command
2013-08-26 Kyle L. Huffimap: added basic SASL XOAUTH2 support
2013-08-19 Alex McLellanimap: Fixed response check for SEARCH command
2013-08-12 Daniel StenbergSessionHandle: the protocol specific pointer is now...
2013-08-12 Daniel Stenbergurldata: clean up the use of the protocol specific...
2013-08-09 Daniel Stenbergcomments: remove old and wrong multi/easy interface...
2013-07-24 Yang Tsestring formatting: fix zero-length printf format string
2013-07-24 Yang Tseimap.c: imap_sendf() fix va_start/va_end matching
2013-07-23 Yang Tsestring formatting: fix 25+ printf-style format strings
2013-04-28 Steve Holmeemail: Tidy up of *_perform_authenticate()
2013-04-27 Steve Holmeimap: Added support for overriding the SASL initial...
2013-04-13 Steve Holmeimap: Added support for ;auth=<mech> in the URL
2013-04-12 Steve Holmeimap: Added function description to imap_parse_custom_r...
2013-04-12 Steve Holmeimap: Moved utility functions to end of imap.c (Part...
2013-04-12 Steve Holmeimap: Moved utility functions to end of imap.c (Part...
2013-04-12 Steve Holmeimap: Moved utility functions to end of imap.c (Part...
2013-04-12 Steve Holmeimap: Corrected function description for imap_connect()
2013-03-17 Steve Holmeimap: Fixed incorrect initial response generation for...
2013-03-10 Steve Holmeimap: Reworked some function descriptions
2013-03-10 Steve Holmeimap: Added some missing comments to imap_sendf()
2013-03-09 Steve Holmeemail: Removed hard returns from init functions
2013-03-09 Steve Holmeimap: Re-factored all perform based functions
2013-03-09 Steve Holmeimap: Added description comments to all perform based...
2013-03-09 Steve Holmeimap: Removed the need for separate custom request...
2013-03-09 Steve Holmeimap: Corrected typo in comment
2013-03-09 Steve Holmeimap: Moved imap_logout() to be grouped with the other...
2013-03-09 Steve Holmeemail: Updated the function descriptions for the logout...
2013-03-09 Steve Holmeemail: Simplified the logout / quit functions
2013-03-08 Steve Holmeemail: Tidied up the *_regular_transfer() functions
2013-03-08 Steve Holmeemail: Simplified nesting of if statements in *_doing...
2013-03-08 Steve Holmeimap: Fixed handling of untagged responses for the...
2013-03-07 Steve Holmeimap: Fixed SELECT not being performed for custom requests
2013-03-07 Steve Holmeemail: Minor code tidy up following recent changes
2013-03-07 Steve Holmeemail: Optimised block_statemach() functions
2013-03-06 Steve Holmeimap: Tidied up the APPEND and final APPEND response...
2013-03-06 Steve Holmeimap: Tidied up the final FETCH response function
2013-03-06 Steve Holmeimap: Tidied up the LIST response function
2013-03-06 Steve Holmeimap: Removed the custom request response function
2013-03-06 Steve Holmeimap: Added check for empty UID in FETCH command
2013-03-06 Daniel Stenbergimap: fix compiler warning
2013-03-05 Steve Holmeimap: Added support for list command
2013-03-05 Steve Holmeimap: Added list perform and response handler functions
2013-03-05 Steve Holmeimap: Introduced IMAP_LIST state
2013-03-05 Steve Holmeimap: Small tidy up of imap_select() to match imap_append()
2013-03-05 Steve Holmeimap: Moved mailbox check from the imap_do() function
2013-03-03 Steve Holmeimap: Added comments to imap_append()
2013-03-03 Jiri Hruskaimap: Added required mailbox check for FETCH and APPEND...
2013-03-03 Steve Holmeimap: Fixed typo in variable assignment
2013-03-03 Jiri Hruskaimap: Fixed custom request handling in imap_done()
2013-03-03 Jiri Hruskaimap: Enabled custom requests in imap_select_resp()
next