Explorar o código

fix for folders with '*'. bug #552180

jmunro %!s(int64=23) %!d(string=hai) anos
pai
achega
01c46aa9b9
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      functions/imap_mailbox.php

+ 1 - 0
functions/imap_mailbox.php

@@ -567,6 +567,7 @@ function sqimap_mailbox_list($imap_stream) {
                     $used[$k] = true;
                 }
                 $spec_sub = str_replace(' ', '', $box['formatted']);
+                $spec_sub = str_replace('*', '', $box['formatted']);
 
                /* In case of problems with preg
                   here is a ereg version