[imp] mailbox quota

Peter Mueller peter.mueller at freelinks.ch
Thu Oct 16 11:00:20 PDT 2003


Hy Mohammed

Thanks, i made this. The problem is, that the variable $ack and $status gives 
me the following and nothing else (also no quota!)

$ack:    * OK Courier-IMAP ready. Copyright 1998-2002 Doub
$status: 123 OK LOGIN Ok.

Have you an idea why?

With regards
Peter

>> fputs ($fp, "123 login $user $pass\n");
>> send password and read response
>> $ack = fgets($fp, 50);
>> fputs ($fp, "123 GETQUOTAROOT inbox\n");
>> fgets($fp, 150);
>> $status = fgets($fp, 150);



More information about the imp mailing list