PHP Classes

Getting email messages

Recommend this page to a friend!

      POP3 e-mail client  >  All threads  >  Getting email messages  >  (Un) Subscribe thread alerts  
Subject:Getting email messages
Summary:Failure to get email messages
Messages:5
Author:Kaye
Date:2011-11-02 07:16:48
Update:2011-11-03 02:22:08
 

  1. Getting email messages   Reply   Report abuse  
Picture of Kaye Kaye - 2011-11-02 07:16:48
Aside from changing some parameters such as user and password, do i need to modify some settings on my email for it to work? I've tried executing your sample scripts but it only return 0 no. of messages.

  2. Re: Getting email messages   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-11-02 08:47:03 - In reply to message 1 from Kaye
If that is what it says the server has, it is because the server is not reporting any more available messages.

What POP3 server are you trying to access?

  3. Re: Getting email messages   Reply   Report abuse  
Picture of Kaye Kaye - 2011-11-02 09:10:22 - In reply to message 2 from Manuel Lemos
I'm actually using Outlook Express as my client. I'm not that very familiar with POP3 Servers. It's pretty weird 'coz when I tried sending a message via web-based facility, I got a different output which is the actual count of received messages but after a few seconds without even opening those messages my mailbox got emptied. Looking at Outlook and the web-based facility using the same account, they seemed to be showing different things. Please help enlighten me.

  4. Re: Getting email messages   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2011-11-02 20:17:42 - In reply to message 3 from Kaye
I did not ask what client are you using. I asked what mail server are you trying to retrieve messages from?

  5. Re: Getting email messages   Reply   Report abuse  
Picture of Kaye Kaye - 2011-11-03 02:22:08 - In reply to message 4 from Manuel Lemos
I was able to resolve my issue. It has something to do with my client and mail server. Upon receiving the message via client, it will be automatically be deleted on the mail server. Thanks!