Browse Source

warning about possibly broken function

tokul 20 years ago
parent
commit
2106d9b552
1 changed files with 2 additions and 0 deletions
  1. 2 0
      functions/imap_mailbox.php

+ 2 - 0
functions/imap_mailbox.php

@@ -142,6 +142,8 @@ function find_mailbox_name($line) {
 
 /**
  * Detects if mailbox has noselect flag (can't store messages)
+ * In versions older than 1.4.5 function checks only LSUB responses 
+ * and can produce pcre warnings. 
  * @param string $lsub_line mailbox line from untagged LIST or LSUB response
  * @return bool whether this is a Noselect mailbox.
  * @since 1.3.2