index
:
curl
gemini-meta
master
cURL mirror with patches applied
Ben
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
imap.c
Age
Commit message (
Expand
)
Author
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
2015-11-07
imap: Fixed double quote in LIST command when mailbox contains spaces
Steve Holme
2015-11-06
imap: fix compiler warning
Daniel Stenberg
2015-11-06
imap: Don't call imap_atom() when no mailbox specified in LIST command
Steve Holme
2015-03-16
free: instead of Curl_safefree()
Daniel Stenberg
2015-03-03
mprintf.h: remove #ifdef CURLDEBUG
Daniel Stenberg
2015-01-27
imap: remove automatic password setting: it breaks external sasl authentication
Patrick Monnerat
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
2015-01-07
ldap/imap: Fixed spelling mistake in comments and variable names
Steve Holme
[next]