Skip to content

gh-136052: Do not generate empty encoded-words#136098

Closed
chrullrich wants to merge 2 commits intopython:mainfrom
chrullrich:fix-136052
Closed

gh-136052: Do not generate empty encoded-words#136098
chrullrich wants to merge 2 commits intopython:mainfrom
chrullrich:fix-136052

Conversation

@chrullrich
Copy link
Copy Markdown
Contributor

@chrullrich chrullrich commented Jun 29, 2025

Fixes #136052.

The code assumes that it will always be able to encode a single character. This is not always true, such as when the CTE is quoted-printable and the line has space remaining for less than three characters.

@python-cla-bot
Copy link
Copy Markdown

The following commit authors need to sign the Contributor License Agreement:

CLA signed

@chrullrich chrullrich closed this Jun 29, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

email.message generates invalid encoded header

2 participants