Ticket #1483910: imap.inc.diff

File imap.inc.diff, 472 bytes (added by lancey, 9 months ago)

Patch to fix this rare issue

  • program/lib/imap.inc

     
    22842284                        if (($line[0] == '*') && ($a[2] == 'FETCH') 
    22852285                && ($line[strlen($line)-1] != ')')) { 
    22862286                                $line=iil_ReadLine($fp, 300); 
    2287                                 while (chop($line) != ')') { 
     2287                                while (trim($line) != ')') { 
    22882288                                        $result .= $line; 
    22892289                                        $line=iil_ReadLine($fp, 300); 
    22902290                                }