Skip to content

imap: APPEND CRLF fix - #22702

Closed
icing wants to merge 2 commits into
curl:masterfrom
icing:imap-append+crlf-fix
Closed

icing wants to merge 2 commits into
curl:masterfrom
icing:imap-append+crlf-fix

Conversation

@icing

@icing icing commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Deny an APPEND operation with CRLF conversion requested as we are unable to predict the final upload size and APPEND requires us to announce it before starting the upload.

The check for unknown sizes had already been there, but the crlf conversion that renders a known size unknown was not accounted for.

Deny an APPEND operation with CRLF conversion requested as we are
unable to predict the final upload size and APPEND requires us to
announce it before starting the upload.

The check for unknown sizes had already been there, but the crlf
conversion that renders a known size unknown was not accounted for.
@github-actions github-actions Bot added the IMAP label Aug 27, 2026
@icing
icing requested a review from bagder August 27, 2026 11:43
@bagder bagder closed this in 3b547de Aug 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants