You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Handle edge case when inline image attachment part is missing a filename
Fixes#1329
First attempt at a fix: #1332
In this second attempt, I tried to scope down the issue to where the issue appears most probable: inline images.
We do not add a default filename for the nameless attachment, rather just ensure that the message part is considered an attachment if it is an inline image.
0 commit comments