Age | Commit message (Expand) | Author |
2020-02-28 | smtp: overwriting 'from' leaks memory | Daniel Stenberg |
2020-02-27 | smtp: fix memory leak on exit path | Daniel Stenberg |
2020-02-27 | Curl_is_ASCII_name: handle a NULL argument | Daniel Stenberg |
2020-02-26 | smtp: Tidy up, following recent changes, to maintain the coding style | Steve Holme |
2020-02-26 | smtp: Support the SMTPUTF8 extension for the EXPN command | Steve Holme |
2020-02-26 | smtp: Support the SMTPUTF8 extension in the VRFY command | Steve Holme |
2020-02-26 | smtp: Support the SMTPUTF8 extension in the RCPT TO command | Steve Holme |
2020-02-26 | smtp: Support the SMTPUTF8 extension in the MAIL command | Steve Holme |
2020-02-26 | smtp: Detect server support for the UTF-8 extension as defined in RFC-6531 | Steve Holme |
2020-02-26 | smtp: Support UTF-8 based host names in the VRFY command | Steve Holme |
2020-02-26 | smtp: Support UTF-8 based host names in the RCPT TO command | Steve Holme |
2020-02-26 | smtp: Support UTF-8 based host names in the MAIL command | Steve Holme |
2020-02-09 | smtp: Simplify the MAIL command and avoid a duplication of send strings | Steve Holme |
2020-01-21 | smtp: Allow RCPT TO command to fail for some recipients | Pavel Volgarev |
2019-09-03 | smtp: check for and bail out on too short EHLO response | Daniel Stenberg |
2019-07-30 | cleanup: remove the 'numsocks' argument used in many places | Daniel Stenberg |
2019-06-05 | build: fix Codacy warnings | Marcel Raad |
2019-05-16 | cleanup: remove FIXME and TODO comments | Daniel Stenberg |
2019-04-11 | emailL Added reference to RFC8314 for implicit TLS | Steve Holme |
2019-04-04 | smtp: fix compiler warning | Rikard Falkeborn |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-02-04 | smtp: avoid risk of buffer overflow in strtol | Daniel Gustafsson |
2018-12-17 | pingpong: ignore regular timeout in disconnect phase | Daniel Stenberg |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-06 | CURLOPT_UPLOAD_BUFFERSIZE: set upload buffer size | Daniel Stenberg |
2018-07-09 | smtp: use the upload buffer size for scratch buffer malloc | Daniel Stenberg |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
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 |