Recommended Posts

Looks like an issue accessing Gmail's RSS feed to get the latest mail.At this rate I may just rewrite it from scratch using IMAP.

Yeah I get a similar problem, too. I have both posted about it here and even asked daty2k1 about it.

The program hangs when it attempts to check the mail. Daty2k1 says it's likely something blocking my access to the RSS but I can't think of anything that I've done to break it.

Gmail Notifier is allowed through Win7's firewall and my other security settings are mostly defaults..

Any ideas?

Yeah I get a similar problem, too. I have both posted about it here and even asked daty2k1 about it.

The program hangs when it attempts to check the mail. Daty2k1 says it's likely something blocking my access to the RSS but I can't think of anything that I've done to break it.

Gmail Notifier is allowed through Win7's firewall and my other security settings are mostly defaults..

Any ideas?

Are you able to access the feed (https://mail.google.com/mail/feed/atom) in your web browser?

Any funny character in your password or username that I might have missed in my testing?

I've been using Gmail Notifier Plus for a while now and I like it - except for the fact that that I have to re-enter my password when I choose any option from the jumplist (such as "Go to your inbox"). Gmail keeps me signed in and when I just open gmail.com I don't have to enter my password.

I know I could probably find the solution in this thread somewhere but it has over 50 pages now and neowin's forum search is not the best either. Why is there no site (however simple) for this software with a FAQ for example?

I've been using Gmail Notifier Plus for a while now and I like it - except for the fact that that I have to re-enter my password when I choose any option from the jumplist (such as "Go to your inbox"). Gmail keeps me signed in and when I just open gmail.com I don't have to enter my password.

I know I could probably find the solution in this thread somewhere but it has over 50 pages now and neowin's forum search is not the best either. Why is there no site (however simple) for this software with a FAQ for example?

Look 3 posts above yours. Only have to read the last 2 pages or so for context.

hey, thanks very much for this app its great, ive been uising version 1 until yesterday untill i saw the new one had a blue icon come up when there is unread mail. so i installed the new version but i cant get the blue notification, it is just the white number on its own. i cant see any option to change it? its probably something really obvious:)

Ok I've been doing some tests and I'm able to retrieve that GALX value using POST then login securely. However, all of this is done "programmatically" and I can't find a way to open the inbox in the browser once I'm logged in :(

I also tried to retrieve a GALX value programmatically then login using the old way plus the GALX parameter and it doesn't work. This is strange because if I retrieve the GALX manually in Firefox and hardcode it in the code, it works.

I don't know if it makes sense to anyone but I think I'm gonna need help on this one :wacko:

Hm, I was afraid of that. I don't know for sure how all that works, but it sounds like it won't let you use the GALX retrieved with one program/session, to login with another. The only thing I can think to do next is to just contact someone at gmail to ask if it's possible to use an external program to start a valid login for a browser.

Hate to be paranoid but i don't like the fact that someone with 2 posts "Releases" an updated version of this notifier and another 3 users with 1 posts saying "thanks" and "great".

Just a heads up to everyone, it's our gmail password we are talking about.

Hate to be paranoid but i don't like the fact that someone with 2 posts "Releases" an updated version of this notifier and another 3 users with 1 posts saying "thanks" and "great".

Just a heads up to everyone, it's our gmail password we are talking about.

I would have the same suspicion myself. Not much I can say that will remedy that. If you're ambitious, however, open up the program in .Net Reflector and check the disassembly (Tools->Disassemble). My changes are under: Gmail Notifier Plus.exe->GmailNotifierPlus.Utilities->UrlHelper. I modified the following functions in that class: BuildComposeUrl, BuildInboxUrl, and BuildMailUrl. They are changed to skip adding all the extra stuff to the end of the urls (like your username and password). Did I change anything else? No. Can I prove it? Not really.

As an interesting side note, the latest Digsby release includes an awesome gmail notifier. It sits in the system tray (as opposed to the taskbar), but it has a popup for new mail and keeps a number over the icon for unread count (like this notifier). The preview functionality shows more about the e-mails and (the best part IMO) you can archive, mark as read, delete, or mark as spam all from within the notifier. This is exactly the type of functionality I'd like to see from gmail notifier plus. Sadly, I can't add all that in assembly, and the original author isn't interested in adding any more features to his program...

I would have the same suspicion myself. Not much I can say that will remedy that. If you're ambitious, however, open up the program in .Net Reflector and check the disassembly (Tools->Disassemble). My changes are under: Gmail Notifier Plus.exe->GmailNotifierPlus.Utilities->UrlHelper. I modified the following functions in that class: BuildComposeUrl, BuildInboxUrl, and BuildMailUrl. They are changed to skip adding all the extra stuff to the end of the urls (like your username and password). Did I change anything else? No. Can I prove it? Not really.

Are you using a plugin for Reflector to make the edits? If so, which plugin? The reason I ask is because it looks like you either modified an older version prior to the Google Apps support being added, or your changes broke Google Apps support. I want to try making the edits myself to the newest version.

Are you using a plugin for Reflector to make the edits? If so, which plugin? The reason I ask is because it looks like you either modified an older version prior to the Google Apps support being added, or your changes broke Google Apps support. I want to try making the edits myself to the newest version.

Yeah the plugin is called reflex. I think you can find it on the Reflector site somewhere.

So, have anyone tried to [Alt]+[Tab] to the GNP window and then press [Win]+[↑] to maximize it? :D

Also, a bug: if I change notification sound to custom wave that contains far-east characters in its path (or any other characters outside of my ansi codepage, I believe), it won't play.

Nice App.

But... my primary browser is Safari 4.0.4. When I click on items on the jump lists or compose new mail it doesn't work.

Safari opens the Inbox instead. Maybe you could look at it.

Also I would like to have labels included. Most of my mail is filtered and archived automaticaliy.

And please include the feature "Mark as read".

Thanks and keep up the good work.

Edit: *reflexil is the name of the plugin

Thanks for the info, apread. And thanks to Baptiste of course! I wouldn't have wanted to go through the trouble of editing an exe if I didn't really love this little app so much :) I have a regular Gmail account, and the following steps fix the whole 'have to log in every time' issue:

  1. Get .NET Reflector.
  2. Get the Reflexil add-in.
  3. Open .NET Reflector. You'll be asked which .NET assemblies to have loaded. I selected 2.0, so these steps reflect that (no pun intended :p).

    (I'd say to make sure you have .NET installed first but since Gmail Notifier Plus is a Windows 7 app, we all have the currently supported .NET frameworks preinstalled)

  4. Load the Reflexil add-in by going to View > Add-ins > Add and browse to where you unzipped Reflexil. Select 'reflexil.dll' open. Close the Add-Ins dialog.
  5. Open the Notifier executable with .NET Reflector, and expand the "Gmail Notifier Plus" node to:

    Gmail Notifier Plus.exe > GmailNotifierPlus.Utilities > UrlHelper

  6. Here you see the three methods you want to edit:

    BuildComposeUrl (which makes the URL to compose mail),

    BuildInboxUrl ("Go to your Inbox"), and

    BuildMailUrl (to go to a specific new message).

    Repeat steps 7-19 for each of the three methods:

  7. You can choose a different disassembly language in the pulldown menu on the Reflector toolbar. I used C#.
  8. Highlight the method and either press spacebar or right-click and choose "Disassemble". The "Disassembler" pane will appear on the right.
  9. In order to avoid the account login screen, we can remove the 'continue string' part of the method definition.

    It's a conditional argument which looks like this:
        if (!settingsManager.GetAccount(accountIndex).IsEmpty)
        {
            continueUrl = ToLoginUrl(continueUrl, accountIndex);
        }

  10. We can remove it with Reflexil, but first you want to copy the method definition into a text editor and remove the section above. Copy the edited definition into the clipboard.

    NOTE: Make sure you still have "return continueUrl;" after the part you remove.

  11. Open Reflexil from the menu bar: Select Tools > Reflexil 1.0.
  12. In the 'Instructions' tab on the Reflexil pane, right-click anywhere and choose 'Replace all with code'
  13. This opens a Reflexil pop-up called 'Compile', with an editor pane and another method definition pane.
  14. In the editor, you have the method, which is preceded by its imports, referenced assemblies, the namespace, and the class. Don't change these. Then you have the method definition, which is empty (except for a default 'return' statement which we'll replace), looks like this:
    		static string BuildMailUrl(string link, int accountIndex)
    		{
    			return default(string);
    		}


  15. Replace the contents of the method (everything inbetween the {} curly braces) with the edited version from your clipboard.
  16. By editing these three methods in this manner, we have modified them so that they no longer include a call to the field declaration settingsManager.GetAccount(). This means we now have to remove the stub for that field declaration. As the comments in the Compile window text editor suggest, we can just comment out the stub.
  17. Click on the + next to "Field Stubs" to expand the field stubs region, and add two forward slashes to comment out the following line:
    		static GmailNotifierPlus.Common.SettingsManager settingsManager;


  18. Click "Preview IL" to check for errors. If all is well, you should see the IL appear in the "Instructions" pane on the right side of the "Compile" window.
  19. Click OK to finish the edits. The "Compile" window will close.
  20. In the browser pane on the left of the main .NET Reflector window, click on "Gmail Notifier Plus.exe" (NOT its parent, "Gmail Notifier Plus").
  21. The Reflexil pane should now offer you the options "Save as" or "Reload". Click "Save As" to save the patched result to a new .exe file.
  22. Use the patched .exe file. It should still see the same registry entries holding your account info, o you shouldn't have to re-enter anything.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Most boring game ever. Repetitive, empty, predictable, and full of cliches. Total waste of time and money, IMO.
    • Mafia: The Old Country expansion Man of Honor announced, brings back Salieri from original by Pulasthi Ariyasinghe During Summer Game Fest, 2K and Hanger 13 brought out a new Mafia: The Old Country trailer, revealing the game's first expansion. Named Man of Honor, this is slated to add two new chapters to the Enzo storyline that the game follows. There is an iconic character returning to the series with this expansion, with players set to run into Ennio Salieri, the future Don of the Salieri crime family. Fans of the original Mafia, or its Definitive Edition remake, may remember that name as one of the biggest characters in the storyline. This expansion is set prior to his rise to being the kingpin in the City of Lost Heaven. "Set in Sicily during the winter of 1905, Enzo Favara has proven himself a reliable soldier of the Torrisi crime family in the months since his initiation," says the studio about the new chapters. "Now, the Don entrusts him and Cesare with a delicate assignment of assisting Ennio Salieri, a man of honor recently released from prison and intent on reclaiming what is his." Working at Salieri's side, players will be heading into fresh environments as they return to the role of Enzo as a high-ranking soldato. The studio also promises brand-new weapons, fresh vehicles, and charms to collect in this expansion. Moreover, the expansion will add new content to the updated Free Ride mode. Alongside new collectibles and locations, this will add more challenges to beat alongside Salieri, which are described as runs that will "test the skills of even the most elite mafiosi." The Mafia: The Old Country Man of Honor story expansion will release on August 14, 2026, across PC, Xbox Series X|S, and PlayStation 5. It will cost $10 for owners of the base game to jump into.
    • Try installing Logitech Options
    • Telltale returns with The Wolf Among Us, re-revealing the sequel and a new remaster by Pulasthi Ariyasinghe Telltale Games, the studio known for its episodic games from the 2000s, had a surprise appearance at the Summer Game Fest showcase today. The studio has gone through a collapse, an acquisition, and a revival but has largely gone silent in recent years. Today's sudden announcement was for the popular The Wolf Among Us series, with news about the sequel and a remaster dropping. Set after the events of the 2013-released title, the sequel will bring back Biby Wolf for a new adventure in Fabletown. This town of fairy tale characters is becoming unstable, with Snow White not being able to keep order as before. "When a brutal series of crimes threatens to fracture the fragile balance holding Fabletown together, Bigby Wolf, sheriff of Fabletown, finds himself drawn into a dangerous conspiracy that reaches deep into the city’s criminal underworld," says the studio. "As suspicion spreads across the city and powerful forces work against him, Bigby must uncover the truth and decide what kind of sheriff - and what kind of wolf - he is willing to become." At the same time, Telltale also announced The Wolf Among Us Remastered, bringing back the classic with a fresh coat of paint. This will include all five episodes from the original game plus over an hour of extra content that will offer behind-the-scenes videos, cast interviews, image galleries, and deleted scenes. The remaster will also have updated visuals and improved UI elements and accessibility features, alongside upgrades to the animations, audio, and frame rates. Telltale has been working on this project for almost a decade now, but if the new release schedule holds, fans will be able to jump into The Wolf Among Us 2 sometime in 2027. As for The Wolf Among Us Remastered, this is slated to release during this holiday season.
    • I use a Linux laptop every day. I have tried to switch to Linux on my gaming PC which has a 5070 ti. It was not a great experience
  • Recent Achievements

    • Rookie
      moog19 went up a rank
      Rookie
    • Mentor
      grik went up a rank
      Mentor
    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
  • Popular Contributors

    1. 1
      +primortal
      488
    2. 2
      PsYcHoKiLLa
      270
    3. 3
      Skyfrog
      77
    4. 4
      Steven P.
      68
    5. 5
      FloatingFatMan
      62
  • Tell a friend

    Love Neowin? Tell a friend!