| Summary | Can't reply to email in shared folder |
| Queue | IMP |
| Queue Version | HEAD |
| Type | Bug |
| State | Resolved |
| Priority | 1. Low |
| Owners | slusarz (at) horde (dot) org |
| Requester | rsalmon (at) mbpgroup (dot) com |
| Created | 3/21/08 (6593 days ago) |
| Due | |
| Updated | 4/3/08 (6580 days ago) |
| Assigned | 3/21/08 (6593 days ago) |
| Resolved | 4/3/08 (6580 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
State ⇒ Assigned
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Can't reply to email in shared folder
Type ⇒ Bug
State ⇒ Unconfirmed
user 'rsalmon' shared 'eOpen' to user 'ronan'
user 'ronan' can copy/see/delete emails in shared.rsalmon.eOpen
user 'ronan' can't reply to any email from shared.rsalmon.eOpen, here
is the link (looks like 'thismailbox' field is empty) :
x.x.x.x - - [21/Mar/2008:12:34:48 +0100] "GET
/horde/imp/compose.php?%2Fhorde%2Fimp%2Fcompose.php&actionID=reply&index=3&identity=0&thismailbox=&uniq=1206099741647 HTTP/1.1" 200 79895 "http://x.x.x.x/horde/imp/message.php?mailbox=%23shared.rsalmon.eOpen&index=3" "Mozilla/5.0 (X11; U; Linux i686; fr; rv:1.8.1.12) Gecko/20080208 Fedora/2.0.0.12-1.fc7
Firefox/2.0.0.12"
Here is the server.php :
$servers['imap'] = array(
'name' => 'IMAP Server',
'server' => 'x.x.x.x,
'hordeauth' => true,
'protocol' => 'imap/notls',
'port' => 143,
'maildomain' => 'x.x',
'smtphost' => 'x.x.x.x',
'smtpport' => 25,
'realm' => '',
'preferred' => '',
'quota' => array(
'driver' => 'imap',
'params' => array(),
),
'acl' => array(
'driver' => 'rfc2086',
)
,
'imap_config' => array(
'children' => true,
'namespace' => array(
'' => array(
'name' => '',
'delimiter' => '.',
'type' => 'personal',
'hidden' => false
),
'#shared.' => array(
'name' => '#shared.',
'delimiter' => '.',
'type' => 'personal',
'hidden' => false
),
)
)
);