PHP Classes

Using pop3 class with this one

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  Using pop3 class with this one  >  (Un) Subscribe thread alerts  
Subject:Using pop3 class with this one
Summary:How can I intergrate the retreival from a pop3-server
Messages:3
Author:Tom
Date:2010-04-29 10:00:03
Update:2010-04-29 13:31:06
 

  1. Using pop3 class with this one   Reply   Report abuse  
Picture of Tom Tom - 2010-04-29 10:00:03
Hi,

How can I integrate your pop3 class and use it to retreive a message from a pop3 server and then encode/decode it and finally save it to a mysql-db?

thanks for any help!
tom

  2. Re: Using pop3 class with this one   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2010-04-29 10:23:55 - In reply to message 1 from Tom
You can pass to the MIME message class a file name like an URL starting with pop3:// that specifies the message you want to parse. Take a look at the browse_mailbox.php script that comes with the POP3 class for an example.

  3. Re: Using pop3 class with this one   Reply   Report abuse  
Picture of Tom Tom - 2010-04-29 13:31:06 - In reply to message 2 from Manuel Lemos
Great! Thanks a lot!
Exactly what I was looking for...