Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#1486342 closed Bugs (worksforme)

emails containing attachments with extension. "txt" are not displayed in rmc when sent from roundcube same.

Reported by: dantes13 Owned by:
Priority: 2 Milestone: 0.4-beta
Component: MIME parsing Version: 0.3.1
Severity: major Keywords:
Cc:

Description

Good day.

Formerly RCM was installed 0.2 stable and I have worked properly. Now install 0.3.1 RCM but this throwing the following problem:

when sending emails with files with extension. "txt" attachment, RCM does not display or permit the discharge of these.

I tried from other email accounts like hotmail and attachments that arrive at the server are displayed and downloaded without any problem.

Attachments (3)

desdehotmail.png (178.4 KB) - added by dantes13 4 years ago.
screenshot attachment sent from hotmail
desdeRCM.png (177.0 KB) - added by dantes13 4 years ago.
screenshot attachment sent from RCM 0.3.1
email-test.txt (2.0 KB) - added by dantes13 4 years ago.
email example

Download all attachments as: .zip

Change History (9)

Changed 4 years ago by dantes13

screenshot attachment sent from hotmail

Changed 4 years ago by dantes13

screenshot attachment sent from RCM 0.3.1

comment:1 Changed 4 years ago by alec

  • Component changed from Core functionality to MIME parsing
  • Milestone changed from later to 0.4-beta

Please, attach sample message.

comment:2 Changed 4 years ago by alec

Also, what PHP/IMAP versions?

Changed 4 years ago by dantes13

email example

comment:3 Changed 4 years ago by dantes13

version of php: PHP 5.2.6-2ubuntu4.5 with Suhosin-Patch 0.9.6.2 (cli)

version of imap: IMAP courier 4.4.0-1ubuntu

comment:4 Changed 4 years ago by alec

That email works for me. Enable imap_debug option and attach logs/imap here.

comment:5 follow-up: Changed 4 years ago by alec

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

I see where's the problem. There's no semicolon befor charset parameter in Content-Type header. So, you're using buggy PEAR::Mail_MIME package. Use this from Roundcube package.

comment:6 in reply to: ↑ 5 Changed 4 years ago by dantes13

Replying to alec:

I see where's the problem. There's no semicolon befor charset parameter in Content-Type header. So, you're using buggy PEAR::Mail_MIME package. Use this from Roundcube package.

How to configure the "RCM 0.3.1" to use the PEAR:: Mail_Mime that comes with it?

Note: See TracTickets for help on using tickets.