diff options
| author | Steve Holme <steve_holme@hotmail.com> | 2013-04-25 20:10:09 +0100 | 
|---|---|---|
| committer | Steve Holme <steve_holme@hotmail.com> | 2013-04-25 20:10:09 +0100 | 
| commit | 70bbbccc39eab0dc4ee494fef433f76e5adffeb5 (patch) | |
| tree | fa6f326562e7237fe992ac7b15501bd707993c72 | |
| parent | 0dd470fc61b1c66ce25eac82739eef4e240ee592 (diff) | |
TODO: Added new ideas for future SMTP, POP3 and IMAP features
| -rw-r--r-- | docs/TODO | 27 | 
1 files changed, 25 insertions, 2 deletions
@@ -49,13 +49,17 @@   7.1 Initial response   7.2 Pipelining   7.3 Graceful base64 decoding failure + 7.4 Enhanced capability support   8. POP3   8.1 Initial response - 8.2 Graceful base64 decoding failure + 8.2 Pipelining + 8.3 Graceful base64 decoding failure + 8.4 Enhanced capability support   9. IMAP   9.1 Graceful base64 decoding failure + 9.2 Enhanced capability support   10. LDAP   10.1 SASL based authentication mechanisms @@ -312,6 +316,11 @@ to provide the data to send.   gracefully shutdown the authentication process by sending a * response to the   server as per RFC4954. +7.4 Enhanced capability support + + Add the ability, for an application that uses libcurl, to obtain the list of + capabilities returned from the EHLO command. +  8. POP3  8.1 Initial response @@ -319,12 +328,21 @@ to provide the data to send.   Add the ability for the user to specify whether the initial response is   included in the AUTH command as per RFC5034. -8.2 Graceful base64 decoding failure +8.2 Pipelining + + Add support for pipelining commands. + +8.3 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.4 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 @@ -335,6 +353,11 @@ to provide the data to send.   gracefully shutdown the authentication process by sending a * response to the   server as per RFC3501. +8.2 Enhanced capability support + + Add the ability, for an application that uses libcurl, to obtain the list of + capabilities returned from the CAPABILITY command. +  10. LDAP  10.1 SASL based authentication mechanisms  | 
