aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
AgeCommit message (Expand)Author
2013-02-10imap: Added support for the STARTTLS capability (Part One)Steve Holme
2013-02-09imap: Corrected some commentsSteve Holme
2013-02-08imap: Renamed state variables in imap_authenticate()Steve Holme
2013-02-07imap: Added support for SASL-IR extension (Part 2)Steve Holme
2013-02-07imap: Added support for SASL-IR extension (Part 1)Steve Holme
2013-02-07imap: Changed response tag generation to be completely uniqueSteve Holme
2013-02-06imap: Small variable rename in preparation for upcoming changeSteve Holme
2013-02-06email: Moved starttls code in separate functionsSteve Holme
2013-02-05email: Reworked comments in the endofresp() functionsSteve Holme
2013-02-04email: Provided extra comments following recent pop3/imap fixesSteve Holme
2013-02-03imap: Fixed no known authentication mechanism when fallback is requiredSteve Holme
2013-01-27imap.c: Fixed unnecessary state change if starttls failsSteve Holme
2013-01-24imap.c: Fixed failure detection during TLS upgradeSteve Holme
2013-01-23email: Removed unnecessary return statementsSteve Holme
2013-01-22email: Corrected references to SASL RFCSteve Holme
2013-01-19email: General code tidy upSteve Holme
2013-01-17always-multi: always use non-blocking internalsDaniel Stenberg
2013-01-09build: fix circular header inclusion with other packagesYang Tse
2013-01-07imap.c: Small tidy up to add missing commentSteve Holme
2013-01-07imap: Added support for sasl digest-md5 authenticationSteve Holme
2013-01-07imap: Added support for sasl cram-md5 authenticationSteve Holme
2013-01-07imap: Added support for sasl ntlm authenticationSteve Holme
2013-01-06imap: Added support for sasl login authenticationSteve Holme
2013-01-06imap: Added support for sasl plain text authenticationSteve Holme
2013-01-06imap: Introduced the continue response in imap_endofresp()Steve Holme
2013-01-06imap: Added support for SASL based authentication mechanism detectionSteve Holme
2013-01-06Revert changes relative to lib/*.[ch] recent renamingYang Tse
2013-01-03build: rename 93 lib/*.c filesYang Tse
2013-01-03build: make use of 93 lib/*.c renamed filesYang Tse
2012-12-30imap.c: Minor follow up tidy upSteve Holme
2012-12-30imap: Code tidy up prior to adding support for the CAPABILITY commandSteve Holme
2012-12-29imap_doing: don't call imap_dophase_done() if already failedSteve Holme
2012-12-29imap.c: Fixed bad state error when logging in with invalid credentialsSteve Holme
2012-12-29imap.c: remove trailing whitespaceYang Tse
2012-12-28imap.c: Code tidy up - Part 2Steve Holme
2012-12-28imap.c: Code tidy up - Part 1Steve Holme
2012-12-28imap.c: Code tidy up renaming imapsendf() to imap_sendf()Steve Holme
2012-12-28build: make use of 76 lib/*.h renamed filesYang Tse
2012-12-28imsp.c: Fixed usernames and passwords that contain escape charactersSteve Holme
2012-12-14setup_once.h: refactor inclusion of <unistd.h> and <sys/socket.h>Yang Tse
2012-06-05email: Removed duplicated header fileSteve Holme
2012-03-24email: Moved server greeting responses into separate functionsSteve Holme
2012-03-09includes: remove inclusion of unused file http_proxy.hDaniel Stenberg
2012-03-08CONNECT: made generically not per-protocolDaniel Stenberg
2012-01-24URL sanitize: reject URLs containing bad dataDaniel Stenberg
2012-01-04Fixed use of CURLUSESSL_TRY for POP3 and IMAP based connections.Steve Holme
2012-01-04Fixed incorrect error code being returned in STARTTLSSteve Holme
2011-11-24query-part: ignore the URI part for given protocolsJonas Schnelli
2011-11-03rename ftp_ssl: the struct field is used for many protocolsDaniel Stenberg
2011-10-21curl_multi_fdset: correct fdset with FTP PORT useDaniel Stenberg