jparyani / roundcubemail

The Roundcube Webmail suite
http://roundcube.net
GNU General Public License v3.0
5 stars 1 forks source link

encoding issues in EmailMessage.text #4

Open dwrensha opened 8 years ago

dwrensha commented 8 years ago

The value of the EmailMessage.text field in emails produced by this app is malformed in two ways:

  1. It always ends with a "/r/n./r/n" sequence, regardless of what text the user enters.
  2. The lines in the rest of the message are dot-escaped --- a practice specific to SMTP that should not be carried over to our Cap'n Proto email interface.

See https://github.com/sandstorm-io/sandstorm/issues/1148 and https://github.com/sandstorm-io/sandstorm/pull/1149 .

kentonv commented 8 years ago

Indeed, this has the visual effect of every message send with this app ending with a line containing a "."...