lxndr Posted November 9, 2007 Share Posted November 9, 2007 Is there a way of determining how many unread messages there in an email inbox using php? ... Link to comment https://forums.phpfreaks.com/topic/76600-unread-messages-in-inbox-of-email-account/ Share on other sites More sharing options...
GingerRobot Posted November 9, 2007 Share Posted November 9, 2007 Well, if you're using a web-based service(e.g. hotmail,yahoo,gmail), you could log into the website with curl() and retrieve the data. I believe there are some tutorials around somewhere about logging into yahoo. For example, see: http://www.weberdev.com/get_example-4277.html If you google, you'll probably find more. Link to comment https://forums.phpfreaks.com/topic/76600-unread-messages-in-inbox-of-email-account/#findComment-387998 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.