Actions
Defect #25256
closedMail parts with empty content should be ignored
Start date:
Due date:
% Done:
0%
Estimated time:
Resolution:
Fixed
Affected version:
Description
Some email clients seem to send text parts that are empty with html emails. Those empty text parts should be ignored.
Files
Related issues
Updated by Felix Schäfer almost 8 years ago
The attached patch makes the mail_handler ignore text or html parts that have no meaningful content.
Updated by Jean-Philippe Lang over 7 years ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch applied, thanks.
Updated by Go MAEDA over 7 years ago
- Status changed from Closed to Reopened
Fix for this patch has been submitted as #25269.
The change to the handling of incoming emails committed in r16371 and proposed in #25256 unfortunately improperly handles emails with multipart content but no content in a text or html part of the email. This might be the case if the email is intentionally left blank.
Updated by Go MAEDA over 7 years ago
- Related to Defect #25269: Emails with no text or html Content not handled properly added
Actions