[update]yzmailcheck 2.3

Thanks to Oxtie I have removed a huge annoyance from the mailcheck docklet:

I'm really sick of Mail Check docklets! I'm simply missing decency in these docklets!  Only if the Dial-Up or Network is connected, docklet should try to check! otherwise simply keep its ass shut!

Is there such docklet available?  Common people! If connection is not ON and the docklets tries for it then it either crashes or gives annoyances!!!

Fixed it, you can now set a custom string for the "no internet-connection"-state. Also, the docklet does not try to check e-mail when there is no active internet connection available.

Also fixed an error with the Images-paths.

Ofcourse, download at The One and Only yzDocklet place

PS.

For all developers out there, here is the code to check if there is an internet connection present:

#include <wininet.h>
#pragma comment(lib,"wininet.lib")

bool IsConnectedToInternet()
{
   // post: true has been returned if there is an internetconnection, otherwise false has been returned
DWORD dwConnectionType = INTERNET_CONNECTION_MODEM | INTERNET_CONNECTION_LAN | INTERNET_CONNECTION_PROXY;
return InternetGetConnectedState(&dwConnectionType,0)==TRUE;
}

I think you might want to use this snippet for your weather docklet albeik ;)

#120596

Thank you so much. This will definitely help dial-up users. Excellent work.

#120610

a very much needed and even more appreciated docklet - always producing the goods AndreasV (Y)

#120621

Thanks a lot !! ;)

-Aviel.

#121027

I'm having a problem with this one. I assign icons to it for "no new mail" and "new mail", yet they keep dissappearing. When I go to inspect, the correct paths are set for each icon... :dunno:

#121174

thank you very much.

#121932

how to change the interval for checking mail. i want it checking mail every 30 min

#137891

:woot: Woot ! Thanks AndreasV !

#137922

Very nice, thank you AndreasV! I appreciate all the work you do making all those docklets! :D

By the way, I have the same problem as TekMonkey :(

#139825

YES! Thanks so much!. I like updates :D:D

btw DoubleD nice tits :D:D

#140089

unfortunately i also have the same problem as tekmonkey

#140092

very nice. Still waiting for an update to the objectdock docklet that allows for the user to set the time in which e-mail in checked (i.e. every 10 minutes) ;);)

#140160

:rant: Yeah Cool! But tell ye what.... Now when I disconnect and reconnect, the damn docklet says "No internet connection". Still some problem dude! Its not detecting Connection properly :rant: You know how MSN Messenger detects internet? As soon as you connect, It knows and it signs you on! Really cool!

Yep! The time interval is cool anyhow :6

(I know I am the right bastard but hahaha ignore the rude thing in my english)

#159487

very cool dude :naughty:

great job Ave (Y)

#159499