Code Monkey home page Code Monkey logo

gmail-notifier's People

Contributors

gboudreau avatar jashephe avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gmail-notifier's Issues

Go to Directly to Inbox for Given Email

Would it be simple to switch the base URL for all clicks to Gmail with https://mail.google.com/mail/u/[email protected]/?

Currently, Gmail Notifier sends users to https://mail.google.com, which redirects users to the inbox of the first account they used to sign in. This causes problems whenever I'm signed in with multiple accounts: I keep getting knocked back to that first account. (You'll notice a /u/0/ in path of the URL: https://mail.google.com/mail/u/0/).

I'd hack this in myself, but I'm not sure how to pull the user's email address out of GNMailAccountManager.

Thanks! 🍻

Icon

I think you have to simplify notification icon. Also menubar icon may change to red if there is a new mail just like not login icon. And one more suggestion, it would be awesome if we can select single mail and open it instead of open whole inbox every time.

Add preference to disable new mail sound

I think it would be a nice enhancement to be able to disable the sound.

Edit: this doesn't appear necessary since I just found that you can disable sound via System Preferences>Notifications. 😁

No OS X 10.8 support?

Got this message when launching:

image

Will building help or can I not use this with anything but 10.9+?

Doesn't work for a 3 days

I use Gmail Notifier 2.0.1 and Mavericks 10.9.3.

Everything was fine for a long time, but now it doesn't check for new mail. It started about 2 or 3 days ago. I have tried to sign out and then sign in again, but it didnt help.

It says "Logged in", but "never checked".

Dismissal of individual notifications

Does the notification center allow for dismissal of individual notifications without clicking on them? In other words – rather than clicking the notification and having the message open in your browser, is it possible to have an “x” for each message which removes it from the notification center but doesn’t open it to read?

Erroneous unread count

When I turn on checking for "all", it reports 7 unread messages, but I marked all the messages, spam, and trash read and it still doesn't budge from reporting 7 unread. Tried unloaded and reloading the app, but no change. Checking "inbox" appears to be working, but "all" is reporting something that I cannot see in my gmail account. Any ideas?

Cannot fetch gtm-oauth2 via pod

I am not sure if this is a temporary issue, but when trying to compile the project in Xcode I am stuck at the point where it cannot fetch gtm-oauth2 (svn not found) (see Podfile).

Am I missing anything?

Multiple notifications if email is unread in inbox

Firstly, thanks for the great work!

Recently, Gmail-notifier shows notifications every time it checks my inbox if an email is unread. So I keep getting notifications of the same email until I read it. My update interval is 5 minutes.

can not add one more

Hi, sir ! The app is very perfect for me. Thank U very much, But I have two Google Accounts, So I hope u can add the function!Thx!

Update checking

Add some sort of update-checking mechanism (perhaps using the Github Releases API) to alert users when a new version is available.

Ability to choose "Inbox" or "Priority Inbox"

It would be great to have the ability to choose if you want to get notification on the Inbox or Priority Inbox. Not sure if this is even available through the gmail API, but I believe I’ve seen it leveraged elsewhere, so it might be…

Potential bug when set to only listen for new messages

Investigate line 149 of GNMailFetchManager.m. It is possible that this should be a continue so that we don't drop out of the loop after encountering a single old email. It's probably not a problem since the inbox feed is sorted by date (and it saves the time of looking at other likely bad messages), but just to be safe, it should be looked at more closely.

Notifications clear during sleep

For some reason, the notifications occasionally reappear after a sleep-wake cycle, even after they have already been presented and should be in the Notification Center.

Theory:
The method reconciling notifications with messages that have recently been read may be over-zealous in its purging of the notifications already in the Notification Center.

Menubar icon statuses.

Hi James, i have a question about the menubar icon. I replaced mine for new email with a red color icon so it's more prominent, but it doesn't show as red icon in the bar. I am on version 2.1.0. also the sound for new email does not trigger and i've checked the notification settings.

I have made some icons for you to elaborate and give feedback for all the states you've mentioned in your reply above.

Gmail Notifier.pdf

If those can be changed by replacing icon files in the "Package Contents" folder as i actually did in my case, then why is the icon i use (the red one) not appearing as red.

Thanks for the great app James. I hope you have some time to reply.

Doesn't detect when network connection is lost.

Gmail Notifier doesn't check to see if the network connection is down, so the menu bar icon won't change to the error color if the network connection goes away. Also, in general, it should keep better track of network errors and the like.

Display Email Receipt Times in 10.9 Notification Center?

Is it possible to have the notifications in the 10.9 Notification Center display the timestamp of when the email was received, rather than when the Gmail Notifier picked up the email? Currently, when I open my laptop and the notifier sees new emails that arrived hours or days ago, they are timestamped "now" rather than when the email arrived.

Thanks,
Chris

Refactor to use Reactive Cocoa

  • Add ReactiveCocoa and libextobjc
  • Update networking operations to return signals
  • Remove preference bindings

This might be a useful opportunity to reconsider how the status item is managed.

Switch dependencies over to using CocoaPods

Rather than using submodules, CocoaPods should be a good alternative for managing external code sources. Look into creating custom Podspecs for the projects that do not already have them.

Doesn't work for now

It just shows "no mail" and when I have tried to log out and then log in i got this:

 401. That’s an error.

 Error: deleted_client

 The OAuth client was deleted.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.