summaryrefslogtreecommitdiff
path: root/lib/imap.h
Commit message (Expand)AuthorAgeFilesLines
* misc: reduce struct and struct field sizesDaniel Stenberg2023-01-041-11/+11
* copyright: update all copyright lines and remove year rangesDaniel Stenberg2023-01-031-1/+1
* copyright: make repository REUSE compliantmax.mehl2022-06-131-1/+3
* curl.se: new homeDaniel Stenberg2020-11-041-1/+1
* imap: make imap_send use dynbuf for the send buffer managementDaniel Stenberg2020-09-251-2/+3
* copyrights: fix copyright year rangeDaniel Stenberg2019-11-081-1/+1
* imap: change from "FETCH" to "UID FETCH"Nicklas Avén2018-09-061-0/+1
* imap: support PREAUTHDaniel Stenberg2017-08-231-1/+2
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-2/+2
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-14/+1
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-1/+1
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-4/+2
* email: Added mutual authentication flagSteve Holme2014-08-151-0/+1
* email: Introduced the GSSAPI statesSteve Holme2014-08-141-0/+3
* imap: Extended FETCH support to include PARTIAL URL specifierSteve Holme2014-04-181-0/+1
* imap: Added support for parsing URL query stringsSteve Holme2014-04-181-0/+1
* imap: Introduced the SEARCH stateSteve Holme2014-04-181-1/+2
* imap: Fixed incorrect fallback to clear text authenticationSteve Holme2013-12-131-0/+9
* email: Added initial support for cancelling authenticationSteve Holme2013-10-271-0/+1
* imap: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-261-0/+1
* imap: Added support for ;auth=<mech> in the URLSteve Holme2013-04-131-0/+1
* imap: Removed the need for separate custom request functionsSteve Holme2013-03-091-1/+0
* imap: Introduced IMAP_LIST stateSteve Holme2013-03-051-0/+1
* imap: Introduced custom request parametersJiri Hruska2013-03-031-0/+2
* imap: Introduced IMAP_CUSTOM stateJiri Hruska2013-03-031-0/+1
* imap: Introduced IMAP_APPEND and IMAP_APPEND_FINAL statesJiri Hruska2013-03-021-0/+2
* imap: Introduced FETCH_FINAL state for processing final fetch responsesJiri Hruska2013-02-281-0/+1
* imap: Re-factored final IMAP_AUTHENTICATE constantSteve Holme2013-02-271-1/+1
* imap: Introduced the mailbox variableJiri Hruska2013-02-271-0/+1
* email: Slight reordering of connection based variablesSteve Holme2013-02-261-2/+2
* imap: Tidied up comments for connection based variablesSteve Holme2013-02-261-10/+10
* imap: Introduced the mailbox_uidvalidity variableJiri Hruska2013-02-261-0/+1
* imap: Removed bytecountp from the per-request structureJiri Hruska2013-02-251-1/+0
* imap: Introduced new per-request veriablesJiri Hruska2013-02-231-0/+3
* pingpong: Renamed curl_ftptransfer to curl_pp_transferSteve Holme2013-02-231-1/+1
* pingpong: Moved curl_ftptransfer definition to pingpong.hSteve Holme2013-02-231-1/+0
* imap: Removed some FTP heritage leftoversJiri Hruska2013-02-231-2/+0
* imap: Introduced a custom IMAP structure for per-request dataJiri Hruska2013-02-231-1/+13
* email: Post STARTLS capability code tidy up (Part One)Steve Holme2013-02-101-1/+1
* imap: Added support for the STARTTLS capability (Part One)Steve Holme2013-02-101-0/+1
* imap: Added support for SASL-IR extension (Part 1)Steve Holme2013-02-071-0/+1
* imap: Changed response tag generation to be completely uniqueSteve Holme2013-02-071-1/+1
* imap: Small variable rename in preparation for upcoming changeSteve Holme2013-02-061-2/+2
* imap.h: Corrected incorrect comment clarificationSteve Holme2013-02-051-1/+1
* imap: Fixed no known authentication mechanism when fallback is requiredSteve Holme2013-02-031-0/+1
* email: Updated comment regarding ssldone usageSteve Holme2013-01-261-2/+1
* imap: Added support for sasl digest-md5 authenticationSteve Holme2013-01-071-0/+2
* imap: Added support for sasl cram-md5 authenticationSteve Holme2013-01-071-0/+1
* imap: Added support for sasl ntlm authenticationSteve Holme2013-01-071-0/+2