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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 15:01:29 2024 UTC