Actions
Feature #2829
closedsmtp: improve pipelining support (4.0.x)
Effort:
Difficulty:
Label:
Description
Currently we don't check if the server supports pipelining. This can lead to issues where the DATA command followed by the data is misinterpreted. Our code only enters the 'DATA' mode when the DATA command has been confirmed.
If the server reports pipelining support we should enter the DATA mode immediately.
Updated by Victor Julien almost 6 years ago
- Copied from Feature #1863: smtp: improve pipelining support added
Updated by Victor Julien almost 6 years ago
- Status changed from Assigned to Closed
Actions