Defect #25256
Mail parts with empty content should be ignored
Status: | Closed | Start date: | ||
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | % Done: | 0% | ||
Category: | Email receiving | |||
Target version: | 3.4.0 | |||
Resolution: | Fixed | Affected version: | 3.3.2 |
Description
Some email clients seem to send text parts that are empty with html emails. Those empty text parts should be ignored.
Related issues
Associated revisions
Mail parts with empty content should be ignored (#25256).
Patch by Felix Schäfer.
History
#1
Updated by Felix Schäfer about 1 year ago
- File 25256-ignore_empty_email_parts.patch
added
The attached patch makes the mail_handler ignore text or html parts that have no meaningful content.
#2
Updated by Jean-Philippe Lang about 1 year ago
- Target version set to 3.4.0
#3
Updated by Jean-Philippe Lang about 1 year ago
- Status changed from New to Closed
- Assignee set to Jean-Philippe Lang
- Resolution set to Fixed
Patch applied, thanks.
#4
Updated by Felix Schäfer about 1 year ago
Thank you.
#5
Updated by Go MAEDA about 1 year 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.
#6
Updated by Go MAEDA about 1 year ago
- Related to Defect #25269: Emails with no text or html Content not handled properly added
#7
Updated by Jean-Philippe Lang about 1 year ago
- Status changed from Reopened to Closed
Fix applied.