Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for how the content-transfer-encoding SMTP header is extracted #1482

Merged
merged 2 commits into from
Feb 9, 2025

Conversation

Badgerati
Copy link
Owner

Description of the Change

Fixes a null-reference error with how the Content-Transfer-Encoding SMTP header was being extracted. When it was supplied, an error was thrown instead of the UTF8 default being used.

Related Issue

Resolves #1472

@Badgerati Badgerati added this to the 2.12.0 milestone Feb 8, 2025
@Badgerati Badgerati self-assigned this Feb 8, 2025
@Badgerati Badgerati merged commit be9bf9d into develop Feb 9, 2025
24 checks passed
@Badgerati Badgerati deleted the Issue-1472 branch February 9, 2025 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SMTP Handler fails to create $SmtpEvent when "content-transfer-encoding" Header is missing
1 participant