Author Topic: When replying why doesnt the entire message show up?  (Read 5139 times)

Offline kakadu

  • Newbie
  • *
  • Posts: 3
When replying why doesnt the entire message show up?
« on: June 18, 2009, 03:02:14 PM »
When replying why doesnt the entire message show up? I wld like to see all the previous messages text that i had in the previous emails..Thanx

Offline JohnDoh

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 2,845
When replying why doesnt the entire message show up?
« Reply #1 on: June 19, 2009, 02:27:02 AM »
Sounds like it could be a parsing problem, does the message display ok in the preview and messages view screens? What version of RC are you using? Could you attach the message source? Then we can try and recreate the problem. Thanks
Roundcube Plugins: Contextmenu, SpamAssassin Prefs, and more…

Offline maras

  • Newbie
  • *
  • Posts: 2
When replying why doesnt the entire message show up?
« Reply #2 on: June 22, 2009, 05:49:33 AM »
Quote from: kakadu;19707
When replying why doesnt the entire message show up? I wld like to see all the previous messages text that i had in the previous emails..Thanx


I experience the same problem. It seems that if someone's signature is below "-- ", all below content is cutted out. It means for our users that they cannot keep history of correspondence in their messages.

Is any way out of it?

This problem appeared after roundcube upgrade.

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
When replying why doesnt the entire message show up?
« Reply #3 on: June 22, 2009, 07:08:29 AM »
Quote from: maras;19757
I experience the same problem. It seems that if someone's signature is below "-- ", all below content is cutted out. It means for our users that they cannot keep history of correspondence in their messages.

Is any way out of it?

This problem appeared after roundcube upgrade.

The line with "-- " is the signature separator. When replying, everything below that line is truncated. You have several options:

  • Make sure everyone puts his/her reply below the quoted text. (my personal preference).
  • Copy the original text below the signature separator and paste it into the reply.
  • Modify the code to prevent stripping the signature.
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
When replying why doesnt the entire message show up?
« Reply #4 on: June 22, 2009, 07:29:02 AM »
I'm not aware of such behavior of RoundCube.

Just a thought: May be your IMAP server is responsible to strip signature parts (delimiter "-- ") according to http://www.ietf.org/rfc/rfc2646.txt?
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
When replying why doesnt the entire message show up?
« Reply #5 on: June 22, 2009, 07:42:07 AM »
@ Julius Caesar:

Do you know if RoundCube or the IMAP server is responsible to truncate text below "-- "?

I can't reproduce this behavior by RoundCube (backend is hMail).
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
When replying why doesnt the entire message show up?
« Reply #6 on: June 22, 2009, 08:26:11 AM »
Quote from: rosali;19760
@ Julius Caesar:

Do you know if RoundCube or the IMAP server is responsible to truncate text below "-- "?

I can't reproduce this behavior by RoundCube (backend is hMail).


This is not server related, but client. You probably test it in HTML composed emails and these are not truncated.

I just did a test in plain text and in html and the html-messages do not truncate at "-- ", probably because of additional HTML-code.
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
When replying why doesnt the entire message show up?
« Reply #7 on: June 22, 2009, 08:32:37 AM »
I tried with text messages aswell:

text
-- sig1

text1
-- sig2

text2
-- sig3

But it does not truncate after "text" ...
Regards,
Rosali
__________________
MyRoundcube Project (commercial)

Offline Julius Caesar

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 498
    • http://www.de-keizer.net/
When replying why doesnt the entire message show up?
« Reply #8 on: June 22, 2009, 08:36:22 AM »
Quote from: rosali;19766
I tried with text messages aswell:

text
-- sig1

text1
-- sig2

text2
-- sig3

But it does not truncate after "text" ...


Should be like this:

Code: [Select]
text
--
signature
Julius Caesar

You can download the Groupvice4 theme here.
Sie können Groupvice4 hier he

Offline rosali

  • Hero Member
  • *****
  • Posts: 2,533
When replying why doesnt the entire message show up?
« Reply #9 on: June 22, 2009, 03:27:41 PM »
Ok, sometimes it is truncated and sometimes not. I have to look deeper in that for a ticket ...
Regards,
Rosali
__________________
MyRoundcube Project (commercial)