02-21-2007, 11:59 AM
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.
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.