|   | php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login | 
| 
 PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits              [2003-07-18 07:55 UTC] developer at heino dot gehlsen dot dk
  [2003-07-20 08:20 UTC] damian@php.net
 | |||||||||||||||||||||||||||
|  Copyright © 2001-2025 The PHP Group All rights reserved. | Last updated: Fri Oct 31 20:00:01 2025 UTC | 
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,''); ==============================