Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
508 views
in Technique[技术] by (71.8m points)

retrieve email using PHP and pop3 - what is your technique?

I can see some options available:

1) Use PEAR's POP3 class --> tried it, having some weird weird issues like FF choking to death on their sample code!!!

2) Use PHPClasses (here) --> seems to be the viable option at the time, still working on it

3) Write my own or use one of the snippets available

The target is currently Gmail, but I would like this to work on my ISP mail too (not necessarily same code of course).

What do you use? Pointers to working snippets would be much appreciated.

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

The native PHP IMAP functions support POP3 mailboxes, and will probably be faster than anything written purely in PHP. There are generally some useful comments and examples in the PHP manual, for example on the imap_open page.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...