Vote #78293
完了Mail parts with empty content should be ignored
0%
説明
Some email clients seem to send text parts that are empty with html emails. Those empty text parts should be ignored.
journals
The attached patch makes the mail_handler ignore text or html parts that have no meaningful content.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Patch applied, thanks.
--------------------------------------------------------------------------------
Thank you.
--------------------------------------------------------------------------------
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.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
Fix applied.
--------------------------------------------------------------------------------
related_issues
relates,Closed,25269,Emails with no text or html Content not handled properly