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

Ability to send emails as true plaintext #482

Open
dmac opened this issue Jan 27, 2014 · 1 comment
Open

Ability to send emails as true plaintext #482

dmac opened this issue Jan 27, 2014 · 1 comment

Comments

@dmac
Copy link
Contributor

dmac commented Jan 27, 2014

Currently our emails are sent as html. It would be useful for users who do not want (or are unable to view) html emails to have the ability to receive them as plaintext. This could either be a user-configurable option, or we could smartly fall-back to plaintext if a mail reader is stripping out html. Below is the use-case from our mailing list:

In Thunderbird when viewing as plain text (possibly subject to some HTML cleaning heuristics failing, or just all the time) html only messages are displayed as a blank screen. Most clients will send html & text if they are are going to send html. I think this is a likely setting for people to use since many mailing lists treat html as spam and monospace formatting is often used.

@philc
Copy link
Contributor

philc commented Jan 28, 2014

When sending an email with pony you can send both HTML and plaintext parts
in the same email. The mail reader should be able to render the version it
wants. I think that would be enough; we don't need a user configurable
option in barkeep.
On Jan 27, 2014 2:18 PM, "Daniel MacDougall" notifications@github.com
wrote:

Currently our emails are sent as html. It would be useful for users who do
not want (or are unable to view) html emails to have the ability to receive
them as plaintext. This could either be a user-configurable option, or we
could smartly fall-back to plaintext if a mail reader is stripping out
html. Below is the use-case from our mailing list:

In Thunderbird when viewing as plain text (possibly subject to some HTML
cleaning heuristics failing, or just all the time) html only messages are
displayed as a blank screen. Most clients will send html & text if they are
are going to send html. I think this is a likely setting for people to use
since many mailing lists treat html as spam and monospace formatting is
often used.

Reply to this email directly or view it on GitHubhttps://github.com//issues/482
.

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

2 participants