summaryrefslogtreecommitdiff
path: root/lib/smtp.c
Commit message (Expand)AuthorAgeFilesLines
* buffer: use data->set.buffer_size instead of BUFSIZEDaniel Stenberg2017-05-011-1/+1
* URL: only accept ";options" in SMTP/POP3/IMAP URL schemesDaniel Stenberg2017-02-101-3/+4
* smtp: Fix STARTTLS denied error messageJay Satiro2017-01-121-1/+1
* checksrc: white space edits to comply to stricter checksrcDaniel Stenberg2016-11-241-1/+1
* checksrc: code style: use 'char *name' styleDaniel Stenberg2016-11-241-2/+2
* strcasecompare: all case insensitive string compares ignore locale nowDaniel Stenberg2016-10-311-1/+0
* strcasecompare: is the new name for strequal()Daniel Stenberg2016-10-311-3/+2
* errors: new alias CURLE_WEIRD_SERVER_REPLY (8)Jay Satiro2016-09-071-1/+1
* internals: rename the SessionHandle struct to Curl_easyDaniel Stenberg2016-06-221-22/+22
* smtp: minor ident (white space) fixesDaniel Stenberg2016-05-231-8/+8
* lib: include curl_printf.h as one of the last headersDaniel Stenberg2016-04-291-1/+1
* multi: turn Curl_done into file local multi_doneDaniel Stenberg2016-03-301-6/+1
* ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabledSteve Holme2016-03-191-2/+2
* imap/pop3/smtp: Fixed connections upgraded with TLS are not reusedSteve Holme2016-03-081-1/+9
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* Revert "cleanup: general removal of TODO (and similar) comments"Daniel Stenberg2015-11-241-2/+4
* cleanup: general removal of TODO (and similar) commentsDaniel Stenberg2015-11-131-4/+2
* free: instead of Curl_safefree()Daniel Stenberg2015-03-161-8/+8
* mprintf.h: remove #ifdef CURLDEBUGDaniel Stenberg2015-03-031-4/+1
* sasl: implement EXTERNAL authentication mechanism.Patrick Monnerat2015-01-271-2/+3
* SASL: common state engine for imap/pop3/smtpPatrick Monnerat2015-01-201-759/+53
* SASL: common URL option and auth capabilities decoders for all protocolsPatrick Monnerat2015-01-201-55/+23
* IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters.Patrick Monnerat2015-01-201-56/+57
* IPV6: address scope != scope idPatrick Monnerat2014-12-161-1/+0
* smtp.c: Fixed compilation warningsSteve Holme2014-12-121-3/+3
* smtp.c: Fixed line longer than 79 columnsSteve Holme2014-12-121-1/+2
* smtp: Fixed inappropriate free of the scratch bufferSteve Holme2014-12-121-3/+4
* smtp: Fixed dot stuffing when EOL characters were at end of input buffersSteve Holme2014-12-121-8/+14
* smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob()Steve Holme2014-11-261-6/+4
* smtp: Added support for the conversion of Unix newlines during mail sendSteve Holme2014-11-261-9/+21
* 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
* smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" errorBill Nagel2014-09-301-9/+24
* Ensure progress.size_dl/progress.size_ul are always >= 0Brandon Casey2014-09-071-2/+2
* smtp: 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
* smtp: fixed a segfault during test 1320 torture testDan Fandrich2014-07-301-1/+1
* bits.close: introduce connection close trackingDaniel Stenberg2014-05-221-2/+2
* INFILESIZE: fields in UserDefined must not be changed run-timeDaniel Stenberg2014-04-261-4/+4
* handler: make 'protocol' always specified as a single bitDaniel Stenberg2014-04-231-1/+1
* sasl: Combined DIGEST-MD5 message decoding and generationSteve Holme2014-04-051-23/+15
* 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