Handle missing Content-Type properly #125
No reviewers
Labels
No labels
ANSIBLE
BUG
CODE
DEVELOPMENT
DOCUMENTATION
FEEDBACK
FIX
HOWTOs
IDEA
INFRA
ISSUE
MAILSERVER
RESEARCH
TESTS
To-Be-Reviewed
WEB
WEBSITE
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Disroot/gpg-lacre#125
Loading…
Reference in a new issue
No description provided.
Delete branch "124-missing-ct"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
ContentManager sets default Content-Type even if it was missing in the
original message.
Make sure that when Content-Type is missing, copying parameters doesn't
raise an error.
Add a unit-test to check that.
Closes #124.