[Tickets #9058] Re: imp imap acl with comming dovecot2 version capability bug
bugs at horde.org
bugs at horde.org
Wed Oct 6 06:25:23 UTC 2010
DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.
Ticket URL: http://bugs.horde.org/ticket/9058
------------------------------------------------------------------------------
Ticket | 9058
Updated By | software-horde at interfasys.ch
Summary | imp imap acl with comming dovecot2 version capability
| bug
Queue | IMP
Version | 4.3.7
Type | Bug
State | Resolved
Priority | 3. High
Milestone |
Patch |
Owners | Michael Slusarz
------------------------------------------------------------------------------
software-horde at interfasys.ch (2010-10-06 02:25) wrote:
I've tried this "fix" and it works. Horde can manage folder rights :).
I didn't know it was able to do so.
>
> i did this as temp workaround in rfc2086.php
>
>
> if (substr($this->_params['protocol'], 0, 4) != 'imap') {
> /* No point in going any further if it's not an IMAP server. */
> // $this->_error = PEAR::raiseError(_("Only IMAP servers
> support shared folders."));
> $this->_supported = true;
> }
>
> //else {
> // $this->_caps = $this->_getCapability();
> // if (is_a($this->_caps, 'PEAR_Error')) {
> // $this->_error = $this->_caps;
> // return;
> //}
>
> /* If we couldn't get the server's capability, assume ACL is
> * not supported for now. */
> $this->_supported = true;
> //}
>
> as i have loadbalanced servers i will let stay the other install in
> orginal, so testing
> is no Problem with the orginal code be easy switching servers
More information about the bugs
mailing list