PHP Classes

step by step guide

Recommend this page to a friend!

      POP3 e-mail client  >  POP3 e-mail client package blog  >  How Can PHP Read Emai...  >  All threads  >  step by step guide  >  (Un) Subscribe thread alerts  
Subject:step by step guide
Summary:using php to get emails from server on ubuntu 10.04
Messages:6
Author:creet dree
Date:2014-03-06 07:55:03
Update:2014-03-31 22:08:37
 

  1. step by step guide   Reply   Report abuse  
Picture of creet dree creet dree - 2014-03-06 07:55:03
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

  2. Re: step by step guide   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-03-06 12:53:35 - In reply to message 1 from creet dree
What exactly do you mean by manipulating? Is it to retrieve and delete messages, or to parse and show the messages?

  3. Re: step by step guide   Reply   Report abuse  
Picture of creet dree 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.

  4. Re: step by step guide   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-03-31 09:22:22 - In reply to message 3 from creet dree
That is an issue specific to Dovecot. Please stop posting about the same issue in different threads.

  5. Re: step by step guide   Reply   Report abuse  
Picture of creet dree creet dree - 2014-03-31 19:47:07 - In reply to message 4 from Manuel Lemos
how can i solve this issue please

  6. Re: step by step guide   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-03-31 22:08:37 - In reply to message 5 from creet dree
You need to ask Dovecot developers, as this is not a problem with the POP3 class.