Re: [PHP] Problems downloading e-mail

2005-12-13 Thread Jochem Maas
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 wel

[PHP] Problems downloading e-mail

2005-12-13 Thread Oli Howson
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.