Ticket #1485152 (closed Bugs: fixed)
problems with MIME detection of attachements MS Word and Excel
| Reported by: | tomeek | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.2-beta |
| Component: | PHP backend | Version: | 0.1.1 |
| Severity: | normal | Keywords: | |
| Cc: |
Description (last modified by thomasb) (diff)
Hello all,
I have discovered that this ticket was already here. But was closed as it was working. But, this check was incorrect.
I'm using stable version 1.1 of roundcube mail and users are complaining that MS Excel attachements are badly detected like a MS World.
See this email source:
MIME-Version: 1.0 Date: Mon, 23 Jun 2008 15:07:42 +0200 From: Tomas Vobruba <blabla@bla.com> To: test@bla.com Subject: ttt Reply-To: test@blabla.com Message-ID: <f46f5ba5537c28fc5913b406d4e70809@bla.com> X-Sender: test@bla.com User-Agent: RoundCube Webmail/4.1 Content-Type: multipart/mixed; boundary="=_c6349fbd756ce0e469d3e7af559d813c" --=_c6349fbd756ce0e469d3e7af559d813c Content-Type: multipart/alternative; boundary="=_71aac874fbbd481b35935d5419dfcab0" --=_71aac874fbbd481b35935d5419dfcab0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable vsdfvgdfvsdf --=_71aac874fbbd481b35935d5419dfcab0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable vsdfvgdfvsdf --=_71aac874fbbd481b35935d5419dfcab0-- --=_c6349fbd756ce0e469d3e7af559d813c Content-Transfer-Encoding: base64 Content-Type: application/msword; name="Testik.xls"; charset="UTF-8" Content-Disposition: attachment; filename="Testik.xls"
As you can see, XLS has really bad mime detection.
It should have something like this:
Content-Type: application/vnd.ms-excel;
name="Testik.xls"
Content-Transfer-Encoding: base64 Content-Disposition: attachement;
filename="Testik.xls"
So could you please test it with XLS? this problem is repeatable.
Thank you Reg. Tomas Vobruba
