Ticket #1484902 (closed Bugs: worksforme)

Opened 9 months ago

Last modified 8 months ago

Attachments now longser donload completely

Reported by: Zeron Owned by:
Priority: 5 Milestone: later
Component: Client Scripts Version: svn-trunk
Severity: normal Keywords:
Cc:

Description

Upgraded to latest Subvserion (1193) and now I can not download attachments. Have tried IE and Firefox on a few computers, making sure to clear the cache first.

What happens is if you have an e-mail with an attached image (or any other type) it never loads when you click on it. If you click on the download link, the download always stops shorter than the size of the attachment.

It used to work fine, from a SVN checkedout about 2 months previous.

PHP 5.2.5 Dovecot 1.0.3

Do not have the optional Fileinfo or MCrypt extensions

Change History

Changed 8 months ago by Zeron

If I install the Fileinfo pecl module, this problem goes away.

Changed 8 months ago by thomasb

  • status changed from new to closed
  • resolution set to worksforme

Fileinfo is only used to identify uploaded attachments when composing a message. Downloading is only decoding and sending the file content from the IMAP server.

Note: See TracTickets for help on using tickets.