i'm trying to connect php with an imap server but i'm getting this error:
Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.XXX.it:143/imap/notls/norsh}INBOX Array ( [0] => SECURITY PROBLEM: insecure server advertised AUTH=PLAIN [1] => Can not authenticate to IMAP server: AUTHENTICATE mechanism not supported, mate ) Cannot connect: 1
When trying to connect mail.XXX.it:143/imap/notls/norsh
And this error:
Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.XXX.it:143/imap/secure/notls/norsh}INBOX Array ( [0] => Can't do secure authentication with this server ) Cannot connect: 1
When trying to connect mail.XXX.it:143/imap/secure/notls/norsh
How can i get around this? (Hosting has no SSL security) Thanks