CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Nov 2003
    Posts
    19

    I need a method to check yahoo mail from vc application.

    I wish you can give me some suggestions. Thanks a lot!!!

  2. #2
    Join Date
    Feb 2002
    Posts
    5,757
    Log onto your yahoo mail account. See the URL string and see if you could duplicate the same web command using winsock.

    Kuphryn

  3. #3
    Join Date
    Feb 2004
    Location
    China
    Posts
    20
    i think you may have to see the how the URL string performance when the mailbox have new mail. use socket to check it.
    For well, for better.

  4. #4
    Join Date
    Jan 2004
    Location
    Altos
    Posts
    168
    yahoo uses MD5 encryption for logging in. well for that u can take a look at the javascript code which yahoo uses. nd i wud suggest u to use some sniffer such as ethereal to take a look at wat instruction is passed nd how.
    "I came"
    "I saw"
    "I conquered"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured