Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / imap.h
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-04-18 Steve Holmeimap: Extended FETCH support to include PARTIAL URL...
2014-04-18 Steve Holmeimap: Added support for parsing URL query strings
2014-04-18 Steve Holmeimap: Introduced the SEARCH state
2013-12-13 Steve Holmeimap: Fixed incorrect fallback to clear text authentication
2013-10-27 Steve Holmeemail: Added initial support for cancelling authentication
2013-08-26 Kyle L. Huffimap: added basic SASL XOAUTH2 support
2013-04-13 Steve Holmeimap: Added support for ;auth=<mech> in the URL
2013-03-09 Steve Holmeimap: Removed the need for separate custom request...
2013-03-05 Steve Holmeimap: Introduced IMAP_LIST state
2013-03-03 Jiri Hruskaimap: Introduced custom request parameters
2013-03-03 Jiri Hruskaimap: Introduced IMAP_CUSTOM state
2013-03-02 Jiri Hruskaimap: Introduced IMAP_APPEND and IMAP_APPEND_FINAL...
2013-02-28 Jiri Hruskaimap: Introduced FETCH_FINAL state for processing final...
2013-02-27 Steve Holmeimap: Re-factored final IMAP_AUTHENTICATE constant
2013-02-27 Jiri Hruskaimap: Introduced the mailbox variable
2013-02-26 Steve Holmeemail: Slight reordering of connection based variables
2013-02-26 Steve Holmeimap: Tidied up comments for connection based variables
2013-02-26 Jiri Hruskaimap: Introduced the mailbox_uidvalidity variable
2013-02-25 Jiri Hruskaimap: Removed bytecountp from the per-request structure
2013-02-23 Jiri Hruskaimap: Introduced new per-request veriables
2013-02-23 Steve Holmepingpong: Renamed curl_ftptransfer to curl_pp_transfer
2013-02-23 Steve Holmepingpong: Moved curl_ftptransfer definition to pingpong.h
2013-02-23 Jiri Hruskaimap: Removed some FTP heritage leftovers
2013-02-23 Jiri Hruskaimap: Introduced a custom IMAP structure for per-reques...
2013-02-10 Steve Holmeemail: Post STARTLS capability code tidy up (Part One)
2013-02-10 Steve Holmeimap: Added support for the STARTTLS capability (Part...
2013-02-07 Steve Holmeimap: Added support for SASL-IR extension (Part 1)
2013-02-07 Steve Holmeimap: Changed response tag generation to be completely...
2013-02-06 Steve Holmeimap: Small variable rename in preparation for upcoming...
2013-02-05 Steve Holmeimap.h: Corrected incorrect comment clarification
2013-02-03 Steve Holmeimap: Fixed no known authentication mechanism when...
2013-01-26 Steve Holmeemail: Updated comment regarding ssldone usage
2013-01-07 Steve Holmeimap: Added support for sasl digest-md5 authentication
2013-01-07 Steve Holmeimap: Added support for sasl cram-md5 authentication
2013-01-07 Steve Holmeimap: Added support for sasl ntlm authentication
2013-01-06 Steve Holmeimap: Added support for sasl login authentication
2013-01-06 Steve Holmeimap: Added support for sasl plain text authentication
2013-01-06 Steve Holmeimap: Added support for SASL based authentication mecha...
2013-01-06 Yang TseRevert changes relative to lib/*.[ch] recent renaming
2012-12-28 Yang Tsebuild: rename 76 lib/*.h files
2012-12-28 Yang Tsebuild: make use of 76 lib/*.h renamed files
2012-12-28 Yang Tselib/*.h: use our standard naming scheme for header...
2011-04-27 Daniel Stenbergsource cleanup: unify look, style and indent levels
2011-03-12 Daniel StenbergMerge branch 'imap' of https://github.com/bnoordhuis...
2011-02-20 Ben NoordhuisIMAP in multi mode: use Curl_ssl_connect_nonblocking...
2011-02-20 Ben NoordhuisIMAP in multi mode: use Curl_ssl_connect_nonblocking...
2010-03-24 Daniel Stenbergremove the CVSish $Id$ lines
2009-12-12 Daniel Stenbergintroducing IMAP, POP3 and SMTP support (still lots...