Changeset 21 in subversion for trunk/roundcubemail/program/lib/imap.inc
- Timestamp:
- Oct 7, 2005 10:17:08 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/imap.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/imap.inc
r8 r21 346 346 do{ 347 347 $line = trim(chop(iil_ReadLine($conn->fp, 100))); 348 $conn->message.="$line\n"; 348 349 $a = explode(" ", $line); 349 350 if ($line[0]=="*"){ … … 363 364 fputs($conn->fp, "a000 AUTHENTICATE CRAM-MD5\r\n"); 364 365 $line = trim(chop(iil_ReadLine($conn->fp, 1024))); 366 $conn->message.="$line\n"; 365 367 if ($line[0]=="+"){ 366 368 $conn->message.='Got challenge: '.htmlspecialchars($line)."\n";
Note: See TracChangeset
for help on using the changeset viewer.
