Roundcube Community Forum

 

Extra Line viewing messages from other mail clients

Started by a882sacl, March 30, 2010, 01:20:30 PM

Previous topic - Next topic

a882sacl

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.

SKaero

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.

a882sacl

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

SKaero

That's odd, can you post the source of a message?

a882sacl

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.

SKaero

I can't duplicate the problem, have you tried using the SVN?

a882sacl

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.