QxtMailMessage does not preserve space at start of lines

Issue #52 new
Sergey Il'inykh created an issue

I tried to format my message in text/plain and retreived contents via rfc2822 method. unfortunatelly all spaces from start of each line were removed.

in generated contents I see content-type: text/plain so it's handled as text and spaces should be preserved.

I've also checked RFC 2822 and thunderbird behaviour on this case. rfc doesn't notice anything about spaces in message body and thunderbird preserves them.

so it's a bug in QxtMailMessage

Comments (7)

  1. Sergey Il'inykh reporter

    strange. I remember the patch was full.. in any case I'm going to rewrite it again. I'll upload new patch here

  2. Log in to comment