[#2367] Creating mailbox with Cyrus and unixhierarchy=on
Summary Creating mailbox with Cyrus and unixhierarchy=on
Queue Horde Framework Packages
Type Bug
State Resolved
Priority 3. High
Owners
Requester sgrondin (at) csbf (dot) qc (dot) ca
Created 08/01/2005 (1256 days ago)
Due
Updated 08/02/2005 (1255 days ago)
Assigned
Resolved 08/02/2005 (1255 days ago)
Attachments framework.diff Download
Milestone
Patch No

History
08/02/2005 Jan Schneider Comment #2
State ⇒ Resolved
Reply to this comment
I committed the first part, but solved the second a bit more elegant, 
using preg_match().
08/01/2005 sgrondin (at) csbf (dot) qc (dot) ca Comment #1
Type ⇒ Bug
Summary ⇒ Creating mailbox with Cyrus and unixhierarchy=on
New Attachment: framework.diff Download
Queue ⇒ Horde Framework Packages
Priority ⇒ 3. High
State ⇒ Unconfirmed
Reply to this comment
Problem:
When I create a new user, the unixhierarchy is not respected.

This patch update Auth/cyrsql.php and IMAP/Admin.php

1st: Adding params to unixhierarchy for creating mailbox. (cyrsql.php)
2nd: Create params 'hostspec', 'port' and 'protocol' from 'dsn' 
because some function don't use 'dsn' in that file.  (Admin.php)

I'm not a very good programmer in PHP but this patch permit me to 
create mailbox without error or warning.

Thanks,