Changeset 61 for mytrz-mail

Show
Ignore:
Timestamp:
09/07/06 14:51:21 (4 years ago)
Author:
aqua
Message:

trivial change;;

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • mytrz-mail/list.php

    r56 r61  
    2929         
    3030        // connect to imap server :) 
    31         $mail_stream = imap_connect( $host, "", "", "Inbox" ); 
     31        $mail_stream = imap_connect( $host, "mail_test", "useforwebmail", "Inbox" ); 
    3232        if( !$mail_stream ){ 
    3333                error( "Imap connect failed" );