aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-10-30 20:59:11 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-10-30 21:01:26 +0000
commite232f5f3f9b7ccdc3dae6914a96977cda47e5662 (patch)
treef78ff2e86e0a301530384b0d58f4009314ac5d37
parent43400b40862ea274d501f6692beb28a72ec7f776 (diff)
TODO: Removed the 'Graceful base64 decoding failure' sections
Updated following the recent changes to support graceful failures during the authentication phrase.
-rw-r--r--docs/TODO36
1 files changed, 6 insertions, 30 deletions
diff --git a/docs/TODO b/docs/TODO
index 374519814..ffb5790c8 100644
--- a/docs/TODO
+++ b/docs/TODO
@@ -47,17 +47,14 @@
7. SMTP
7.1 Pipelining
- 7.2 Graceful base64 decoding failure
- 7.3 Enhanced capability support
+ 7.2 Enhanced capability support
8. POP3
8.1 Pipelining
- 8.2 Graceful base64 decoding failure
- 8.3 Enhanced capability support
+ 8.2 Enhanced capability support
9. IMAP
- 9.1 Graceful base64 decoding failure
- 9.2 Enhanced capability support
+ 9.1 Enhanced capability support
10. LDAP
10.1 SASL based authentication mechanisms
@@ -318,14 +315,7 @@ to provide the data to send.
Add support for pipelining emails.
-7.2 Graceful base64 decoding failure
-
- Rather than shutting down the session and returning an error when the
- decoding of a base64 encoded authentication response fails, we should
- gracefully shutdown the authentication process by sending a * response to the
- server as per RFC4954.
-
-7.3 Enhanced capability support
+7.2 Enhanced capability support
Add the ability, for an application that uses libcurl, to obtain the list of
capabilities returned from the EHLO command.
@@ -336,28 +326,14 @@ to provide the data to send.
Add support for pipelining commands.
-8.2 Graceful base64 decoding failure
-
- Rather than shutting down the session and returning an error when the
- decoding of a base64 encoded authentication response fails, we should
- gracefully shutdown the authentication process by sending a * response to the
- server as per RFC5034.
-
-8.3 Enhanced capability support
+8.2 Enhanced capability support
Add the ability, for an application that uses libcurl, to obtain the list of
capabilities returned from the CAPA command.
9. IMAP
-9.1 Graceful base64 decoding failure
-
- Rather than shutting down the session and returning an error when the
- decoding of a base64 encoded authentication response fails, we should
- gracefully shutdown the authentication process by sending a * response to the
- server as per RFC3501.
-
-9.2 Enhanced capability support
+9.1 Enhanced capability support
Add the ability, for an application that uses libcurl, to obtain the list of
capabilities returned from the CAPABILITY command.