Page 1 of 1

IMAP Function

PostPosted: 18. July 2007 12:09
by gnabhan
Dear Friends,

I have the warning message when i use the following code in php.
$mailbox =

imap_open("{192.168.1.8/imap/notls}inbox","****","****");

Array ( [0] => rsh to IMAP server timed out [1] => SECURITY PROBLEM: insecure server advertised AUTH=PLAIN )


But I get the result.

With Thanks & Regards,

G. Padmanabhan.

PostPosted: 18. July 2007 19:39
by ManUnix
erm, why don't you use this thread?

I got the solution

PostPosted: 19. July 2007 05:32
by gnabhan
ManUnix wrote:erm, why don't you use this thread?


Dear Friend,

I got the solution by using this function:

$mailbox = imap_open("{192.168.1.8/imap/norsh/novalidate-cert}inbox","****","****");


Thanks For your Support.

With Regards,
G. Padmanabhan