-
-
Notifications
You must be signed in to change notification settings - Fork 9
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
enabled HTML and Text sending #34
Conversation
This was really annoying. Sending images as attchments doesnt work as well in Flatpak Thunderbird, an there is little reason to not allow HTML at all. Poorly there is no "send text, with HTML styles send text and HTML"
Hi @trytomakeyouprivate, thanks for your PR. My two cents below :
What is the issue about attachments and the Flatpak version of TB ? Is it specific to Flatpak ?
That's true, and this is why this project is a template that has to be modified/overridden by the users, as needed.
I couldn't get your sentence. What option you think is lacking from TB ? Additionally : (very-opinionated point) the Thanks, bye 👋 |
Images in attachments are random and cant be copy-pasted in the Flatpak. Also they cant be resized. There currently are the features:
What I am missing is
Of course sending both is f*ing weird, but so is replying to someone, sending what they sent back. Mail in general is extremely weird. What do you have old messages for if you could just check everything in the citations? Sending plain text is good for the privacy people. But sanitized html is awesome too. What is not good is defaulting to always enforce plain, because it breaks messages and I didnt realize that until my contact was responding "there was no image" |
to this feature change also belong
|
line 1442-1454 |
I would use a sed script and allow the user to replace these settings by themselves. |
Yes, when sending as plain text, you "lost" all dynamic features offered by HTML. Images are treated as "regular" attachment files (which is usually not an issue in most cases).
Ah, thanks. Indeed, this mode does not exist (yet ?). You can search and/or file an issue upstream.
Yes. I guess the whole thing we are experiencing about emails comes from the extent of MTA and MUA implementations currently being used all over the world. Fortunately for us, TB is pretty customizable.
Good for privacy, and good for the environment too (isn't it always the case though ?) 🙃 I'd rather invite you to write your own override (like this one that you can then "append" to this template. One last thing : you can "temporary" write/send HTML emails by pressing Cheers 👋 |
Interesting, if Images are handled like that its no problem. Still I think users should be able to send beautiful looking messages, its important to make Thunderbird not look like a stone age program or even broken, and there is no security issue. Interesting, yes forking it or making a custom version for sure is an option, even though I think HTML out should not be included. I dont know what these overrides are, is that a Github thing? I would just create my own version for now, and do a little sed script for the 4 affected settings. |
I agree, they should be able to do so 😇
The concept comes from (upstream) Arkenfox' user.js (you can check this wiki page). The project comes with a bunch of "scripts" that ease the application of user's overrides (as long as the resetting of deprecated/reset preferences). These scripts have not (yet) been adapted here, but one can simply edit them to manage overrides for TB instead of FF. |
This was really annoying. Sending images as attchments doesnt work as well in Flatpak Thunderbird, an there is little reason to not allow HTML at all.
Poorly there is no "send text, with HTML styles send text and HTML"
Description
Reason and / or context
How has this been tested ?
Types of changes :
Checklist :
.eslintrc.yml
).