Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
TLMSP curl
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CYBER - Cyber Security
TS 103 523 MSP
TLMSP
TLMSP curl
Commits
f4e3cae8
Commit
f4e3cae8
authored
11 years ago
by
Steve Holme
Browse files
Options
Downloads
Patches
Plain Diff
TODO: Updated following the addition of CURLOPT_SASL_IR
parent
b52cf5d2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/TODO
+12
-28
12 additions, 28 deletions
docs/TODO
with
12 additions
and
28 deletions
docs/TODO
+
12
−
28
View file @
f4e3cae8
...
...
@@ -46,16 +46,14 @@
6.4 send data in chunks
7. SMTP
7.1 Initial response
7.2 Pipelining
7.3 Graceful base64 decoding failure
7.4 Enhanced capability support
7.1 Pipelining
7.2 Graceful base64 decoding failure
7.3 Enhanced capability support
8. POP3
8.1 Initial response
8.2 Pipelining
8.3 Graceful base64 decoding failure
8.4 Enhanced capability support
8.1 Pipelining
8.2 Graceful base64 decoding failure
8.3 Enhanced capability support
9. IMAP
9.1 Graceful base64 decoding failure
...
...
@@ -296,50 +294,36 @@ to provide the data to send.
7. SMTP
7.1 Initial response
Add the ability for the user to specify whether the initial response is
included in the AUTH command. Some email servers, such as Microsoft
Exchange, can work with either whilst others need to have the initial
response sent separately:
http://curl.haxx.se/mail/lib-2012-03/0114.html
7.2 Pipelining
7.1 Pipelining
Add support for pipelining emails.
7.
3
Graceful base64 decoding failure
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.
4
Enhanced capability support
7.
3
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
Add the ability for the user to specify whether the initial response is
included in the AUTH command as per RFC5034.
8.2 Pipelining
8.1 Pipelining
Add support for pipelining commands.
8.
3
Graceful base64 decoding failure
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.
4
Enhanced capability support
8.
3
Enhanced capability support
Add the ability, for an application that uses libcurl, to obtain the list of
capabilities returned from the CAPA command.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment