Find the answer to your Linux question:
Results 1 to 3 of 3
I was just wondering if it's possible to create a program that searches for all your online accounts(yahoo, hotmail, facebook, ect.). Can this be done?...
  1. #1
    Just Joined!
    Join Date
    Mar 2011
    Posts
    1

    A New Program

    I was just wondering if it's possible to create a program that searches for all your online accounts(yahoo, hotmail, facebook, ect.). Can this be done?

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    18,096
    Quote Originally Posted by LuciOnStrat42 View Post
    I was just wondering if it's possible to create a program that searches for all your online accounts(yahoo, hotmail, facebook, ect.). Can this be done?
    Hello and welcome to the forums!

    Sorry, but I'm not sure that I'm understanding your question properly. If they are your own accounts, wouldn't you already know about them?
    oz

    new members/users: read this first | new member faq
    no private messages requesting computer support - post them on the forums!
    please use the "report post" button to alert our forum admins to problematic posts rather than responding to them yourself.

  3. #3
    Linux Newbie
    Join Date
    Nov 2008
    Location
    Tokyo, Japan
    Posts
    243
    Do you mean, you want to search the text in the messages for all e-mails across all accounts? Well, Facebook does not allow you to read messages using external programs. Some mail services allow you to use programs like "Thunderbird" or "Evolution" to read e-mail, I know GMail allows you to access their e-mail using "Thunderbird". I believe Yahoo requires you to pay to allow access from "Thunderbird".

    So the easy answer is to your question is "No".

    The other possibility is to write a robotic script to access e-mail accounts using the web interface. This requires reverse-engineering the JavaScript code for each website, then generate the JavaScript events that send HTTP requests (along with cookies) for information from Facebook, or Yahoo, or whatever, and then parsing through the information returned to construct individual message objects, and then searching each message. This is possible -- if you are a genius computer scientists with too much time on his hands.

Posting Permissions

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