Connecting Tech Pros Worldwide Forums | Help | Site Map

hotmail num-of-new-messages query

BKDotCom
Guest
 
Posts: n/a
#1: Jul 17 '05
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?
Manuel Lemos
Guest
 
Posts: n/a
#2: Jul 17 '05

re: hotmail num-of-new-messages query


Hello,

On 10/10/2003 11:33 AM, BKDotCom wrote:[color=blue]
> 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?[/color]

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/

BKDotCom
Guest
 
Posts: n/a
#3: Jul 17 '05

re: hotmail num-of-new-messages query


Manuel Lemos <mlemos@acm.org> wrote in message news:<bm6j1s$j352e$1@ID-138275.news.uni-berlin.de>...[color=blue]
> Hello,
>
> On 10/10/2003 11:33 AM, BKDotCom wrote:[color=green]
> > 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?[/color]
>
> 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[/color]

That might work, but it logs me out of MSN Messenger when it connects.
Closed Thread