Re: [PHP] imap_open() fails with CouirerIMAP

2004-04-10 Thread Elfyn McBratney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Saturday 10 Apr 2004 23:42, Pembo13 wrote: > Well I've setup a reltively simple code block: > > function mailboxmsginfo($mailbox='INBOX', $username, $password) { > $username = $username."@dalive.com"; >$imap_stream = "{localhost:143/notls}

Re: [PHP] imap_open() fails with CouirerIMAP

2004-04-10 Thread Pembo13
Well I've setup a reltively simple code block: function mailboxmsginfo($mailbox='INBOX', $username, $password) { $username = $username."@dalive.com"; $imap_stream = "{localhost:143/notls}".$mailbox; $mbox = imap_open($imap_stream, $username, $password) or die("can't connect ($username w

Re: [PHP] imap_open() fails with CouirerIMAP

2004-04-10 Thread Elfyn McBratney
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, On Saturday 10 Apr 2004 22:59, Pembo13 wrote: > Hello, > > Does anyone have php's imap functions working with CourierIMAP as their > imap server? Yes, as does IMP (see horde.org). What errors do you get? What code are you using (strip it do

[PHP] imap_open() fails with CouirerIMAP

2004-04-10 Thread Pembo13
Hello, Does anyone have php's imap functions working with CourierIMAP as their imap server? Thank you -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php