Recommended Posts

Hi All,

Gmail Notifier Plus is awesome app and just one(or two) thing i want from you, just like Firefox's Gmail manager when you click the account title, program redirects you the inbox belonging to exact account.Is it possible or is there any progress about this feature.

And the other is:

- Adjustable new mail preview.

thank you.

OK, Still no word from the original author. Source is going onto GitHub tonight. I'll post again when it's pushed.

I'm going to start actively maintaining the app through GitHub and offering downloads on shellscape.org moving ahead. I WILL be leaving the original author's donation links in place, but shellscape.org has a general donate link as well. It's up to the users at that point.

Well this is going to take a little longer than I had thought from browsing the source. Exported successfully. However, the code does a lot of wonky things and it abuses resource files something awful, so it's taking a bit longer to get it to build. The settings file architecture and code that works with it needs to be completely reworked. Same goes for the localization stuff.

I'll post updates as I have them.

OK, Source code is up at http://github.com/shellscape/Gmail-Notifier-Plus

The solution will build, however it will not run at present. I have a lot more work to do on it before it will run, unfortunately. I've restructured the source tree from the original Reflector export of the source. I have no way of knowing if the export represented the original source tree, but I've removed a ton of fluff and code that just wasn't needed. Also remedied some stuff that wasn't exactly proper in the projects and re-imported the supporting projects the author was using, as referenced projects, instead of bundled code within the main application project.

You'll also notice from the source that all of the localization files for non-English languages have been removed. I'll get those back in there in due time. The original author was using a resource-file-based method of storing the locale data, which just isn't flexible and requires a lot more code to work with. I'm in the process of switching that to an embedded xml file method to take advantage of serialization awesomeness. This should make it easier for folks to submit new language files in the future, and allow for dynamic loading of languages from file if that ever needs to get put in there.

I'll post more updates as I have them.

Some more progress: Rebuilt the Main, Notifier and Settings forms. I can't tell if it was the original code or if it was Reflector mangling them beyond repair, but they needed rebuilding. We have .resx and .Designer.cs files for the forms now at any rate, something Reflector won't give you when you export.

Project is still building. Next step is to get it running correctly.

Note: I chose to remove all of the numbered icons that the author was using. No reason to have them as an embedded resource (which is also a UI limitation, you cant display more than 20 unread emails) when you can just draw them in memory quickly. In the next few days I'm also going to remove a lot of the image resource, and the heavy use of PictureBox, and do some more manual drawing. That'll decrease the exe size and speed up the rendering some.

Cheers.

The nice thing about this app is that the code is relatively simple. I've been swamped the last week but once I get the time to get the source running properly, I can put some extensive tracing into it for folks that are getting frequent crashing. We'll be able to use that to solve situations like TDQuicksilver is experiencing.

The nice thing about this app is that the code is relatively simple. I've been swamped the last week but once I get the time to get the source running properly, I can put some extensive tracing into it for folks that are getting frequent crashing. We'll be able to use that to solve situations like TDQuicksilver is experiencing.

Can you please also support having small icons in the taskbar/superbar. Currently, the icon doesn't change at all when email arrives if you have small icons checked.

Taskbar and Star Menu Properties/Taskbar/Use Small Icons

I love your program, yet it is currently totally useless for me.

Thanks

Do I need to go back to decompile-fixing this app for people again? I was doing it awhile ago but then the author came back.

If you'd like. I have a github repo setup with the source from reflector (see previous page), and I'm working on getting the source to a working-condition.

Can you please also support having small icons in the taskbar/superbar. Currently, the icon doesn't change at all when email arrives if you have small icons checked.

Taskbar and Star Menu Properties/Taskbar/Use Small Icons

I love your program, yet it is currently totally useless for me.

Thanks

I doubt it was intended as such, but that came off pretty snarky. Be grateful for applications people write in their own time and release for free. Show your appreciation rather than calling it 'useless'. You'll catch more bees with honey than you will with vinegar.

Now, I'm not the author of this app; dig through the previous pages (or the first) to find the original author. When I release the fork of the app from the Reflector source, then you can complain about it to me. You should also note that this is not intended to be used with small icons and the original author states as much in a previous page.

.You should also note that this is not intended to be used with small icons and the original author states as much in a previous page.

I wonder why it's not intended to run with small icons? I assume it can be done or at least the author of DefenseWall is doing it with his security app

I'd like to request a feature: would it please be possible to add a checkbox to the app's settings page like "Notify of all messages in the inbox" such that when checked the app would notify even of the messages that are marked as read but are still present in the inbox? I believe it would be very useful to those who have implemented the "inbox zero" method (see http://www.slideshare.net/merlinmann/inbox-zero-actionbased-email or the original talk delivered at Google: http://inboxzero.com/video/) into their workflow.

Oh, and one more thing: has anyone tried to fix the "auto-login bug" (i.e., the problem with not being logged in when one chooses viewing their inbox though the context menu)?

nvx

Well sure. You have to write the code to make that happen. The original author didn't, as far as I can tell.

Ok, maybe that clears it up but your post implied that it's not doable. You asked for requests, you got one albeit semi-rudely from a user, and then state that it's not intended to work with small icons. I was just confused

Hi All,

I have just moved to Gmail from Outlook 2007/2010. I am free, at last, from keeping mail from sync'd on three separate machines and my "android" mobile phone.

This app greatly increases the usability of gmail, for me at least, and appears to work perfectly on my three 32 bit Windows 7 machines.

Keep up the good work as this is one app I would really like to see developed. Not that there is much (anything?) wrong with it now.

Great program! I've only discovered one defect so far. I noticed on more than once occasion, that on Windows 7 x64, after resuming from Hibernate the following error occurs. I click Continue and everything seems to be ok with Gmail Notifier Plus features after that.

See the end of this message for details on invoking 
just-in-time (JIT) debugging instead of this dialog box.

************** Exception Text **************
System.Runtime.InteropServices.COMException (0x80004005): Error HRESULT E_FAIL has been returned from a call to a COM component.
   at System.Runtime.InteropServices.Marshal.ThrowExceptionForHRInternal(Int32 errorCode, IntPtr errorInfo)
   at Microsoft.WindowsAPICodePack.Taskbar.ThumbnailToolbarButton.UpdateThumbnailButton()
   at GmailNotifierPlus.Notifier.UpdateThumbButtonsStatus()
   at GmailNotifierPlus.Notifier.UpdateMailPreview()
   at GmailNotifierPlus.Notifier.webClient_DownloadDataCompleted(Object sender, DownloadDataCompletedEventArgs e)


************** Loaded Assemblies **************
mscorlib
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4952 (win7RTMGDR.050727-4900)
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll
----------------------------------------
Gmail Notifier Plus
    Assembly Version: 2.1.2.0
    Win32 Version: 2.1.2.0
    CodeBase: file:///C:/Program%20Files%20(x86)/Gmail%20Notifier%20Plus/Gmail%20Notifier%20Plus.exe
----------------------------------------
System.Windows.Forms
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
----------------------------------------
System
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll
----------------------------------------
System.Drawing
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
----------------------------------------
System.Runtime.Remoting
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Runtime.Remoting/2.0.0.0__b77a5c561934e089/System.Runtime.Remoting.dll
----------------------------------------
System.Xml
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll
----------------------------------------
System.Web
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_64/System.Web/2.0.0.0__b03f5f7f11d50a3a/System.Web.dll
----------------------------------------
WindowsBase
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.6920.5001 built by: Win7RTMGDR
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/WindowsBase/3.0.0.0__31bf3856ad364e35/WindowsBase.dll
----------------------------------------
PresentationCore
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.6920.5001 built by: Win7RTMGDR
    CodeBase: file:///C:/Windows/assembly/GAC_64/PresentationCore/3.0.0.0__31bf3856ad364e35/PresentationCore.dll
----------------------------------------
System.Core
    Assembly Version: 3.5.0.0
    Win32 Version: 3.5.30729.4926 built by: NetFXw7
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll
----------------------------------------
PresentationFramework
    Assembly Version: 3.0.0.0
    Win32 Version: 3.0.6920.5001 built by: Win7RTMGDR
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/PresentationFramework/3.0.0.0__31bf3856ad364e35/PresentationFramework.dll
----------------------------------------
System.Configuration
    Assembly Version: 2.0.0.0
    Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900)
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll
----------------------------------------

************** JIT Debugging **************
To enable just-in-time (JIT) debugging, the .config file for this
application or computer (machine.config) must have the
jitDebugging value set in the system.windows.forms section.
The application must also be compiled with debugging
enabled.

For example:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

When JIT debugging is enabled, any unhandled exception
will be sent to the JIT debugger registered on the computer
rather than be handled by this dialog box.

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

    • No registered users viewing this page.
  • Posts

    • This saddens me greatly
    • Well again I do not mind seeing it charge my stuff if it does it well. "yeah charge my phone like that, charge it good"
    • Getting so tired of this push for that new useless slop over the less-useless old slop that at this point I just want M$ to have this nice, big, hearty cup of *FU*.
    • Brave Browser 1.91.168 by Razvan Serea Brave Browser is a lightning-fast, secure web browser that stands out from the competition with its focus on privacy, security, and speed. With features like HTTPS Everywhere and built-in tracker blocking, Brave keeps your online activities safe from prying eyes. Brave is one of the safest browsers on the market today. It blocks third-party data storage. It protects from browser fingerprinting. And it does all this by default. Speed - Brave is built on Chromium, the same technology that powers Google Chrome, and is optimized for speed, providing a fast and responsive browsing experience. Brave Browser also features Brave Rewards, a system that rewards users with Basic Attention Tokens (BAT) for viewing opt-in ads. This innovative system provides an alternative revenue model for content creators and a way to support the Brave community. SlimBrave Neo takes all the good things about Brave and makes them even better by keeping everything clean, light, and privacy-focused. It removes the extra clutter, turns off features you might not need, and cuts down on anything that could slow you down or collect unnecessary data. Because it relies on simple settings and policies instead of modifying the browser itself, you still get full Brave compatibility—just in a smoother, lighter, and more privacy-friendly package. Brave Browser 1.91.168 changelog: Web3 Added “Get Started” section to the “Portfolio” page. (#54029) Added the ability to view “Asset Distribution” in “Portfolio”. (#54028) Added dotted texture to wallet line chart. (#54216) Migrated Jupiter swap provider to “Gate3”. (#51848) Updated the “Permission” panel to display the site origin. (#54482) Updated NFT balance fetch to remove duplicate entries prior to fetching balances. (#55036) Fixed missing back button on the “Deposit Funds” page. (#55842) Fixed reloading an account tab redirecting to the “Accounts” page. (#54826) Leo Added support for text file uploads with renderer-based extraction. (#54062) Added PDF text extraction at upload time. (#51911) Updated display of Brave Leo attachment previews to scroll horizontally instead of vertically. (#54258) Updated the “Copy” button for the code block header to be sticky when scrolling. (#53704) Updated the staged content in the Leo side panel to be the active tab. (#53533) Updated the search terms in the answer’s footer to be left aligned. (#54204) Fixed crash which could occur in certain cases when using multiple tool requests. (#55438) General Added support for Brave Origin. (#37127) [Security] Added the ability to disable or delay automatic extension updates when brave://flags/#brave-user-extension-auto-update is enabled. (#7200) Enabled ability to force context menu using “Shift + Right Click” by default. (#54790) Improved performance by caching adblock DATs. (#27161) Updated background color for PWA install button in the omnibox. (#54736) Fixed tab hover card position when using vertical tabs. (#54199) Fixed extra border displaying around the content area when vertical tabs are used on macOS. (#54153 & #52961) Fixed audio farbling distortion in multi-voice Web Audio API synthesized music. (#52906) Upgraded Chromium to 149.0.7827.54. (#55943) Download: Brave Browser 64-bit | 1.2 MB (Freeware) Download: Brave Browser 32-bit View: Brave Homepage | Offline Installers | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
    • Thanks Microsoft but no, I find both iterations of Outlook terrible nowadays and switched back to Thunderbird at home.
  • Recent Achievements

    • Dedicated
      JKR earned a badge
      Dedicated
    • One Year In
      CHUNWEI earned a badge
      One Year In
    • Conversation Starter
      FBSPL earned a badge
      Conversation Starter
    • Week One Done
      I2D earned a badge
      Week One Done
    • Week One Done
      Dr Jared Dental Studio earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      471
    2. 2
      PsYcHoKiLLa
      255
    3. 3
      Skyfrog
      80
    4. 4
      FloatingFatMan
      62
    5. 5
      Michael Scrip
      62
  • Tell a friend

    Love Neowin? Tell a friend!