hotmail num-of-new-messages query

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • BKDotCom

    hotmail num-of-new-messages query

    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

    #2
    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




    --

    Regards,
    Manuel Lemos

    Free ready to use OOP components written in PHP


    Comment

    • BKDotCom

      #3
      Re: hotmail num-of-new-messages query

      Manuel Lemos <mlemos@acm.org > wrote in message news:<bm6j1s$j3 52e$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.

      Comment

      Working...