aboutsummaryrefslogtreecommitdiff
path: root/docs/TODO
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-11-21 17:59:14 +0000
committerSteve Holme <steve_holme@hotmail.com>2015-11-21 17:59:14 +0000
commitd55f9071fb6dee14d9fb354ca73585c17413c745 (patch)
treef4ee013f5d726586ed52d57bcb75200beeb1f5c1 /docs/TODO
parentb7f3f1b68f7597721347e861df31f07b9b6f0c52 (diff)
TODO: Added another 'multi-interface' idea
Diffstat (limited to 'docs/TODO')
-rw-r--r--docs/TODO6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/TODO b/docs/TODO
index 2eb62f070..ee8d00d10 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -35,6 +35,7 @@
2.1 More non-blocking
2.2 Better support for same name resolves
2.3 Non-blocking curl_multi_remove_handle()
+ 2.4 Split connect and authentication process
3. Documentation
3.1 Update date and version in man pages
@@ -309,6 +310,11 @@
remove or add would then only ask for the action to get started and then
multi_perform() etc still be called until the add/remove is completed.
+2.4 Split connect and authentication process
+
+ The multi interface treats the authentication process as part of the connect
+ phase. As such any failures during authentication won't trigger the relevant
+ QUIT or LOGOFF for protocols such as IMAP, POP3 and SMTP.
3. Documentation