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.h
Age
Commit message (
Expand
)
Author
2013-04-13
imap: Added support for ;auth=<mech> in the URL
Steve Holme
2013-03-09
imap: Removed the need for separate custom request functions
Steve Holme
2013-03-05
imap: Introduced IMAP_LIST state
Steve Holme
2013-03-03
imap: Introduced custom request parameters
Jiri Hruska
2013-03-03
imap: Introduced IMAP_CUSTOM state
Jiri Hruska
2013-03-02
imap: Introduced IMAP_APPEND and IMAP_APPEND_FINAL states
Jiri Hruska
2013-02-28
imap: Introduced FETCH_FINAL state for processing final fetch responses
Jiri Hruska
2013-02-27
imap: Re-factored final IMAP_AUTHENTICATE constant
Steve Holme
2013-02-27
imap: Introduced the mailbox variable
Jiri Hruska
2013-02-26
email: Slight reordering of connection based variables
Steve Holme
2013-02-26
imap: Tidied up comments for connection based variables
Steve Holme
2013-02-26
imap: Introduced the mailbox_uidvalidity variable
Jiri Hruska
2013-02-25
imap: Removed bytecountp from the per-request structure
Jiri Hruska
2013-02-23
imap: Introduced new per-request veriables
Jiri Hruska
2013-02-23
pingpong: Renamed curl_ftptransfer to curl_pp_transfer
Steve Holme
2013-02-23
pingpong: Moved curl_ftptransfer definition to pingpong.h
Steve Holme
2013-02-23
imap: Removed some FTP heritage leftovers
Jiri Hruska
2013-02-23
imap: Introduced a custom IMAP structure for per-request data
Jiri Hruska
2013-02-10
email: Post STARTLS capability code tidy up (Part One)
Steve Holme
2013-02-10
imap: Added support for the STARTTLS capability (Part One)
Steve Holme
2013-02-07
imap: Added support for SASL-IR extension (Part 1)
Steve Holme
2013-02-07
imap: Changed response tag generation to be completely unique
Steve Holme
2013-02-06
imap: Small variable rename in preparation for upcoming change
Steve Holme
2013-02-05
imap.h: Corrected incorrect comment clarification
Steve Holme
2013-02-03
imap: Fixed no known authentication mechanism when fallback is required
Steve Holme
2013-01-26
email: Updated comment regarding ssldone usage
Steve Holme
2013-01-07
imap: Added support for sasl digest-md5 authentication
Steve Holme
2013-01-07
imap: Added support for sasl cram-md5 authentication
Steve Holme
2013-01-07
imap: Added support for sasl ntlm authentication
Steve Holme
2013-01-06
imap: Added support for sasl login authentication
Steve Holme
2013-01-06
imap: Added support for sasl plain text authentication
Steve Holme
2013-01-06
imap: Added support for SASL based authentication mechanism detection
Steve Holme
2013-01-06
Revert changes relative to lib/*.[ch] recent renaming
Yang Tse
2012-12-28
build: rename 76 lib/*.h files
Yang Tse
2012-12-28
build: make use of 76 lib/*.h renamed files
Yang Tse
2012-12-28
lib/*.h: use our standard naming scheme for header inclusion guards
Yang Tse
2011-04-27
source cleanup: unify look, style and indent levels
Daniel Stenberg
2011-02-20
IMAP in multi mode: use Curl_ssl_connect_nonblocking() when upgrading the con...
Ben Noordhuis
2011-02-20
IMAP in multi mode: use Curl_ssl_connect_nonblocking() when connecting.
Ben Noordhuis
2010-03-24
remove the CVSish $Id$ lines
Daniel Stenberg
2009-12-12
introducing IMAP, POP3 and SMTP support (still lots of polish left to do)
Daniel Stenberg