Opened 2 years ago

Closed 2 years ago

#1487647 closed Bugs (worksforme)

Mails with attachments in Sent folder are blank

Reported by: wipeout Owned by:
Priority: 5 Milestone: 0.5-stable
Component: PHP backend Version: 0.4-stable
Severity: normal Keywords:
Cc:

Description

Mails with attachments are not composed correctly and appears blank in sent folder (also in Thunderbird).
Analyzing mail source headers are malformed:

User-Agent: RoundCube Webmail/0.4\n\r\n\r--=_d6861e01ca25ec3a10ddca21e7bb8d34
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=UTF-8;

format=flowed

Saving and editing the source, the mail shows correctly:

User-Agent: RoundCube Webmail/0.4

--=_d6861e01ca25ec3a10ddca21e7bb8d34
Content-Transfer-Encoding: 7bit
Content-Type: text/plain; charset=UTF-8;

format=flowed

The same behavior in 0.3 and 0.4 stable

Attachments (1)

mail.eml (936 bytes) - added by wipeout 2 years ago.

Download all attachments as: .zip

Change History (2)

Changed 2 years ago by wipeout

comment:1 Changed 2 years ago by alec

  • Milestone changed from later to 0.5-stable
  • Resolution set to worksforme
  • Status changed from new to closed

Please, update to 0.5-rc and make sure you're using current Mail_Mime package. Works for me.

Note: See TracTickets for help on using tickets.