Opened 5 years ago
Closed 5 years ago
#1484902 closed Bugs (worksforme)
Attachments now longser donload completely
| Reported by: | Zeron | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | later |
| Component: | Client Scripts | Version: | git-master |
| 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 (2)
comment:1 Changed 5 years ago by Zeron
comment:2 Changed 5 years ago by thomasb
- Resolution set to worksforme
- Status changed from new to closed
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.

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