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

    • It's time to say goodbye to Edge and switch back to Firefox. There's no way to disable the ugly rounded corners that appear everywhere. Not even on the page frame. No one uses screens with rounded corners, you idiots.
    • Being on Github makes it more trustable since I can see the code at any point.
    • Gen Atlas is the next game from Shadow of the Colossus creator, this time with giant robots by Pulasthi Ariyasinghe The mind behind widely well-received games like Ico, Shadow of the Colossus, and The Last Guardian, Fumito Ueda, showed up at Summer Game Fest today, and that was to reveal his latest project. Being developed by genDESIGN, Gen Atlas is incoming with what looks to be plenty of mech and robot action. Watch the reveal trailer, which makes not much sense, above. The game will have players waking up on an abandoned planet where deserted facilities and grand designs from the original creators remain. Soon, they will stumble upon a colossal robot, from which players gain access to the power to change the world. "Across an endless expanse of time, the remnants of those forgotten constructs begin to move once more," adds the studio. The gameplay snippets seen in the trailer show the player character climbing giant robots (as expected from the creator), while also controlling these titans somehow as well. This is a fully single-player open-world adventure. “The team and I are grateful to all the fans who’ve been eager to learn more about our game,” says Fumito Ueda, CEO and creative director of genDESIGN. “Their passion and enthusiasm has always motivated and inspired us. We hope to share an experience that inspires moments of quiet wonder and discovery.” Before gaining the name Gen Atlas, Ueda first announced this project back in 2024 with the codename Project Robot. Interestingly, this will be a project being funded and published by Epic Games, which should mean that a Steam release is out of the question. Gen Atlas will be releasing on Epic Games Store, Xbox Series X|S, and PlayStation 5. A release date has not been announced just yet.
    • How backwards can you have it? Yes, Linux was gaining because of Linux handhelds and the push for gaming compatibility, but that's not desktop users, it barely converts anyone who owns a SteamDeck, though it helps for those who wanted to do it, but anyways, the AI+RAM debacle helped Linux because people can't easily upgrade their PCs easily and many hate AI so they'd be incentivized to try Linux.
    • 🤦🏻‍♂️ No, expected because 10 EOL
  • Recent Achievements

    • 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
    • Week One Done
      I2D earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      473
    2. 2
      PsYcHoKiLLa
      269
    3. 3
      Skyfrog
      78
    4. 4
      Steven P.
      68
    5. 5
      +Edouard
      61
  • Tell a friend

    Love Neowin? Tell a friend!