This is a discussion on hotmail num-of-new-messages query within the PHP Language forums, part of the PHP Programming Forums category; I'm racking my brain trying to scrape the number of new emails I have on hotmail. I'm reading ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm racking my brain trying to scrape the number of new emails I have
on hotmail. I'm reading and passing cookies and following urls like crazy, but I just keep going in a circle... I'm obviously missing something or doing something wrong... Does anyone have any code for this using cURL or just plain 'ol fsockopen? |
|
|||
|
Hello,
On 10/10/2003 11:33 AM, BKDotCom wrote: > I'm racking my brain trying to scrape the number of new emails I have > on hotmail. > I'm reading and passing cookies and following urls like crazy, but I > just keep going in a circle... I'm obviously missing something or > doing something wrong... > > Does anyone have any code for this using cURL or just plain 'ol > fsockopen? I think you can get new e-mail messages using this class to check the account MSN status. Class: MSNStatus http://www.phpclasses.org/msnstatus -- Regards, Manuel Lemos Free ready to use OOP components written in PHP http://www.phpclasses.org/ |
|
|||
|
Manuel Lemos <mlemos@acm.org> wrote in message news:<bm6j1s$j352e$1@ID-138275.news.uni-berlin.de>...
> Hello, > > On 10/10/2003 11:33 AM, BKDotCom wrote: > > I'm racking my brain trying to scrape the number of new emails I have > > on hotmail. > > I'm reading and passing cookies and following urls like crazy, but I > > just keep going in a circle... I'm obviously missing something or > > doing something wrong... > > > > Does anyone have any code for this using cURL or just plain 'ol > > fsockopen? > > I think you can get new e-mail messages using this class to check the > account MSN status. > > Class: MSNStatus > http://www.phpclasses.org/msnstatus That might work, but it logs me out of MSN Messenger when it connects. |