Richard Heyes wrote:
> Yui Hiroaki wrote:
>> Does anyone knows how to retrieve Header from email?
> 
> Depends how you have your email. For example you could use
> Mail_mimeDecode, optionally in combination with Net_POP3. If it's an
> IMAP account you're checking, you could use the IMAP extension instead,
> which would also mean you probably won't need Mail_mimeDecode.

The imap functions can check a pop3 account, it doesn't have to be an
imap account.

-- 
Postgresql & php tutorials
http://www.designmagick.com/

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

Reply via email to