Hacker News new | ask | show | jobs
by discreditable 1368 days ago
80 char wrapping is solved by format=flowed. However none of the popular providers seem to implement it.
2 comments

Changing the content type to include format=flowed means you're not sending plain text anymore. The content is some lightweight markup that's compatible with renderers that only understand plain text. This may seem pedantic, but it leads to real-world usability issues when folks with noncompliant MUAs quote or forward your flowed email; noncompliant meaning compliant with every standard except the one RFC that introduces format=flowed that isn't linked by the other RFCs one follows when writing an MUA, which makes sense since this is a one-off hack introduced by Eudora engineers and haphazardly implemented by some desktop clients.

In short, I completely agree with you.

Yes, a lot of the “problems” of plain text boil down to poor authoring/rendering tools.

On the other hand, humanity would probably be better served by moving toward semantic representation instead of fiddling in the deck over txt vs html.