Shoutbox

Email tray icon notification - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Messenger Plus! for Live Messenger (/forumdisplay.php?fid=4)
+---- Forum: Scripting (/forumdisplay.php?fid=39)
+----- Thread: Email tray icon notification (/showthread.php?tid=90044)

Email tray icon notification by Domsy on 04-03-2009 at 12:46 PM

Hey everyone,

So I'm back to the dilemma of upgrading to 2009 or not. I almost did it (now it's bugging me to do so. Anyone know how to stop it bothering me?), but I luckily did a quick check of my StuffPlug features I really need. I thought I had solved it when I recreated the status icons in for the windows in the taskbar , but I noticed the really important feature I use constantly being "New mail icon in the system tray".

I totally did not realise this was actually a feature of StuffPlug! I'm really shocked. I thought it was just a general feature in WLM or Plus!. So now I'm needing this feature implemented too before I even think of upgrading.

Can anyone point me in the direction of a script that does this? I couldn't find one (strangely enough) and not sure where to look for scripting one myself. Guessing I'll need a lot of Interops, and I found something Cookie has done which should be some help! Just need some direction really for it to open the email inbox when it's double clicked, and how I'd adapt it as I think it's suited for hiding the actual WLM one, and not creating a brand new one by itself that can be interacted with.

Will appreciate any help! Thanks :)


RE: Email tray icon notification by Chris4 on 04-04-2009 at 01:59 AM

Can you not just right click the WLM icon > E-mail inbox?

Another option would be finding a program unrelated to Messenger which has that feature, using POP3.


RE: RE: Email tray icon notification by Domsy on 04-08-2009 at 12:19 PM

quote:
Originally posted by Chris4
Can you not just right click the WLM icon > E-mail inbox?

Another option would be finding a program unrelated to Messenger which has that feature, using POP3.
The point isn't for ease of use of getting to the inbox, it's for notifying when you have email. I don't constantly look at the contact list to know when I have email, and I often miss the alerts.

I was looking through the documentation and I think my problem is actually going to be detecting email and not actually making the icon. Is there a way to do it? I don't see any events for emails being received or counting how many are in the inbox.

Thanks.
RE: Email tray icon notification by Chris4 on 04-10-2009 at 07:42 AM

I think you should try out my second point, that's what you want.


RE: Email tray icon notification by Dexter_prog on 06-29-2011 at 12:49 PM

I'm looking for something similar to this or at least a way to have msg plus repeat the unread email notification every certain amount of time until I check my emails. Any ideas?


RE: Email tray icon notification by Spunky on 06-29-2011 at 01:11 PM

As already said, the there are no methods to detect a new email aside from protocol sniffing. The only method we have to do that is buggy in regards to to it sometimes causing problems with the software or not working for some people at all


RE: Email tray icon notification by Dexter_prog on 06-29-2011 at 01:20 PM

but what about repeating msg plus' email notification until the user checks the email?


RE: Email tray icon notification by CookieRevised on 06-29-2011 at 02:51 PM

quote:
Originally posted by Dexter_prog
but what about repeating msg plus' email notification until the user checks the email?
What about using a dedicated small tool for checking your unread email amount? In that way you have more options and configurability and it wouldn't be dependent on you being logged into Messenger or not.

---

Plus! reads the current unread email amount and compares it to the previous unread email amount. If it is higher it notifies the user of new unread email. If it is the same or less, it doesn't notify you. Thus, in order to do what you want, Plus! shouldn't compare the current value with the previous value, but should always report the current amount without comparing it to the previous amount (which in its turn can be annoying for others though). There are no scripting capabilities available in Plus! in regards to POP3-accounts.