aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.h
AgeCommit message (Expand)Author
2019-11-08copyrights: fix copyright year rangeDaniel Stenberg
2018-09-06imap: change from "FETCH" to "UID FETCH"Nicklas Avén
2017-08-23imap: support PREAUTHDaniel Stenberg
2016-06-22internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg
2016-02-03URLs: change all http:// URLs to https://Daniel Stenberg
2015-01-20SASL: common state engine for imap/pop3/smtpPatrick Monnerat
2015-01-20SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat
2015-01-20IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat
2014-08-15email: Added mutual authentication flagSteve Holme
2014-08-14email: Introduced the GSSAPI statesSteve Holme
2014-04-18imap: Extended FETCH support to include PARTIAL URL specifierSteve Holme
2014-04-18imap: Added support for parsing URL query stringsSteve Holme
2014-04-18imap: Introduced the SEARCH stateSteve Holme
2013-12-13imap: Fixed incorrect fallback to clear text authenticationSteve Holme
2013-10-27email: Added initial support for cancelling authenticationSteve Holme
2013-08-26imap: added basic SASL XOAUTH2 supportKyle L. Huff
2013-04-13imap: Added support for ;auth=<mech> in the URLSteve Holme
2013-03-09imap: Removed the need for separate custom request functionsSteve Holme
2013-03-05imap: Introduced IMAP_LIST stateSteve Holme
2013-03-03imap: Introduced custom request parametersJiri Hruska
2013-03-03imap: Introduced IMAP_CUSTOM stateJiri Hruska
2013-03-02imap: Introduced IMAP_APPEND and IMAP_APPEND_FINAL statesJiri Hruska
2013-02-28imap: Introduced FETCH_FINAL state for processing final fetch responsesJiri Hruska
2013-02-27imap: Re-factored final IMAP_AUTHENTICATE constantSteve Holme
2013-02-27imap: Introduced the mailbox variableJiri Hruska
2013-02-26email: Slight reordering of connection based variablesSteve Holme
2013-02-26imap: Tidied up comments for connection based variablesSteve Holme
2013-02-26imap: Introduced the mailbox_uidvalidity variableJiri Hruska
2013-02-25imap: Removed bytecountp from the per-request structureJiri Hruska
2013-02-23imap: Introduced new per-request veriablesJiri Hruska
2013-02-23pingpong: Renamed curl_ftptransfer to curl_pp_transferSteve Holme
2013-02-23pingpong: Moved curl_ftptransfer definition to pingpong.hSteve Holme
2013-02-23imap: Removed some FTP heritage leftoversJiri Hruska
2013-02-23imap: Introduced a custom IMAP structure for per-request dataJiri Hruska
2013-02-10email: Post STARTLS capability code tidy up (Part One)Steve Holme
2013-02-10imap: Added support for the STARTTLS capability (Part One)Steve Holme
2013-02-07imap: Added support for SASL-IR extension (Part 1)Steve Holme
2013-02-07imap: Changed response tag generation to be completely uniqueSteve Holme
2013-02-06imap: Small variable rename in preparation for upcoming changeSteve Holme
2013-02-05imap.h: Corrected incorrect comment clarificationSteve Holme
2013-02-03imap: Fixed no known authentication mechanism when fallback is requiredSteve Holme
2013-01-26email: Updated comment regarding ssldone usageSteve Holme
2013-01-07imap: Added support for sasl digest-md5 authenticationSteve Holme
2013-01-07imap: Added support for sasl cram-md5 authenticationSteve Holme
2013-01-07imap: Added support for sasl ntlm authenticationSteve Holme
2013-01-06imap: Added support for sasl login authenticationSteve Holme
2013-01-06imap: Added support for sasl plain text authenticationSteve Holme
2013-01-06imap: Added support for SASL based authentication mechanism detectionSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2012-12-28build: rename 76 lib/*.h filesYang Tse