6.0.0-alpha14
7/3/25

[#12108] Attachments limited to 64KiB
Summary Attachments limited to 64KiB
Queue Horde Framework Packages
Queue Version Git master
Type Bug
State Duplicate
Priority 1. Low
Owners Horde Developers (at) , chuck (at) horde (dot) org, jan (at) horde (dot) org
Requester m.heimpold (at) web (dot) de
Created 03/11/2013 (4497 days ago)
Due
Updated 04/19/2013 (4458 days ago)
Assigned 03/11/2013 (4497 days ago)
Resolved 04/19/2013 (4458 days ago)
Github Issue Link
Github Pull Request
Milestone
Patch No

History
04/19/2013 09:05:23 AM Jan Schneider Comment #3
State ⇒ Duplicate
Reply to this comment
03/11/2013 10:58:15 PM Michael Slusarz Assigned to Chuck Hagenbuch
Assigned to Jan Schneider
Assigned to Horde DevelopersHorde Developers
 
03/11/2013 10:57:23 PM Michael Slusarz Comment #2
State ⇒ Assigned
Queue ⇒ Horde Framework Packages
Version ⇒ Git master
Reply to this comment
Horde_Db issue.  It maps 'binary' to BLOB in MySQL.

Postgresql is ok as Horde_Db maps 'binary' to BYTEA, which is the 
postgres LONGBLOB equivalent.
03/11/2013 08:39:23 PM m (dot) heimpold (at) web (dot) de Comment #1
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Attachments limited to 64KiB
Queue ⇒ IMP
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
Reply to this comment
When uploading an attachment larger thatn 64KiB and sending this email 
the attachment is cut down to 64KiB. I'm using the VFS backend and 
figured out that the attachments are store in mysql table 'horde_vfs'. 
There is a field "vfs_data" of type BLOB. I simply "increased" this to 
LONGBLOB and now attachments are working as expected.

(Using horde 5.0.4)

Saved Queries