Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: a882sacl on March 30, 2010, 01:20:30 PM

Title: Extra Line viewing messages from other mail clients
Post by: a882sacl on March 30, 2010, 01:20:30 PM
Hi ...

In Roundcube i wrote (using Firefox 3.6):

line1
line2
line3
line4

Then sent it the message.

From "Outlook" or "Thunderbird" mail clients i read:

line1

line2

line3

line4

I`m using Roundcube 0.31 from backport for Debian Lenny. I have look at the configuration files and i don`t know that to do.

Thanks in advanced.
Title: Extra Line viewing messages from other mail clients
Post by: SKaero on March 31, 2010, 02:01:33 AM
I am guessing your making a html email and it is inserting paragraph tags witch make it look like there spaces, if you switch to plan text it should be fine.
Title: RE: Extra Line viewing messages from other mail clients
Post by: a882sacl on April 01, 2010, 12:40:52 PM
Thanks Skaero ...

Here a bit of my main.inc.php

// prefer displaying HTML messages
//$rcmail_config['prefer_html'] = TRUE;
$rcmail_config['prefer_html'] = FALSE;

And into of Roundcube :
Configuration -> Preferences -> Compose message HTML [ ]

Regularly i compose plain text only, any idea about ?

Thanks for any response or assistance ;)

Sergio
Title: Extra Line viewing messages from other mail clients
Post by: SKaero on April 03, 2010, 12:22:12 AM
That's odd, can you post the source of a message?
Title: Extra Line viewing messages from other mail clients
Post by: a882sacl on April 07, 2010, 03:02:27 PM
I wrote it:

Línea1
Línea2
Línea3

Línea5
Línea6
Línea7


I read the next source code (using Thunderbird):

...
User-Agent: RoundCube Webmail/0.3.1
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
...
...

=0D
L=C3=ADnea1=0D
L=C3=ADnea2=0D
L=C3=ADnea3=0D
=0D
L=C3=ADnea5=0D
L=C3=ADnea6=0D
L=C3=ADnea7=0D
=0D
=0D
-- =0D


I don't know how take off the "0D" (char 13).

Thanks in advanced !

Sergio.
Title: Extra Line viewing messages from other mail clients
Post by: SKaero on April 08, 2010, 07:00:45 AM
I can't duplicate the problem, have you tried using the SVN?
Title: Solucionado.
Post by: a882sacl on May 08, 2010, 11:09:32 AM
Hi everybody ...

Apparently a bug is found only to configure sending "plain text" mode. When used with HTML default, it behaves well.

For now for edit, i have to use HTML.

Thank you very much.

Sergio.