Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[php/imap] Couldn't open stream
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Portage & Programming
View previous topic :: View next topic  
Author Message
bart
n00b
n00b


Joined: 13 Apr 2002
Posts: 60

PostPosted: Sat Jul 13, 2002 9:26 pm    Post subject: [php/imap] Couldn't open stream Reply with quote

I'm trying to open an IMAP stream:
Code:

$mbox = imap_open ("{localhost:143}INBOX", "username", "password");

Then PHP direct says: Warning: Couldn't open stream {localhost:143/notls}INBOX in blabla.

Maybe he wants "/notls" added:
Code:

$mbox = imap_open ("{localhost:143/notls}INBOX", "username", "password");

Then I get the same error after a timeout of about 20 seconds.

php compiled with "--with-imap".

Anybody an idea?
Back to top
View user's profile Send private message
loginx
n00b
n00b


Joined: 14 Aug 2002
Posts: 68
Location: Windsor Ontario, Canada

PostPosted: Wed Aug 14, 2002 7:35 pm    Post subject: reply Reply with quote

I'm not very familiar with the IMAP sequence formating, however, I would try and check groups.google.com to find how to solve your problem.

I would first check on the way IMAP resource identifiers are formatted, I've never seen one like the one you just used... I could be wrong though.
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Portage & Programming All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum