[cvs] commit: framework/IMAP/IMAP Tree.php

Michael M Slusarz slusarz at curecanti.org
Wed Dec 15 23:54:52 PST 2004


slusarz     2004-12-15 23:54:52 PST

  Modified files:
    IMAP/IMAP            Tree.php 
  Log:
  When determining if INBOX has any children, use the search "INBOX.%" instead
  of "%.%".  The former search should correctly find all folders living under
  INBOX on Courier-IMAP systems.  However, the latter search doesn't work
  well at all with IMAP systems (such as dovecot) that list the second level
  of folders in the base level, rather than "under" the INBOX.  This was
  resulting in massive duplicative retrieval and sorting issues with dovecot.
  The new search will correctly return no folders living under INBOX in
  dovecot - the rest of the folders in the base level are handled back up
  in addLevel().
  
  Revision  Changes    Path
  1.42      +3 -3      framework/IMAP/IMAP/Tree.php

  Chora Links:
  http://cvs.horde.org/diff.php/framework/IMAP/IMAP/Tree.php?r1=1.41&r2=1.42&ty=u


More information about the cvs mailing list