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 mime_forward = yes # attachments are forwarded with mail
to
set mime_forward =no#mail body is forwarded as textset forward_attachments = yes # attachments are forwarded with mail
I've just noticed that text MIME attachments now get included in the message body, specifically:
A 2 add_text.py [text/x-python, base64, utf-8, 1.3K]
A 4 upatstvo.txt [text/plain, base64, utf-8, 5.1K]
Moreover, the contents of the txt file gets included and the py code doesn't.
It might be better to roll back to the old behavior? 🤔
The text was updated successfully, but these errors were encountered:
gerazov
changed the title
Forwarding files with text MIME puts them in the message body
Forwarding files with text MIME puts them in the message body or looses them completely
Jun 27, 2023
This is related to #931 which changed:
to
I've just noticed that text MIME attachments now get included in the message body, specifically:
Moreover, the contents of the
txt
file gets included and thepy
code doesn't.It might be better to roll back to the old behavior? 🤔
The text was updated successfully, but these errors were encountered: