[#6512] Can't reply to email in shared folder
Summary Can't reply to email in shared folder
Queue IMP
Queue Version HEAD
Type Bug
State Resolved
Priority 1. Low
Owners Michael Slusarz <slusarz (at) horde (dot) org>
Requester rsalmon (at) mbpgroup (dot) com
Created 03/21/2008 (52 days ago)
Due
Updated 04/03/2008 (39 days ago)
Assigned 03/21/2008 (52 days ago)
Resolved 04/03/2008 (39 days ago)
Attachments
Milestone
Patch

History
04/03/2008 Michael Slusarz Comment #2
State ⇒ Resolved
Reply to this comment
Fixed in HEAD and FW_3.
03/21/2008 Jan Schneider State ⇒ Assigned
Assigned to Michael Slusarz
 
03/21/2008 rsalmon (at) mbpgroup (dot) com Comment #1
Patch ⇒
Milestone ⇒
Queue ⇒ IMP
Summary ⇒ Can't reply to email in shared folder
Type ⇒ Bug
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Reply to this comment
I can't transfert/reply to an email that is stored in a shared folder.

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
            ),
       )
    )

);