Opened 5 years ago

Closed 5 years ago

#1484757 closed Bugs (fixed)

IE Can´t view PDF attachments when filename exceeds 55 characters

Reported by: ulysses.almeida Owned by:
Priority: 5 Milestone: 0.1-stable
Component: Interface Version: 0.1-rc2
Severity: normal Keywords:
Cc:

Description

When the file name of a PDF, attached to the mail, exceeds 55 character, IE can´t show it embedded. It is a issue related with Content-Disposition header as we can see on this link (http://www.mindfusioncorp.com/weblog/2005/12/05/Weird+HTTP+Header+Issue+In+Internet+Explorer+6.aspx).

I made a simple patch to trunk PDF file name size to a maximum of 55 characters. It is very simple but worked for me ´till now. I´m sending it as sample!

Attachments (1)

rcube_max_pdf_filename.patch (708 bytes) - added by ulysses.almeida 5 years ago.
Simple patch to trunk PDF filename size to a maximum of 55 characters

Download all attachments as: .zip

Change History (2)

Changed 5 years ago by ulysses.almeida

Simple patch to trunk PDF filename size to a maximum of 55 characters

comment:1 Changed 5 years ago by thomasb

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

Added to trunk in [6f2f2d0f]

Note: See TracTickets for help on using tickets.