Changeset 21 in subversion for trunk/roundcubemail/program/lib/imap.inc


Ignore:
Timestamp:
Oct 7, 2005 10:17:08 AM (8 years ago)
Author:
roundcube
Message:

Several bugfixes and feature improvements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/lib/imap.inc

    r8 r21  
    346346                do{ 
    347347                $line = trim(chop(iil_ReadLine($conn->fp, 100))); 
     348                $conn->message.="$line\n"; 
    348349                        $a = explode(" ", $line); 
    349350                        if ($line[0]=="*"){ 
     
    363364                fputs($conn->fp, "a000 AUTHENTICATE CRAM-MD5\r\n"); 
    364365                $line = trim(chop(iil_ReadLine($conn->fp, 1024))); 
     366                $conn->message.="$line\n"; 
    365367                if ($line[0]=="+"){ 
    366368                        $conn->message.='Got challenge: '.htmlspecialchars($line)."\n"; 
Note: See TracChangeset for help on using the changeset viewer.