| 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 | 8/1/05 (7557 days ago) |
| Due | |
| Updated | 8/2/05 (7556 days ago) |
| Assigned | |
| Resolved | 8/2/05 (7556 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Resolved
using preg_match().
State ⇒ Unconfirmed
Priority ⇒ 3. High
Type ⇒ Bug
Summary ⇒ Creating mailbox with Cyrus and unixhierarchy=on
Queue ⇒ Horde Framework Packages
New Attachment: framework.diff
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,