Roundcube Community Forum

Release Support => Requests => Topic started by: eastman on April 25, 2009, 10:34:41 PM

Title: wrapping
Post by: eastman on April 25, 2009, 10:34:41 PM
Dear all,

we faced seriuos problems because the sendmail.php module (in program/steps/mail) does an automatic wordwrapping after 75 characters in HTML mails.
We use roundcube with English and Korean language. especially in Korean if you break at a wrong position, meanings can completely change or former polite language can turn in to very rude expressions. I changed the code now to values which may suite us for now, but this is can not be the solution.

If I looked right is is also done in the module func.php (function rcmail_wrap_quoted).

So I would like to see a config option for wrapping enabled/disabled (for the message body of course).
Title: wrapping
Post by: grooverdan on April 26, 2009, 05:29:14 PM
how do other editors handle wordwrapping in the Korean language?
Title: wrapping
Post by: rosali on April 27, 2009, 03:39:10 AM
Dan's Mail Format Site | Body | Line Length (http://mailformat.dan.info/body/linelength.html)

Quote

For practical purposes, lines should be broken at even less than 78 characters, since when a message is quoted back in a reply it might have angle brackets prefixed to it. The netiquette guidelines in RFC 1855 suggest limiting lines to 65 characters. This is a very conservative value; some users don't go this far, and use 70 or 75 instead. A high number could run into problems if the message is repeatedly quoted.