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?...
- 03-27-2011 #1Just 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?
- 03-27-2011 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 18,096
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.
- 03-29-2011 #3Linux 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.


Reply With Quote
