Witam

Próbję połączyć się ze skrzynką pocztową i tu pojawia się problem. Wyskakuje mi poniższy błąd:

  1. Warning: imap_open() [function.imap-open]: Couldn't open stream {mail.mojadomena.pl:110/pop3/novalidate-cert}INBOX in /home/mojadomena/domains/mojadomena.pl/public_html/inc/cls_pobierz_zalacznik_z_maila.inc on line 55
  2. Error: Connecting to mail serverArray ( [0] => Retrying PLAIN authentication after Authentication failed. [1] => Retrying PLAIN authentication after Authentication failed. [2] => Can not authenticate to POP3 server: Authentication failed. )



Jakieś pomysły ?




Problem rozwiązany:

$this->inbox = imap_open("{server:993/imap/ssl/novalidate-cert}INBOX", $username, $password, NULL, 1, array('DISABLE_AUTHENTICATOR' => 'PLAIN')) or die(var_dump(imap_errors()));

pozdrawiam