summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
...
* smtp: Fixed login denied with a RFC-821 based serverSteve Holme2014-04-011-2/+1
* smtp: Fixed login denied when server doesn't support AUTH capabilitySteve Holme2014-03-281-9/+14
* mprintf: Replaced internal usage of FORMAT_OFF_T and FORMAT_OFF_TUSteve Holme2013-12-311-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-19/+32
* 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/+29
* smtp: fix compiler warningDaniel Stenberg2013-12-181-1/+0
* smtp: Moved the calculation of SASL login details into a separate functionSteve Holme2013-12-181-68/+92
* smtp: Moved the sending of the AUTH command into a separate functionSteve Holme2013-12-181-13/+34
* email: Renamed *_perform_authenticate() functionsSteve Holme2013-12-171-7/+7
* smtp: Post SMTP command expansion tidy upSteve Holme2013-11-231-12/+12
* smtp: Fixed space being sent in non --mail-rcpt based requestsSteve Holme2013-11-171-9/+9
* smtp: Changed the default command to HELP when no options are specifiedSteve Holme2013-11-171-2/+2
* smtp:Fixed memory leak from commit dac01ff6d788b2Steve Holme2013-11-171-0/+3
* smtp: Fixed broken RCPT TO from commit 0ea4a80bb23666Steve Holme2013-11-151-3/+4
* smtp_state_mail_resp: removed unused variable 'smtp'Daniel Stenberg2013-11-151-1/+0
* smtp: Simplified the next RCPT TO logicSteve Holme2013-11-151-29/+21
* smtp.c: Fixed trailing whitespaceSteve Holme2013-11-151-1/+1
* smtp: Added support for VRFY and EXPN commandsSteve Holme2013-11-151-16/+51
* smtp: Added support for NOOP and RSET commandsSteve Holme2013-11-151-7/+90
* smtp: Fixed handling of multiline server greeting responsesSteve Holme2013-11-151-1/+2
* smtp.c: Fixed compilation error from commit f16c0de4e9bbe3Steve Holme2013-11-151-1/+0
* smtp: Fixed processing of more than one response when sent in same packetSteve Holme2013-11-151-9/+12
* smtp: Moved EHLO response handling to smtp_state_ehlo_resp()Steve Holme2013-11-151-79/+93
* email: Corrected a couple of typos from commit aa0eaef4838ccdSteve Holme2013-10-301-1/+1
* 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: Corrected a couple of typos from 1e39b95682781fSteve Holme2013-10-271-1/+1
* email: Added support for canceling CRAM-MD5 authenticationSteve Holme2013-10-271-8/+18
* email: Added initial support for cancelling authenticationSteve Holme2013-10-271-1/+21
* 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-1/+2
* smtp: Fixed response code parsing for bad AUTH continuation responsesSteve Holme2013-10-261-2/+5
* email: Fixed QUIT / LOGOUT being sent when SSL connect failsSteve Holme2013-10-181-3/+2
* sasl: Centralised the authentication mechanism stringsSteve Holme2013-09-241-21/+21
* imap/pop3/smtp: Speed up SSL connection initializationJiri Hruska2013-09-101-3/+5
* SASL: fix compiler warningsDaniel Stenberg2013-09-041-3/+3
* imap/smtp: Fixed incorrect SASL mechanism selection with XOAUTH2 serversSteve Holme2013-09-041-2/+2
* smtp: added basic SASL XOAUTH2 supportKyle L. Huff2013-08-261-1/+61
* SessionHandle: the protocol specific pointer is now a void *Daniel Stenberg2013-08-121-8/+8
* urldata: clean up the use of the protocol specific structsDaniel Stenberg2013-08-121-30/+14
* comments: remove old and wrong multi/easy interface statementsDaniel Stenberg2013-08-091-2/+1
* string formatting: fix zero-length printf format stringYang Tse2013-07-241-4/+4
* string formatting: fix 25+ printf-style format stringsYang Tse2013-07-241-1/+1
* smtp: Fix trailing whitespace warningSteve Holme2013-05-041-1/+1
* smtp: Fix compilation warningSteve Holme2013-05-041-1/+1