-
Notifications
You must be signed in to change notification settings - Fork 909
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
[Feature request] Sending in plaintext only #52
Comments
This missing feature was a big annoyance with Nylas. Many productivity tools, like Github, Pivotal Tracker or some Helpdesk let you answer to threads over email. This works well with plaintext email - i.e signatures and previous responses are stripped from the email body. However this always failed when sending HTML Emails from Nylas, which resulted in me spamming various threads and mailing lists. I would love to see a plaintext only option for composing emails |
yeah i'm really into this. down with the HTML smog-beast. |
@taohansen please +1 the original post! |
Plain text is needed. |
I just uninstalled Mailspring again because of this. I just assumed it's a standard feature. Loved the rest though. As soon as it's added, I'll switch from Thunderbird! :) |
Please, please add this, for linux users it's kind of essential. The mailing lists I'm using now outright reject HTML email. |
Another ask, I write most, if not all, my emails in plaintext, including signatures. Sadly, that's the only feature that refrains me from using it. |
I'd switch to Mailspring in a heartbeat if plaintext was supported. Plaintext is essential for "professional emailers" as it's required by many mailinglists/productivity tools. |
I would also love to see plaintext composition supported and configurable as the default. Wouldn't miss signature support if it was left out for plaintext initially. |
please plaintext |
I've decided to try to use Mailspring for some time and I've been forced to stop using it, for the following reasons:
and every time I tried that, when putting a space after the |
That Is there anywhere reason why making plain text seems to be such a long haul? |
Yes this client is essentially useless without plaintext support for everything that is mailing list related. Can we have a status update? |
Indeed, I think that we should get a status update, since the issue was opened more than one year ago, and we still haven't received any kind of feedback. |
Two features are keeping mailsrpring from being my everyday client (and preventing me from a pro subscription):
|
I really need plaintext email. |
Looks like they don't care, better to make a fork and build a plaintext-compatible mailspring fork. |
They haven't said this will NOT be implemented... I really hope it will so that I can start using Mailspring again fully. |
So I use an email client called Geary now, it's beautiful and modern and works perfectly with gmail, supports plaintext and markdown. Also it's not electron. |
Having switched to Mailspring from Thunderbird I vastly prefer it but this is a required feature for me as I have clients who have platforms that require plain-text emails to be parsed so I need to ensure I can easily create emails in the format that require for user testing |
Hi, And without a proper signature ("-- ") it is unusable too. So give us please the option to disable all this HTML-stuff und use emails as we want / need. Registering and transfering data to the cloud should really be an option too! So, i will uninstall, keep on using TB and will return if / when this simple thing is working. |
I interact with old-school mailing lists which prefer plain-text emails. Please add this feature! |
This was the first option that i wanted configure in mailspring. But does not exists :s . So uninstall mailspring and go back to thunderbird :S |
What's up with this feature? |
Where should someone wishing to create a PR start? |
I would like to be able to compose plain text emails as well. Regardless of mailing lists, I do not want to use complex formatting when not necessary, and I prefer to prioritize widespread compatibility. This is a key feature for me which might eventually decide whether Mailspring is my default client or not |
+1 for plain text emails please |
Hey folks! Happy to announce that preliminary support for plaintext messages will be in the next release! I've added an option to enable a plaintext composer in Preferences > General, and you can also compose an individual plaintext draft / reply by holding the option key. There are a few caveats at this point, but I think this will be a big improvement for those of you that need plaintext support.
This should ship in a release very soon, stay tuned! |
To be honest, I kind of lost hope to see this feature being looked at. Glad to see that it's now WIP for a close release! |
Most draft features are disabled in plaintext mode because I don’t think it’s worth trying to make them work unless this gains traction. Mostly doing this so we can add GPG / PGP / Keybase in the future. app/internal_packages/link-tracking/lib/link-tracking-button.tsx app/internal_packages/link-tracking/lib/link-tracking-composer-extension.ts app/internal_packages/open-tracking/lib/open-tracking-button.tsx app/internal_packages/open-tracking/lib/open-tracking-composer-extension.ts
Seems this is released despite the "Open" status. Problem is, it defaults to plain-text. I had to toggle the "enable rich text" setting to get rich text mode back. |
This isn't working in the latest snap package. You can hold alt/options and the "Write a reply" changes to "Write a plain-text reply" but you cannot actually then click on the reply or compose as the alt/option key blocks the access. Mailspring Version: 1.7.4-d54ff730 Update You have to hold ctrl + alt in order for this to work on Kubuntu with Plasma |
I have installed (updated) v1.7.4 from RPM package on CentOS 8. I have enabled the rich-text features toggle in the settings (actually I did not change it at all). Now (after Mailspring upgrade) all plain-text email are misformatted, i.e. the newlines are replaced by spaces (the whole email body is now only a single line). I think that when a plain-text email is received (e.g. no HTML tags are in the body) and the rich-text toggle is enabled, the email should be output as is (i.e. like a plain-text email). Update: I think that we should be able to choose whether we want to compose rich-text or plain-text email in the composer itself too. Also in general, we might want to display a single email (or thread) in plain-text; i.e. the default setting should be overridable per email/thread. So there should be a plain/rich toggle in two places: one in the composer window and the other in the email/thread. For example, I prefer to compose rich-text emails, but sometimes I need/want to send a single plain-text email. Another example: someone sends me a plain-text email, so I should by default reply with a plain-text email. Another example: I send a rich-text email, but the other party replies me with a plain-text email, so that incoming email should be displayes as plain-text. Update 2:
Update 3: Sorry for my Update 2–it was based on the email source, not on the output email body, therefore it is not an issue and never was. |
Alt shortcut interferes with alt+tab. When you want to switch between apps using alt+tab you also end up with plain text option activated. It would be great if this shortcut could be configurable or changed to another one that doesn't mess with alt+tab. |
Hi, I also have this problem. In kde, alt+click key is reserved to move windows. I can start a paintext mail with ctrl+alt+click. Nevertheless, it would be interesting if this shortcut could be changed to Ctrl key. In addition, it would be great if a new paintext mail can be started with Alt+c or Ctrl+c. |
Hey folks! Thanks for all the replies here. It turns out there was a pretty nasty bug in the 1.7.4 release. I wrote a little state machine to keep track of whether the Alt key was down and enable the conditional "plaintext mode", but certain interactions (like holding Alt and tabbing out of the app on Linux) caused us not to receive the "alt key up" and the app could become stuck in plaintext mode! I'm really sorry, that was a major oversight on my part - I mostly didn't notice because I use a Mac and there's very little use of the Alt key. This was fixed in the latest release 1.7.6. Also thanks @StevenMapes for the note about Alt blocking your clicks, I had no idea that was a thing! Will need to investigate and see if we can fix that somehow. @tukusejssirs, I think once the Alt-key option is working correctly, you should be able to choose whether to reply with rich text or plain text by holding the Alt key. It sounds like you're also seeing that when you're in rich text mode, plain text emails are displayed as one long line. I have seen a few other reports of that and I'm still trying to find a test case. As of 1.7.4, if Mailspring receives an email which has ONLY a plaintext version, it displays that. Otherwise, it should display the rich text version as rich text. If anyone else has an example of the "one long line" rendering bug, I'd love to see the raw MIME of the message. You can view + copy/paste it out of Mailspring by clicking the white space next to the Reply button and choosing "View Original" from the hidden dropdown that appears. (Real option for this coming soon—we need to refactor the conversation view a bit so that a message can be "selected", and then options like this can go in the menu!) Thanks everyone for your help and patience! |
@bengotow If I can find one that I can share, would you prefer it on this issue or should I open a new one for it? EDIT: I just remembered there's an existing issue already. |
Ok.. I think I move away from Mailspring, because of this. |
Since this is in progress, and mostly implemented, I'm closing and locking it. Any related issues should be reported on Discourse: https://community.getmailspring.com/ We are in the process of migrating issues to Discourse, which can better facilitate discussion and discovery, and so GitHub Issues can focus on issues that are confirmed and slated for resolution in the near term. Learn more about the changes here. |
Over at Nylas Mail they made clear they did not intend to support sending in plaintext only. We already have one related request here, but I wanted to give it its own issue.
Is this something Mailspring intends to support?
Does this feature exist in another mail client or tool you use?
Yes, Thunderbird.
The text was updated successfully, but these errors were encountered: