Description of the need
As reported on https://backdrop.zulipchat.com/#narrow/stream/218635-Backdrop/topic/How.... I tracked the lines are getting wrapped by backdrop_wrap_mail()
following really outdated RFC standards and that breaks the format of messages read on modern mail clients.
Proposed solution
@albanycomputers (https://backdrop.zulipchat.com/#narrow/stream/218635-Backdrop/topic/How....):
The RFC Standard for emails are "old" to say the least and other techniques for manipulating emails have been developed, i.e. modern email clients and HTML encoding... etc..
So, I would agree, remove the hard coding and either leave it at that or add an option to wrap at line 80.
Hope this helps.
Alternatives that have been considered
I could not find any way of bypassing this wrapping at about 78 characters when I really need one of the projects to be sending continuous lines, letting the receiving client program do the correct wrapping.
Useful resources
- https://stackoverflow.com/questions/2696433/is-it-necessary-to-wrap-long...
backdrop_wrap_mail()
is the function handling this (where the hard-coding happens)
Recent comments
Thank you very much for your fast answers and clear explanations ! I understand that the site is not corrupted and that there is no danger in leaving the code and the database in their...
Base table or view not found upgrading to 1.32.0, TRUNCATE {cache_book}
Until the official new release (coming soon), the error will ALSO show up when you clear caches, unless you fix this manually as above.
Base table or view not found upgrading to 1.32.0, TRUNCATE {cache_book}
If you want to try to fix it yourself now, I think you can manually set the schema version for the book module (in the system table) to 7000, and then try running the updates again. Test on a...
Base table or view not found upgrading to 1.32.0, TRUNCATE {cache_book}