Commit History

Author SHA1 Message Date
  Steve Holme e7a2ba41e3 email: Corrected a couple of typos from 1e39b95682781f 11 years ago
  Steve Holme 1e39b95682 email: Added support for canceling CRAM-MD5 authentication 11 years ago
  Steve Holme 7de4cc35f8 email: Added initial support for cancelling authentication 11 years ago
  Steve Holme aa0eaef483 email: Moved authentication message parsing into a separate function 11 years ago
  Steve Holme 0adad07690 email: Added references to SASL LOGIN authentication draft proposal 11 years ago
  Steve Holme 2766262a68 smtp: Fixed response code parsing for bad AUTH continuation responses 11 years ago
  Steve Holme ce61510127 email: Fixed QUIT / LOGOUT being sent when SSL connect fails 11 years ago
  Steve Holme 733a4419d0 sasl: Centralised the authentication mechanism strings 11 years ago
  Jiri Hruska 5c14a7f068 imap/pop3/smtp: Speed up SSL connection initialization 11 years ago
  Daniel Stenberg e9de8e78f0 SASL: fix compiler warnings 11 years ago
  Steve Holme 9e8ced9890 imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 servers 11 years ago
  Kyle L. Huff 90ab65c632 smtp: added basic SASL XOAUTH2 support 11 years ago
  Daniel Stenberg e79535bc5e SessionHandle: the protocol specific pointer is now a void * 11 years ago
  Daniel Stenberg 4ad8e142da urldata: clean up the use of the protocol specific structs 11 years ago
  Daniel Stenberg 2af0b10c95 comments: remove old and wrong multi/easy interface statements 11 years ago
  Yang Tse ca89a0a092 string formatting: fix zero-length printf format string 11 years ago
  Yang Tse de052ca6fc string formatting: fix 25+ printf-style format strings 11 years ago
  Steve Holme 52d72e66c2 smtp: Fix trailing whitespace warning 11 years ago
  Steve Holme f3d10aa0d4 smtp: Fix compilation warning 11 years ago
  Steve Holme 92ef5f19c8 smtp: Updated RFC-2821 references to RFC-5321 11 years ago
  Steve Holme 99b4045183 smtp: Fixed sending of double CRLF caused by first in EOB 11 years ago
  Steve Holme 46d26a0e77 smtp: Tidy up to move the eob counter to the per-request structure 11 years ago
  Steve Holme b52cf5d2cd smtp: Fixed unknown percentage complete in progress bar 11 years ago
  Steve Holme 9ea5145952 email: Tidy up of *_perform_authenticate() 11 years ago
  Steve Holme 1d7c38e1f0 smtp: Updated limit check to be more readable like the check in pop3 11 years ago
  Steve Holme 70e30f6caa smtp: Added support for disabling the SASL initial response 11 years ago
  Steve Holme c306d2e42f smtp: Re-factored all perform based functions 11 years ago
  Steve Holme f737e3a3dd smtp: Added description comments to all perform based functions 11 years ago
  Steve Holme 686586b0f9 smtp: Moved smtp_quit() to be with the other perform functions 11 years ago
  Steve Holme e621a5f6ea smtp: Moved smtp_rcpt_to() to be with the other perform functions 11 years ago