What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [Request] A change to the Gmail Checker.

[Request] A change to the Gmail Checker.
Author: Message:
felipEx
Scripting Contest Winner
***


Posts: 378
Reputation: 24
35 / Male / Flag
Joined: Jun 2006
RE: [Request] A change to the Gmail Checker.
I assume you're using Google Apps on your domain.

You have to edit the GC_main.js file and change a few things:
code:
//var strGCMailUrl = "https://mail.google.com/mail/feed/atom";

var strGCMailUrl = "https://mail.google.com/a/YOURDOMAIN/feed/atom";

Edit the checkMail function and change this:
code:
//var strLink = "Email="+strGCUsername+"&Passwd="+strGCPassword;
var strLink = "http://mail.google.com/a/YOURDOMAIN";
* you can (optionally) remove every "@gmail.com" text in that function.

Finally, edit the toastClick function and change the following:
code:
new ActiveXObject("WScript.Shell").run(strLink);

Have fun ;)
10-21-2008 08:24 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
[Request] A change to the Gmail Checker. - by Th3rmal on 10-21-2008 at 11:20 AM
RE: [Request] A change to the Gmail Checker. - by felipEx on 10-21-2008 at 08:24 PM
RE: [Request] A change to the Gmail Checker. - by Th3rmal on 10-21-2008 at 08:39 PM
RE: RE: [Request] A change to the Gmail Checker. - by felipEx on 10-21-2008 at 08:48 PM
RE: [Request] A change to the Gmail Checker. - by prashker on 10-21-2008 at 08:40 PM
RE: [Request] A change to the Gmail Checker. - by Th3rmal on 10-22-2008 at 03:15 AM
RE: [Request] A change to the Gmail Checker. - by :No-Frost: on 10-22-2008 at 01:37 PM
RE: [Request] A change to the Gmail Checker. - by robert_dll on 10-22-2008 at 11:26 PM
RE: [Request] A change to the Gmail Checker. - by :No-Frost: on 10-30-2008 at 05:59 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On