Gmail Notifier with Secure Https
I’ve been using Gmail as my primary email for a few months now. Recently Google came out with an application called the Gmail Notifier. This little app is great because it sits in the task tray and every two minutes or so it checks to see if you have any new messages. If you have any new messages waiting you can double click the icon and it will open your mail in the default browser. The only problem I have with this is when your mail opens it does not use secure protocols. The browser displays your mail with regular Http rather than Https and a 128bit certificate.
This was actually a pretty easy fix (if you consider it to be broken, as I do). If you follow these steps you should be able to change your Gmail Notifier application to use Https (a secure certificate).
1. Download XVI32, a freeware hex editor and then unzip the archive
2. Make a copy of gnotify.exe which is probably installed in C:\Program Files\Google\Gmail Notifier (by default). We are going to edit a copy just incase something goes wrong.
3. Open XVI32 and then open the gnotify.exe copy within the hex editor
4. Do a search for “http://” - there should only be one instance of it. When you search (CTRL + F) be sure to check the radio button to search for a “Text String.” The search should place the cursor at the Hex address: 0×5E53C
5. With your cursor at the above address, type the following string over the existing characters: “https://gmail.google.com/gmail” The new Url is one character longer (due to the Https) but that is okay because there is room at the end of the Hex string. Reference the above screen shot to see exactly how the edited string should look.
6. Save your changes in XVI32 and then go to Windows Explorer and attempt to run your newly edited gnotify.exe. If it crashes then you added characters where there could not be any. If it runs but cannot check your mail (it will give you some type of connection error) then you did not enter the Url properly or did not enter it in the correct location. I tried several different variants of the Url and it must be exactly as above.
Good luck
Remember, if you screw up…you made a copy of the original exe. Otherwise you can download and install a new copy. If you have any problems post a comment here.
Posted: December 28th, 2004 under technology, programming.
Comments: 10
Comments
Comment from jay
Time: December 31, 2004, 1:33 am
Worked like a charm. I love little hacks like this. Thanks, Eric. =)
Comment from Eric
Time: January 1, 2005, 12:49 pm
Glad to help
Comment from Vince
Time: March 31, 2005, 10:12 am
Awesome! And that freeware hex-editor is useful to know about too!
Comment from octopaze
Time: June 13, 2005, 3:32 am
Interesting, but not engough ! I expalain : once you did the modification, you indeed open an htpps window when clicking on the little icon,BUT the regular check is not in https …
Yet, thank you !
Comment from Geo
Time: June 15, 2005, 11:10 am
Thanks for the hex edit tip. Works great!
Comment from R.K.
Time: June 20, 2005, 5:45 pm
Thanks a bunch! A nice treat.
Comment from RyanOnline
Time: November 21, 2005, 2:43 am
thank you very much
Comment from Jeremy
Time: May 13, 2006, 2:38 pm
Thanks! That’s exactly what I was looking for!
Comment from Chitinid
Time: May 23, 2006, 9:54 pm
Actually, gnotify does use https when checking your mail. Try watching its TCP connections; you’ll find that it uses only https connections.
Comment from John
Time: September 10, 2006, 2:01 pm
Nice one!
Gmail notifier was not fully secure before this little change!
Now it is… and most importantly brings you to the secure entry of Gmail… when you want to go into your inbox…
Great! Now with the change, it *only* uses secure https.
Really wondering why Gmail people did not think of it before… Hummm…
They should hire you

Write a comment