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

    • Gotenks98 is right... Outlook (new) is absolute trash. Doesn't Mozilla have an Enterprise Version of Firebird?
    • Microsoft Weekly: Surface Laptop Ultra, Windows 11 context menus, Build 2026 recap, and more by Taras Buria This week's news recap is here, with Microsoft announcing the new Surface Laptop Ultra, fresh chips from NVIDIA for Windows on ARM, a no-build week, fixes for Windows 11's context menus, gaming news, reviews, and more. Quick links: Windows 10 and 11 Windows Insider Program Updates are available Reviews are in Gaming news Great deals to check Windows 11 and Windows 10 Here, we talk about everything happening around Microsoft's latest operating system in the Stable channel and preview builds: new features, removed features, controversies, bugs, interesting findings, and more. And, of course, you may find a word or two about older versions. At Computex 2026, together with NVIDIA, Microsoft announced the Surface Laptop Ultra, its most powerful laptop to date, powered by NVIDIA's RTX Spark processor. Details about this computer are currently scarce, as Microsoft has only revealed certain parts of its specs. So far, we know that the computer has a 15-inch mini-LED display, a rich set of ports, a powerful processor, and all-day battery life. It also comes with a new wallpaper, which you can already download here in full resolution. The Surface Laptop Studio is not the only NVIDIA-powered Surface, which Microsoft unveiled this week. At Build 2026, the company also debuted the Surface RTX Spark Dev Box, an odd-shaped desktop with a 20-core NVIDIA Grace CPU and an NVIDIA Blackwell RTX GPU with 6,144 CUDA cores and fifth-generation Tensor Cores with FP4 precision, connected via the NVIDIA NVLink-C2C chip-to-chip interconnect for high performance. According to Microsoft, it can run models with up to 120 billion parameters locally without relying on cloud GPU infrastructure. These two new Surface devices are likely to cost quite a lot, and for those who need a more affordable device, Microsoft is preparing the next-gen Qualcomm-powered Surface Pro and Surface Laptop. This week, details about these two devices leaked in plenty of detail. Other announcements at Build 2026 include the following: Microsoft unveils new security tools for IT admins and developers building AI products Microsoft announces Scout, an OpenClaw-powered personal agent for enterprise customers Microsoft unveils MAI-Thinking-1 reasoning and MAI-Code-1 coding models Microsoft announced a new Windows 11 native command-line utility Microsoft unveils Majorana 2 quantum chip, accelerating commercial timeline to 2029 Microsoft believes that AI agents will eventually replace apps through Project Solara Microsoft introduces Web IQ, a Bing-powered search system built for AI agents Last week, Microsoft released a new Experimental build, which introduced a major Start menu upgrade. It now lets you toggle off specific parts of the menu without affecting other features, resize the menu, and hide additional UI elements. We published a closer look here, so if you want to know what Microsoft is cooking without enrolling in the Insider program and installing unstable builds, check it out. Speaking of new features, many users are very annoyed about the way Microsoft delivers them. Recently, a frustrated user shared their experience with gradual rollouts, and even Microsoft engineers admitted there is a flaw in the system that prevents new features from applying properly. One of those new features includes the ability to uninstall AI models in Windows 11 with a single click. Windows 11 is finally getting fixes for its slow context menus. Marcus Ash from Microsoft confirmed that the company is working on fixing Windows 11's context menus. Reworked context menus are going to be faster, simpler by default, and "configurable to what you use most." According to Marcus, Microsoft will share more details soon. Windows Insider Program Windows 11 preview builds, released last week, are now available for download as standalone ISO files. These days, Microsoft regularly pushes new images, allowing users to clean-install its recent Windows 11 preview builds faster and easier. If you want to try the latest Windows 11 features without jumping through the Windows Update hoops, get those new images here. Sadly, Microsoft did not release new Windows 11 preview builds this week. Come back next time. Updates are available This section covers software, firmware, and other notable updates (released and coming soon) delivering new features, security fixes, improvements, patches, and more from Microsoft and third parties. Microsoft is preparing new features for Teams. Later this month, the messenger will receive a new download manager with auto-dismissing notifications, reducing clutter and making the overall experience less annoying when dealing with downloads. Mozilla released Firefox 151.0.3, a new bug-fixing update for the browser. It is a small release, which fixes problems with pasting into text fields and the oversized VPN button on the toolbar. The update is now available for all users in the Release channel. Here are other updates and releases you may find interesting: VS Code 1.123 introduces massive upgrades for persistent AI developer workflows Microsoft OneDrive is getting a simple yet much-needed feature Microsoft faces heat after quietly blocking promised Office features on Apple systems Microsoft resumes forced Copilot app installation on some Windows PCs Browser vendors pen an open letter to Microsoft, saying "enough is enough" Here are the latest drivers and firmware updates released this week: AMD Radeon Software 26.6.1 with optimizations for F1 25: 2026 Season, World of Tanks: HEAT, and various bug fixes. Reviews are in Here is the hardware and software we reviewed this week Steven Parker dropped more mini PC reviews this week. GEEKOM Air12 2026 Edition is a low-power, affordable computer with an Intel Tiger Lake Pentium Gold processor, up to 16GB of memory, and 512GB of storage, costing just $349. It is light, quiet, energy efficient, and has modern ports on the front. However, the front-facing USB Type-C is data-only, and there are some quirks with the computer's memory, so check out the full review. The AMD RX 9070 GRE has been released worldwide, and we published a benchmark review comparing this powerful graphics card to the RX 9070 XT, 7800 XT, the NVIDIA RTX 5070, and RTX 4070. It has solid, balanced performance, plenty of RAM, and low temperatures, but watch out for mediocre ray tracing performance and not the best efficiency. Also, we reviewed the Cuktech 10 Ultra, a compact, high-power charger with four ports and a big display full of various stats. This tiny charger can pull nearly 120W and spread that power according to each connected device's needs. It also comes with a high-quality 240W cable, three power modes, and retractable prongs. The best part? It is quite affordable, just make sure you have an outlet placed in the right spot to benefit from the built-in display. On the gaming side Learn about upcoming game releases, Xbox rumors, new hardware, software updates, freebies, deals, discounts, and more. Do you remember the ASUS ROG Xbox Ally, Microsoft's first handheld console designed in partnership with ASUS? This week, ASUS revealed a new version of the device to celebrate twenty years of its Republic of Gamers brand. The new ROG Xbox Ally X20 features an OLED display, a transforming D-Pad, TMR sticks, and other changes. However, the chip inside the console is still the same. Forza Horizon 6 launched last month to critical acclaim, but the game will soon have a new rival made by those who used to work on Forza Horizon titles. Mike Brown from Maverick Games announced Clutch, an upcoming racing game with a story-driven campaign, deep car customization, and rich multiplayer. The game is coming to PC, Xbox Series X|S, and PlayStation 5 in Spring 2027. The next update for Minecraft now has a release date. This week, Mojang announced that Chaos Cubed will be available on June 16, 2026. In addition, Mojang published a teaser of the next Minecraft movie. A Minecraft Movie Squared has now been confirmed for a release somewhere in 2027. NVIDIA GeForce Now is getting 18 new games in June. Those include Jurassic World Evolution 3, Fatekeeper, GOALS, Gothic 1 Remake, NTE: Neverness to Everness, and more. If you are a Game Pass subscriber, you can also get new games soon: Persona 5 Royal, Starseeker: Astroneer Expeditions, and more are coming to the service this month. Sumer Game Fest 2026 happened this week, where we saw plenty of new games, including Alien Isolation 2, Final Fantasy VII Remake Part 3, Gen Atlas from the Shadow of the Colossus creator, a new Cuphead game in 8-bit style, a new expansion for Mafia: The Old Country, and more. Finally, here are this week's Weekend PC Game Deals, full of discounts and the latest freebies from the Epic Games Store. Other gaming news includes the following: God of War Laufey announced, introducing Kratos' wife as the new protagonist Ori studio's No Rest for the Wicked 1.0 release and console plans announced Microsoft launches Godot Sample to streamline Xbox PC game development on the engine Great deals to check Every week, we cover many deals on different hardware and software. The following discounts are still available, so check them out. You might find something you want or need. Samsung 990 PRO SSD 2TB NVMe - $389.99 | 39% off Sonos Sub 4 - Wireless Subwoofer - $759 | 16% off Logitech MX Creative Console - $159.99 | 20% off This link will take you to other issues of the Microsoft Weekly series. You can also support Neowin by registering for a free member account or subscribing for extra member benefits, along with an ad-free tier option.
    • Let's goooooooo! I've been loving the entries so far! I still have to finish Rebirth (things have been busy!)! Excited for this next installment.
    • "Revelation?" I was hoping for this episode to be called "Reunion". Oh, well... In a related note, the Final Fantasy VII compilation has received an EC entry, short for Ever Crisis. For those who don't know, it already had AC, BC, CC, and DC entries, short for Advent Children, Before Crisis, Crisis Core, and Dirge of Cerberus. I hope it doesn't get an FC entry becaude that would be a freakin' crisis.
  • Recent Achievements

    • Reacting Well
      X-No-file earned a badge
      Reacting Well
    • One Month Later
      pestcontrol46 earned a badge
      One Month Later
    • Week One Done
      pestcontrol46 earned a badge
      Week One Done
    • Week One Done
      JKR earned a badge
      Week One Done
    • Rookie
      moog19 went up a rank
      Rookie
  • Popular Contributors

    1. 1
      +primortal
      511
    2. 2
      PsYcHoKiLLa
      275
    3. 3
      Skyfrog
      75
    4. 4
      +Edouard
      71
    5. 5
      FloatingFatMan
      68
  • Tell a friend

    Love Neowin? Tell a friend!