Opened 3 years ago

Closed 3 years ago

#1487060 closed Bugs (fixed)

blank line/spaces in text only messages

Reported by: akn Owned by:
Priority: 5 Milestone: 0.5-beta
Component: PHP backend Version: 0.4.2
Severity: normal Keywords: blank spaces row text only composing message
Cc:

Description

When I compose a message in text only mode, roundcube adds an unwanted blank space in every row and a blank line at the beginning.

Example:

Hello,

this is a test
in Roundcube.

Output for the recipient:

 
 Hello,
 
 this is a test
 in Roundcube.

Change History (5)

comment:1 Changed 3 years ago by akn

  • Component changed from Addressbook to User Interface

comment:2 Changed 3 years ago by alec

  • Resolution set to wontfix
  • Status changed from new to closed

This is format=flowed standard.

comment:3 Changed 3 years ago by akn

  • Resolution wontfix deleted
  • Status changed from closed to reopened

Even if I set

$rcmail_config['send_format_flowed'] = false;

in main.inc.php, one unnecessary blank line at the beginning after the User-Agent tag and one at the end of the message text are inserted within the email source code.

User-Agent: Roundcube Webmail/0.4.2


Hello,

this is a test
in Roundcube.


Outlook displays those lines and therefore it looks like the sender inserts them intentionally.

comment:4 Changed 3 years ago by akn

Solved for me now. I used sending via php, not SMTP.

comment:5 Changed 3 years ago by alec

  • Component changed from User Interface to PHP backend
  • Milestone changed from later to 0.5-beta
  • Resolution set to fixed
  • Status changed from reopened to closed

[93681d1e] should fix the extra blank line issue.

Note: See TracTickets for help on using tickets.