Peec Posted June 8, 2007 Share Posted June 8, 2007 Hi there, yay first post : ) I have long programming skills with Mysql/php But now im at a step i cannot manage, I am currently trying to make a script that fetches mails from MY hotmail account from a certain Email. Is this possible with PHP ?? I would love to get some snippet's also! Thanks : ) Quote Link to comment https://forums.phpfreaks.com/topic/54809-fetching-mails-from-hotmail-with-php/ Share on other sites More sharing options...
kenrbnsn Posted June 8, 2007 Share Posted June 8, 2007 If you can get you Hotmail mail via the POP or IMAP protocols, then you might be able to do it. Look in the manual for information about IMAP functions. Ken Quote Link to comment https://forums.phpfreaks.com/topic/54809-fetching-mails-from-hotmail-with-php/#findComment-271033 Share on other sites More sharing options...
Peec Posted June 8, 2007 Author Share Posted June 8, 2007 Hi, Ok so there is not any other way getting it true a session code or somthing ? Quote Link to comment https://forums.phpfreaks.com/topic/54809-fetching-mails-from-hotmail-with-php/#findComment-271055 Share on other sites More sharing options...
chigley Posted June 8, 2007 Share Posted June 8, 2007 The IMAP functions are your best bet, but you can always use the long and messy way of cURL! Quote Link to comment https://forums.phpfreaks.com/topic/54809-fetching-mails-from-hotmail-with-php/#findComment-271119 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.