Oli Howson wrote:
I've used the IMAP functions to connect to my pop3 server. I want to download the emails. I can fetch headers, or fetch the body, but I don't seem to be able to download the entire e-mail as one raw file. This is so I can pass it to the PEAR mail mime class for parsing, as well as for storage. Anyone got any suggestions for this?

use google, see where it gets you?

I searched for 'php pop3 connection'

and found this straight away:
http://www.thewebmasters.net/php/class.POP3.phps

I would take a look at the get() method - it might do what you want, or inspire
you to figure somethign out..


Oli


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to