PHP Classes

error

Recommend this page to a friend!

      POP3 e-mail client  >  POP3 e-mail client package blog  >  How Can PHP Read Emai...  >  All threads  >  error  >  (Un) Subscribe thread alerts  
Subject:error
Summary:problem connecting to emailserver on my pc
Messages:2
Author:creet dree
Date:2014-03-30 19:36:08
Update:2014-03-31 09:21:00
 

  1. error   Reply   Report abuse  
Picture of creet dree creet dree - 2014-03-30 19:36:08
iam trying to connect to an emailserver using this class but iam getting the following error:
Connecting to localhost ...
S +OK Dovecot ready.

Connected to the POP3 server "localhost".

C USER babel
S +OK
C PASS arbel
S -ERR [IN-USE] Temporary authentication failure.
Error: Password error: [IN-USE] Temporary authentication failure.

what is the problem?

  2. Re: error   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-03-31 09:21:00 - In reply to message 1 from creet dree
That is an issue specific to Dovecot server user and password authentication. I recommend to ask in a Dovecot forum or switch to a different POP3 server.