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
Set filename of rfc822 attachments when it's absent for Outlook
Outlook on Windows doesn't include filename when attaching .msg files in
generated emails, which broke RT's logic to render them as downloadable
attachments.
This commit fixes it by setting the filename to the subject header of
the .msg file plus .eml suffix, which is also consistent with gmail's
behavior.
0 commit comments