6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
10/19/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#716] MSIE view mail forward as attachment
*
Your Email Address
*
Spam protection
Enter the letters below:
. ,. .\ /.__ . . \./ |__| >< | \|__| | | |/ \|__/| |
Comment
> When I try to view an attachment forwarded email I get error in > page on the new window. > > > > I found a problem about mhtml in > http://support.microsoft.com/?id=825803#kb3 . > > > > Then I add an extension .mht in filename headers in lib/Browser.php > but nothing happen. > > > > I decide to add an extra var in URL > > (mhtml:https://site.gr/horde/imp/view.php?Horde=0414ddde7a0414bf7319084d2784585e&thismailbox=INBOX&index=26&id=2&actionID=113&mime=c5d20767a7da06a056ada931ed28872c) > > > > msiebug=.mht > > > > (like > mhtml:https://site.gr/horde/imp/view.php?Horde=0414ddde7a0414bf7319084d2784585e&thismailbox=INBOX&index=26&id=2&actionID=113&mime=c5d20767a7da06a056ada931ed28872c&msiebug=.mht) > > > > and mhtml works because it found the specifiv extension at the end of url. > > > > An easy way to fix this problem is to put this extra var in > horde/imp/message/javascript.inc line 41 and change > > window.open('<?php echo str_replace('&', '&', > Horde::url('view.php?thismailbox=' . urlencode(IMP::getThisMailbox()) > . > > '&index=' . $index)) ?>' + '&id=' + part + '&actionID=' + action + > '&mime=' + mime, '<?php echo uniqid(ran > > d()) . $index ?>' + tr(part), param); line > > > > to > > > > window.open('<?php echo str_replace('&', '&', > Horde::url('view.php?thismailbox=' . urlencode(IMP::getThisMailbox()) > . > > '&index=' . $index)) ?>' + '&id=' + part + '&actionID=' + action + > '&mime=' + mime + '&msiebug=.mht', '<?php echo uniqid(ran > > d()) . $index ?>' + tr(part), param); > > > >
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