Checks GMail Inbox
- Flashes logo if there is a "recent" email in the Inbox
- Set #RecentMinutes# to control "recent"
- Fly-out notification on brand new GMail.
- Click icon to open GMail and dismiss flyout
- Click panel to dismiss flyout
- Set #DelaySeconds# for automatic dismissal.
- Will not activate if a full-screen application is running.
Requires the latest 4.0 of Rainmeter, and also requires Windows 10.
Fly-out notification - Click to Animate:
ToolTip:
Flash on "recent" email in Inbox:
This uses the included:
SysColor Plugin from Brian:
https://forum.rainmeter.net/viewtopic.php?p=80787#p80787
To get and use the Windows 10 "accent color" for the fly-out panel
IsFullScreen Plugin from JSMorley:
https://forum.rainmeter.net/viewtopic.php?p=122046#p122046
To detect if a full screen (like a game or video) application is running, and prohibiting the fly-out if so.
It is currently December 5th, 2023, 11:09 am
GMailNotify 2.0
-
- Developer
- Posts: 22593
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
GMailNotify 2.0
You do not have the required permissions to view the files attached to this post.
-
- Developer
- Posts: 22593
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: GMailNotify 2.0
New version 2.0 completely re-works the cosmetics of the main skin, and adds some new functionality. (Ok, new bells and whistles really...)
-
- Posts: 1
- Joined: September 4th, 2016, 11:45 pm
Re: GMailNotify 2.0
Hey, thanks for making this! I usually dislike a lot of GMail stuff because of the unnecessary clutter it adds, and this is small and functional enough for my needs.
Quick question, is there any way to add a second account to the skin to display both? I have separate E-Mails for separate purposes.
Quick question, is there any way to add a second account to the skin to display both? I have separate E-Mails for separate purposes.
-
- Developer
- Posts: 22593
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: GMailNotify 2.0
The best way I have found is to use a custom context menu in the skin to allow you to change the user account name and password with a right click of the skin.RainyKitsune wrote:Hey, thanks for making this! I usually dislike a lot of GMail stuff because of the unnecessary clutter it adds, and this is small and functional enough for my needs.
Quick question, is there any way to add a second account to the skin to display both? I have separate E-Mails for separate purposes.
Without getting all the way into it, although I can if you need it, it more or less something like:
Code: Select all
[Rainmeter]
RightMouseUpAction=[!SkinCustomMenu]
ContextTitle=Current: #GMailLabel#
ContextAction=[]
ContextTitle2=----
ContextAction2=[]
ContextTitle3=Change to: #GMailLabel1#
ContextAction3=[!Refresh]
ContextTitle4=Change to: #GMailLabel2#
ContextAction4=[!SetVariable GMailID """#GMailID2#"""][!SetVariable GMailPassword """#GMailPassword2#"""][!SetVariable GMailLabel """#GMailLabel2#"""][!CommandMeasure MeasureMail "Update"]
ContextTitle5=Open @Includes folder
ContextAction5=["#@#"]
ContextTitle6=----
ContextAction6=[]
ContextTitle7=More actions ...
ContextAction7=[!SkinMenu]
[Variables]
@Include=#@#GMailNotify.inc
GMailID=#GMailID1#
GMailPassword=#GMailPassword1#
GMailLabel=#GMailLabel1#
...
I use this on a variant of this skin that I use on my system.
You do not have the required permissions to view the files attached to this post.
-
- Posts: 2
- Joined: January 3rd, 2017, 10:02 pm
Re: GMailNotify 2.0
Thank you very much for this! And for the awesome JSMeterVII!
I am struggling to get the gmail account to connect. I have tried the normal password and the application password but it just sits on "checking". Any advice you can offer?
Any help would be greatly appreciated!
I am struggling to get the gmail account to connect. I have tried the normal password and the application password but it just sits on "checking". Any advice you can offer?
Any help would be greatly appreciated!
-
- Posts: 860
- Joined: August 22nd, 2016, 11:32 pm
- Location: Surrey, B.C., Canada
Re: GMailNotify 2.0
See if you have @gmail.com after your account name, if so remove that.
The only source of knowledge is experience. Albert Einstein
Deviant Art Page
Deviant Art Page
-
- Posts: 2
- Joined: January 3rd, 2017, 10:02 pm
Re: GMailNotify 2.0
Fantastic, thank you very much! That was exactly it!
-
- Posts: 1
- Joined: January 12th, 2017, 9:21 am
Re: GMailNotify 2.0
I set my account information, but it doesn't work. Can you help me?
-
- Posts: 1
- Joined: March 11th, 2017, 9:39 pm
Re: GMailNotify 2.0
It just keeps saying checking.... Please help I think I have the script correct
Thanks in advance
Jason
Thanks in advance
Jason
-
- Developer
- Posts: 22593
- Joined: April 19th, 2009, 11:02 pm
- Location: Fort Hunt, Virginia, USA
Re: GMailNotify 2.0
That is generally going to mean that you either have the wrong Google user id or password, or you have two-step authentication set up in Google / GMail and need to set up an Application ID for Rainmeter.atkinsjr wrote:It just keeps saying checking.... Please help I think I have the script correct
Thanks in advance
Jason