Author Topic: Extra Line viewing messages from other mail clients  (Read 4225 times)

Offline a882sacl

  • Newbie
  • *
  • Posts: 4
Extra Line viewing messages from other mail clients
« 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Extra Line viewing messages from other mail clients
« Reply #1 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.

Offline a882sacl

  • Newbie
  • *
  • Posts: 4
RE: Extra Line viewing messages from other mail clients
« Reply #2 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

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Extra Line viewing messages from other mail clients
« Reply #3 on: April 03, 2010, 12:22:12 AM »
That's odd, can you post the source of a message?

Offline a882sacl

  • Newbie
  • *
  • Posts: 4
Extra Line viewing messages from other mail clients
« Reply #4 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.

Offline SKaero

  • Administrator
  • Hero Member
  • *****
  • Posts: 5,879
    • SKaero - Custom Roundcube development
Extra Line viewing messages from other mail clients
« Reply #5 on: April 08, 2010, 07:00:45 AM »
I can't duplicate the problem, have you tried using the SVN?

Offline a882sacl

  • Newbie
  • *
  • Posts: 4
Solucionado.
« Reply #6 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.