Age | Commit message (Expand) | Author |
2019-09-20 | imap: merged two case-branches performing the same action | 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-05-14 | imap: Fix typo in comment | Daniel Gustafsson |
2019-04-11 | emailL Added reference to RFC8314 for implicit TLS | Steve Holme |
2019-03-01 | urldata: simplify bytecounters | Daniel Stenberg |
2019-01-20 | memcmp: avoid doing single char memcmp | Daniel Gustafsson |
2018-12-17 | pingpong: ignore regular timeout in disconnect phase | Daniel Stenberg |
2018-11-23 | snprintf: renamed and we now only use msnprintf() | Daniel Stenberg |
2018-09-22 | url: use the URL API internally as well | Daniel Stenberg |
2018-09-08 | URL-API | Daniel Stenberg |
2018-09-06 | imap: change from "FETCH" to "UID FETCH" | Nicklas Avén |
2018-06-11 | cppcheck: fix warnings | Marian Klymov |
2018-05-31 | strictness: correct {infof, failf} format specifiers | Rikard Falkeborn |
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-11-09 | imap: deal with commands case insensitively | Daniel Stenberg |
2017-10-22 | imap: if a FETCH response has no size, don't call write callback | Daniel Stenberg |
2017-09-22 | imap: quote atoms properly when escaping characters | Daniel Stenberg |
2017-09-02 | mime: new MIME API. | Patrick Monnerat |
2017-08-24 | imap: use defined names for response codes | Daniel Stenberg |
2017-08-23 | imap: support PREAUTH | Daniel Stenberg |
2017-08-14 | strtoofft: reduce integer overflow risks globally | Daniel Stenberg |
2017-06-30 | handler: refactor connection checking | Max Dymond |
2017-06-15 | http-proxy: only attempt FTP over HTTP proxy | Daniel Stenberg |
2017-03-26 | spelling fixes | klemens |
2017-02-10 | URL: only accept ";options" in SMTP/POP3/IMAP URL schemes | Daniel Stenberg |
2017-01-12 | STARTTLS: Don't print response character in denied messages | 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-04-29 | lib: include curl_printf.h as one of the last headers | Daniel Stenberg |
2016-04-19 | imap: inlined checksrc disable instead of whitelist edit | Daniel Stenberg |
2016-04-01 | IMAP: check pointer before dereferencing it | ehlertjd@gmail.com |
2016-03-31 | imap: remove duplicated function | 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-19 | imap.c: Fixed compilation warning with /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-11-09 | imap: avoid freeing constant string | Daniel Stenberg |
2015-11-08 | imap: Don't check for continuation when executing a CUSTOMREQUEST | Justin Ehlert |
2015-11-07 | imap: checksrc: remove space after while before paren | Daniel Stenberg |
2015-11-07 | imap: Quote other 'atom-specials' and not just the space character | Steve Holme |