summaryrefslogtreecommitdiff
path: root/lib/imap.c
Commit message (Expand)AuthorAgeFilesLines
...
* imap: remove automatic password setting: it breaks external sasl authenticationPatrick Monnerat2015-01-271-3/+2
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-3/+3
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-774/+64
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-70/+33
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-52/+52
* ldap/imap: Fixed spelling mistake in comments and variable namesSteve Holme2015-01-071-3/+3
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-1/+0
* kerberos: Use symbol qualified with _KERBEROS5Michael Osipov2014-11-161-3/+3
* sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is usedSteve Holme2014-11-021-3/+3
* imap_perform_authentication: fix memory leakDaniel Stenberg2014-10-021-2/+2
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-3/+3
* imap: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPISteve Holme2014-08-151-0/+186
* email: Introduced the GSSAPI statesSteve Holme2014-08-141-0/+4
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-2/+2
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-3/+3
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-1/+1
* imap: Extended FETCH support to include PARTIAL URL specifierSteve Holme2014-04-181-5/+19
* imap: Expanded mailbox SEARCH support to use URL query stringsSteve Holme2014-04-181-1/+67
* imap: Added support for parsing URL query stringsSteve Holme2014-04-181-4/+19
* imap: Introduced the SEARCH stateSteve Holme2014-04-181-0/+1
* imap: Fixed untagged response detection when no data after commandSteve Holme2014-04-181-1/+1
* sasl: Combined DIGEST-MD5 message decoding and generationSteve Holme2014-04-051-24/+16
* imap: Fixed line length warningSteve Holme2013-12-311-1/+2
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-3/+4
* imap: Fixed auth preference not being honored when CAPABILITY not supportedSteve Holme2013-12-241-1/+1
* email: Fixed segfault introduced in commit 195b63f99c2fe3Steve Holme2013-12-221-1/+1
* code police: fix indent level to silence checksrc complaintsDaniel Stenberg2013-12-221-2/+2
* email: Extended the login options to support multiple auth mechanismsSteve Holme2013-12-211-21/+33
* vtls: renamed sslgen.[ch] to vtls.[ch]Daniel Stenberg2013-12-201-1/+1
* vtls: created subdir, moved sslgen.[ch] there, updated all include linesDaniel Stenberg2013-12-201-1/+1
* imap/pop3/smtp: Added support for SASL authentication downgradesSteve Holme2013-12-181-2/+33
* imap: Moved the calculation of SASL login details into a separate functionSteve Holme2013-12-181-68/+92
* imap: Moved the sending of the AUTHENICATE command into a separate functionSteve Holme2013-12-181-12/+33
* email: Renamed *_perform_authenticate() functionsSteve Holme2013-12-171-10/+8
* imap: Fixed exclude of clear text when using auth=* in commit 75cd7fd66762bbSteve Holme2013-12-141-1/+1
* imap: Fixed incorrect fallback to clear text authenticationSteve Holme2013-12-131-12/+32
* imap/pop3: Post graceful cancellation consistency changesSteve Holme2013-12-041-2/+2
* email: Post graceful SASL authentication cancellation tidy upSteve Holme2013-10-301-50/+35
* email: Added support for cancelling NTLM authenticationSteve Holme2013-10-271-9/+17
* email: Added support for cancelling DIGEST-MD5 authenticationSteve Holme2013-10-271-9/+23
* email: Added support for canceling CRAM-MD5 authenticationSteve Holme2013-10-271-8/+18
* email: Added initial support for cancelling authenticationSteve Holme2013-10-271-2/+22
* email: Moved authentication message parsing into a separate functionSteve Holme2013-10-271-27/+44
* email: Added references to SASL LOGIN authentication draft proposalSteve Holme2013-10-261-0/+1
* email: Fixed QUIT / LOGOUT being sent when SSL connect failsSteve Holme2013-10-181-1/+1
* imap: Added clarification to the code about odd continuation responsesSteve Holme2013-09-251-1/+4
* sasl: Centralised the authentication mechanism stringsSteve Holme2013-09-241-21/+21
* imap: Fixed response check for NOOP commandSteve Holme2013-09-141-1/+2
* imap: Fixed response check for LSUB and UID commandsSteve Holme2013-09-111-1/+3
* imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska2013-09-101-3/+5