Age | Commit message (Expand) | Author |
2018-02-12 | smtp: fix processing of initial dot in data | Patrick Monnerat |
2018-01-15 | smtp/pop3/imap_get_message: decrease the data length too... | Daniel Stenberg |
2017-12-05 | sasl_getmesssage: make sure we have a long enough string to pass | Daniel Stenberg |
2017-10-25 | time: rename Curl_tvnow to Curl_now | Daniel Stenberg |
2017-10-10 | smtp_done: free data before returning (on send failure) | Daniel Stenberg |
2017-09-20 | smtp: fix memory leak in OOM | Daniel Stenberg |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-15 | http-proxy: only attempt FTP over HTTP proxy | Daniel Stenberg |
2017-05-01 | buffer: use data->set.buffer_size instead of BUFSIZE | Daniel Stenberg |
2017-02-10 | URL: only accept ";options" in SMTP/POP3/IMAP URL schemes | Daniel Stenberg |
2017-01-12 | smtp: Fix STARTTLS denied error message | Jay Satiro |
2016-11-24 | checksrc: white space edits to comply to stricter checksrc | Daniel Stenberg |
2016-11-24 | checksrc: code style: use 'char *name' style | Daniel Stenberg |
2016-10-31 | strcasecompare: all case insensitive string compares ignore locale now | Daniel Stenberg |
2016-10-31 | strcasecompare: is the new name for strequal() | Daniel Stenberg |
2016-09-07 | errors: new alias CURLE_WEIRD_SERVER_REPLY (8) | Jay Satiro |
2016-06-22 | internals: rename the SessionHandle struct to Curl_easy | Daniel Stenberg |
2016-05-23 | smtp: minor ident (white space) fixes | Daniel Stenberg |
2016-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-03-30 | multi: turn Curl_done into file local multi_done | Daniel Stenberg |
2016-03-19 | ftp/imap/pop3/smtp: Fixed compilation warning when /Wall enabled | Steve Holme |
2016-03-08 | imap/pop3/smtp: Fixed connections upgraded with TLS are not reused | Steve Holme |
2016-02-03 | URLs: change all http:// URLs to https:// | Daniel Stenberg |
2015-11-24 | Revert "cleanup: general removal of TODO (and similar) comments" | Daniel Stenberg |
2015-11-13 | cleanup: general removal of TODO (and similar) comments | Daniel Stenberg |
2015-03-16 | free: instead of Curl_safefree() | Daniel Stenberg |
2015-03-03 | mprintf.h: remove #ifdef CURLDEBUG | Daniel Stenberg |
2015-01-27 | sasl: implement EXTERNAL authentication mechanism. | Patrick Monnerat |
2015-01-20 | SASL: common state engine for imap/pop3/smtp | Patrick Monnerat |
2015-01-20 | SASL: common URL option and auth capabilities decoders for all protocols | Patrick Monnerat |
2015-01-20 | IMAP/POP3/SMTP: use a per-connection sub-structure for SASL parameters. | Patrick Monnerat |
2014-12-16 | IPV6: address scope != scope id | Patrick Monnerat |
2014-12-12 | smtp.c: Fixed compilation warnings | Steve Holme |
2014-12-12 | smtp.c: Fixed line longer than 79 columns | Steve Holme |
2014-12-12 | smtp: Fixed inappropriate free of the scratch buffer | Steve Holme |
2014-12-12 | smtp: Fixed dot stuffing when EOL characters were at end of input buffers | Steve Holme |
2014-11-26 | smtp: Fixed const'ness of nread parameter in Curl_smtp_escape_eob() | Steve Holme |
2014-11-26 | smtp: Added support for the conversion of Unix newlines during mail send | Steve Holme |
2014-11-16 | kerberos: Use symbol qualified with _KERBEROS5 | Michael Osipov |
2014-11-02 | sasl: Fixed Kerberos V5 inclusion when CURL_DISABLE_CRYPTO_AUTH is used | Steve Holme |
2014-09-30 | smtp: Fixed intermittent "SSL3_WRITE_PENDING: bad write retry" error | Bill Nagel |
2014-09-07 | Ensure progress.size_dl/progress.size_ul are always >= 0 | Brandon Casey |
2014-08-15 | smtp: Added support for GSSAPI (Kerberos V5) authentication via Windows SSPI | Steve Holme |
2014-08-14 | email: Introduced the GSSAPI states | Steve Holme |
2014-07-30 | smtp: fixed a segfault during test 1320 torture test | Dan Fandrich |
2014-05-22 | bits.close: introduce connection close tracking | Daniel Stenberg |
2014-04-26 | INFILESIZE: fields in UserDefined must not be changed run-time | Daniel Stenberg |
2014-04-23 | handler: make 'protocol' always specified as a single bit | Daniel Stenberg |
2014-04-05 | sasl: Combined DIGEST-MD5 message decoding and generation | Steve Holme |