please can you give me a step by step guide on how to manipulate email messages from inboxes using php.iam using a mailserver set up of postfix,dovecot,mysql.
can you give me some tutorials to use in setting up the email client using php to access and retrieve user email messages.with some code samples
creet dree - 2014-03-30 19:45:53 - In reply to message 2 from Manuel Lemos
I mean to connect to my server,and be able to access email inboxes from my web application.
I just tried using your class and iam getting the following errorwhen i run the test script:
Connecting to localhost ...
S +OK Dovecot ready.
Connected to the POP3 server "localhost".
C USER babel
S +OK
C PASS arel
S -ERR [IN-USE] Temporary authentication failure.
Error: Password error: [IN-USE] Temporary authentication failure.
Is there any problem/any thing i have to change to show that iam connecting well to the emailserver.
Iam using the maildir format for inboxes.in ubuntu 10.04.