php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #24706 Net_IMAP::getHierarchyDelimiter()
Submitted: 2003-07-18 07:07 UTC Modified: 2003-07-20 08:20 UTC
From: developer at heino dot gehlsen dot dk Assigned:
Status: Closed Package: PEAR related
PHP Version: Irrelevant OS: Debian
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: developer at heino dot gehlsen dot dk
New email:
PHP Version: OS:

 

 [2003-07-18 07:07 UTC] developer at heino dot gehlsen dot dk
Description:
------------
IMAP supports (different) delimiters per mailbox ? although it is not commonly seen in use/practice...

===========================================
798c798
<     function getHierarchyDelimiter()
---
>     function getHierarchyDelimiter($mailbox = '')
811c811
<         $ret = $this->cmdList('','');
---
>         $ret = $this->cmdList($mailbox,'');
==============================


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-07-18 07:55 UTC] developer at heino dot gehlsen dot dk
Currently the function will (of course) return the delimiter of the currently selected mailbox, but it will make some overhead, if one needs to construct the full mailbox path, and therefore has to walk through a lot of mailboxes by selecting them?
 [2003-07-20 08:20 UTC] damian@php.net
Commited Thanks!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 12:01:33 2025 UTC