Php E-mail Imap_open

liunx

Guest
I'm researching the ability to write my own webmail in PHP (call me crazy). What kind of options do we have with this function? I was able to get pop3 working:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><?php<br />$mbox = imap_open ("{localhost:110/pop3}INBOX", "user_id", "password");<br />?><!--c2--></div><!--ec2--><br /><br />This one doesn't seem to work:<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><?php<br />$mbox = imap_open("{localhost:143}INBOX", "user_id", "password");<br />?><!--c2--></div><!--ec2--><br /><br />Any ideas?<!--content-->
Nevermind...it worked the next time I tried it. Ignore me. :^)<!--content-->
I'm sorry, you say something?<!--content-->
 
Back
Top