Summary | forward from mailbox.php broken |
Queue | IMP |
Queue Version | 4.2-RC2 |
Type | Bug |
State | Duplicate |
Priority | 1. Low |
Owners | |
Requester | liamr (at) deathstar (dot) org |
Created | 02/01/2008 (6315 days ago) |
Due | |
Updated | 02/01/2008 (6315 days ago) |
Assigned | 02/01/2008 (6315 days ago) |
Resolved | 02/01/2008 (6315 days ago) |
Milestone | |
Patch | No |
Ticket 6139(fixed by this:http://cvs.horde.org/diff.php?f=imp%2Flib%2FIMP.php&r1=1.651&r2=1.652&t=unified)
State ⇒ Duplicate
/horde/imp/compose.php?popup=1&fwddigest=a:2:{i:0;s:12:%22116453%01INBOX%22;i:1;s:12:%22116451%01INBOX%22;}&actionID=fwd_digest&uniq=1201888895292 HTTP/1.1" 200 6190 "https://dev.mail.umich.edu/horde/imp/mailbox.php" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US;
rv:1.8.1.11)
Gecko/20071127
that url with decoded ampersands manually?
Ticket 6139(fixed by this:http://cvs.horde.org/diff.php?f=imp%2Flib%2FIMP.php&r1=1.651&r2=1.652&t=unified)
/horde/imp/compose.php?popup=1&fwddigest=a:2:{i:0;s:12:%22116453%01INBOX%22;i:1;s:12:%22116451%01INBOX%22;}&actionID=fwd_digest&uniq=1201888895292 HTTP/1.1" 200 6190 "https://dev.mail.umich.edu/horde/imp/mailbox.php" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.11)
Gecko/20071127
that url with decoded ampersands manually?
From horde/conf.php
$conf['vfs']['params']['driverconfig'] = 'horde';
$conf['vfs']['type'] = 'sql';
From imp/conf.php
$conf['compose']['use_vfs'] = true;
No error messages in the apache or horde logs. Here's what I see i
my transfer log..
xxx.xxx.xxx.xxx - - [01/Feb/2008:13:01:32 -0500] "POST
/horde/imp/mailbox.php HTTP/1.1" 200 7739
"https://dev.mail.umich.edu/horde/imp/mailbox.php" "Mozilla/5.0
(Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.11) Gecko/20071127
Firefox/2.0.0.11"
xxx.xxx.xxx.xxx - - [01/Feb/2008:13:01:36 -0500] "GET
/horde/imp/compose.php?popup=1&fwddigest=a:2:{i:0;s:12:%22116453%01INBOX%22;i:1;s:12:%22116451%01INBOX%22;}&actionID=fwd_digest&uniq=1201888895292 HTTP/1.1" 200 6190 "https://dev.mail.umich.edu/horde/imp/mailbox.php" "Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.1.11) Gecko/20071127
Firefox/2.0.0.11"
I've updated compose.php with this..
http://marc.info/?l=horde-cvs&m=120175245909425&w=2
though, I had to apply the patch by hand. I've also made changes to
js/mailbox.js and templates/javascript_defs.php, if you think those
may have any effect.
State ⇒ Feedback
what VFS/attachment settings are you using?
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ forward from mailbox.php broken
Queue ⇒ IMP
State ⇒ Unconfirmed
user selects one (or more messages) in mailbox.php, and then chooses
"forward", no attachments are created on the new message.
I have verified that attachments work. Messages forward from
message.php get attached as message/rfc822, and I'm able to attach
other sorts of files manually.