[Tickets #6512] Can't reply to email in shared folder

bugs at horde.org bugs at horde.org
Fri Mar 21 12:00:51 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/6512
-----------------------------------------------------------------------
 Ticket             | 6512
 Created By         | rsalmon at mbpgroup.com
 Summary            | Can't reply to email in shared folder
 Queue              | IMP
 Version            | HEAD
 Type               | Bug
 State              | Unconfirmed
 Priority           | 1. Low
 Milestone          | 
 Patch              | 
 Owners             | 
-----------------------------------------------------------------------


rsalmon at mbpgroup.com (2008-03-21 08:00) wrote:

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

);




More information about the bugs mailing list