VadaVaka
PHP and POP3 - Printable Version

+- VadaVaka (https://vadavaka.com/forums)
+-- Forum: General Forums (https://vadavaka.com/forums/forumdisplay.php?fid=5)
+--- Forum: IT-Geeks Hang Out (https://vadavaka.com/forums/forumdisplay.php?fid=42)
+---- Forum: Web Programming (https://vadavaka.com/forums/forumdisplay.php?fid=26)
+---- Thread: PHP and POP3 (/showthread.php?tid=4923)



PHP and POP3 - 8-up - 02-08-2007

Anyone know how to read messages from Gmail using PHP?


PHP and POP3 - Noose - 02-10-2007

' Wrote:Anyone know how to read messages from Gmail using PHP?
you realize php is a website code, not a mail protocol? do you meen pop3 or something else?


PHP and POP3 - 8-up - 02-10-2007

' Wrote:you realize php is a website code, not a mail protocol? do you meen pop3 or something else?


Here is what I mean....

Anyone know how to read messages from Gmail using PHP?


PHP and POP3 - Noose - 02-14-2007

' Wrote:
' Wrote:you realize php is a website code, not a mail protocol? do you meen pop3 or something else?


Here is what I mean....

Anyone know how to read messages from Gmail using PHP?
like an email client code or email checker or something? I imagine you might be able to use an rss reading code cause you can have you email syndicated in rss form, though i've never quite got that working


PHP and POP3 - 8-up - 02-14-2007

Yep, just an email checker.

Something that will download my email text and display it for me.


PHP and POP3 - FuzzyShoting - 02-21-2007

http://dk.php.net/imap this should get you started if you gonna program it yourself.


PHP and POP3 - 8-up - 02-21-2007

I don't really care too much about writing my own.

I'm not really a PHP guru, so I have no idea how some of those functions work.

If I can find something that's already been made that will just retrieve the messages, I can do what I want with it on my side.

All I really want to know how to do at this point is successfully connect to gmail, grab my new mail messages, and display them as text on my browser window.

I know how to display them, so it's the other ones that I need.

I don't really need to connect using the SMTP. I can do what I want using the mail() function.


PHP and POP3 - FuzzyShoting - 02-23-2007

Then all you need is to find a php class or function that fetches msg's from a POP3 server. You should check out phpclasses.org then.