Pārlūkot izejas kodu

Dunno why this was never implemented, but the comments say it's OK, so here goes...

pdontthink 16 gadi atpakaļ
vecāks
revīzija
dba77072d2
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. 2 1
      functions/imap_general.php

+ 2 - 1
functions/imap_general.php

@@ -1367,7 +1367,8 @@ function sqimap_append_checkresponse($response, $sMailbox, $sid='', $query='') {
                 if ($sRsp == 'NO' || $sRsp == 'BAD') {
                     // for the moment disabled. Enable after 1.5.1 release.
                     // Notices could give valueable information about the mailbox
-                    // sqm_trigger_imap_error('SQM_IMAP_APPEND_NOTICE',$imapquery,$sRsp,$sMsg);
+                    // Update: seems this was forgotten, but now it is finally enabled
+                    sqm_trigger_imap_error('SQM_IMAP_APPEND_NOTICE',$imapquery,$sRsp,$sMsg);
                 }
                 $bDone = false;
             case $imapsid: