Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Forwarding files with text MIME puts them in the message body or looses them completely #949

Open
gerazov opened this issue Jun 27, 2023 · 0 comments

Comments

@gerazov
Copy link
Contributor

gerazov commented Jun 27, 2023

This is related to #931 which changed:

set mime_forward = yes		# attachments are forwarded with mail

to

set mime_forward = no	# mail body is forwarded as text
set 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? 🤔

@gerazov 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant