6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
7/26/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#380] Strange behaviour when 'forward' a multipart mail with VFSsql (Oracle)
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___. ..___. . |\/|[__ |\/|[__ \ / | || | || \/
Comment
> Posible patch for function "_storeAttachment" in /horde/imp/lib/Compose.php > > > > /** > > * Stores the attachment data in its correct location. > > * > > * @access private > > * > > * @param object MIME_Part &$part The MIME_Part of the attachment. > > * @param string $data Either the filename of the > > * attachment or, if $vfs_file is > > * false, the attachment data. > > * @param optional boolean $vfs_file If using VFS, is $data a filename? > > */ > > function _storeAttachment(&$part, $data, $vfs_file = true) > > { > > global $conf; > > > > + // Not add attachment if $data is empty > > + if (empty($data)) { > > + return PEAR::raiseError('No data provided'); > > + } > > > > /* Store in VFS. */ > > if ($conf['compose']['use_vfs']) {
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers