6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#6957] Problem with appledouble Viewer
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ __ .__ .___. . [__)/ `[__)[__ |\/| | \\__.| \[___| |
Comment
> A posible solution is this change in > 'imp/lib/MIME/Viewer/appledouble.php', function 'render()': > > > > /* Display the content of the file. */ > > $part = > $contents->getDecodedMIMEPart($this->mime_part->getRelativeMIMEId(2)); > > if ($part) { > > $mime_message = &MIME_Message::convertMIMEPart($part); > > $mc = new MIME_Contents($mime_message, array('download' > => 'download_attach', 'view' => 'view_attach'), array(&$contents)); > > + if (isset($contents->_sessionCacheID) && > !empty($contents->_sessionCacheID)) { > > + $mc->_sessionCacheID = $contents->_sessionCacheID; > > + } > > $mc->buildMessage(); > > $text .= '<!--a75c305b1c0a6022--><table cellspacing="0">' > . $mc->getMessage(true) . '</table>'; > > } > > > > > > This cause the 'multipart/appledouble' parts are not cached and the > attachments are downloaded directly from the IMAP server. It helps? > > > > Greetings. > > > > > >
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