What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Messenger Plus! for Live Messenger » Scripting » [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts

Pages: (20): « First « 12 13 14 15 [ 16 ] 17 18 19 20 » Last »
2 votes - 5 average   [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Author: Message:
Chancer
Senior Member
****

Avatar

Posts: 648
Reputation: 7
34 / Male / Flag
Joined: May 2005
Status: Away
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Cooldude, i tried some times else (arount 5 times) and most had no problem, but one did...

I guess it was my PC's fault., but if it start happening again I tell you.
06-07-2007 01:44 AM
Profile E-Mail PM Find Quote Report
Twikki
New Member
*


Posts: 7
31 / Male / –
Joined: Jun 2007
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
I'm having trouble with it getting my email

code:
Function called: OnGetScriptMenu
Function called: OnEvent_MenuClicked
Function called: OnWndSettingsEvent_CtrlClicked
Function called: OnWndAddAccountEvent_CtrlClicked
Error: 'objEnDec' is null or not an object (code: -2146823281)
       File: GC_interfaces.js. Line: 208.
Function OnWndAddAccountEvent_CtrlClicked returned an error. Code: -2147352567
Function called: OnWndAddAccountEvent_CtrlClicked
Function called: OnWndAddAccountEvent_Cancel
Function called: OnWndAddAccountEvent_Destroyed
Function called: OnWndSettingsEvent_CtrlClicked
Function called: OnWndSettingsEvent_Cancel
Function called: OnWndSettingsEvent_Destroyed

that's the entire session

this is the part of the file which causes problems

code:
function OnWndAddAccountEvent_CtrlClicked(objPlusWnd, strControlId){
    switch(strControlId){
        case "btnAdd":
            var strAddUserResult = addUser(WndAddAccount.GetControlText("lblUsername"),
                                objEnDec.Encrypt(WndAddAccount.GetControlText("lblPassword")),
                                arrUsernames, arrPasswords);
            if(strAddUserResult == "true"){
                WndSettings.Combo_AddItem("cbxGmailAccounts", arrUsernames[arrUsernames.length-1]);
                WndSettings.Combo_SetCurSel("cbxGmailAccounts", WndSettings.Combo_GetCount("cbxGmailAccounts")-1);
                WndSettings.Visible = true;
                WndAddAccount.Close(0);
            } else {
                alert(WndAddAccount, strAddUserResult);
            }
            break;
        default:
            break;
    }
}
06-07-2007 03:24 PM
Profile E-Mail PM Web Find Quote Report
Twikki
New Member
*


Posts: 7
31 / Male / –
Joined: Jun 2007
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
bump
06-13-2007 08:05 PM
Profile E-Mail PM Web Find Quote Report
Chancer
Senior Member
****

Avatar

Posts: 648
Reputation: 7
34 / Male / Flag
Joined: May 2005
Status: Away
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Cooldude, it's happening again: When I sign in WLM and I have new Gmails, right after I'm warned WLM crashes.

And another bug: I check 2 accouts. Sometimes I receive an email on "account 1" but I'm warned on both accounts. Understand?
06-13-2007 11:41 PM
Profile E-Mail PM Find Quote Report
Kellicros
New Member
*


Posts: 1
Joined: Jun 2007
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
I keep getting "unknown error - 12031" in toast whenever the script checks my inbox, any idea?
06-22-2007 07:56 AM
Profile E-Mail PM Find Quote Report
cooldude_i06
Full Member
***

Avatar
I'm so cool I worry myself.

Posts: 272
Reputation: 9
– / Male / –
Joined: Sep 2003
O.P. RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Unknown error happens if you can't properly connect to the gmail servers.
[Image: clb2.jpg]
06-22-2007 07:29 PM
Profile E-Mail PM Web Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
I'm wondering if this script works with emails at your own domain (but hosted with gmail). (Like the email I use @dotlou.com).

Edit: well it does, because apparently name@domain.com@gmail.com works. The only problem is when I click the popup, it loads up the default gmail page, and not the mail.google.com/a/domain

Might want to adapt it for that? ;)

This post was edited on 07-03-2007 at 09:35 PM by Lou.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
07-03-2007 09:25 PM
Profile PM Web Find Quote Report
Chancer
Senior Member
****

Avatar

Posts: 648
Reputation: 7
34 / Male / Flag
Joined: May 2005
Status: Away
RE: RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accoun
quote:
Originally posted by .Lou
I'm wondering if this script works with emails at your own domain (but hosted with gmail). (Like the email I use @dotlou.com).

Edit: well it does, because apparently name@domain.com@gmail.com works. The only problem is when I click the popup, it loads up the default gmail page, and not the mail.google.com/a/domain

Might want to adapt it for that? ;)


Lou, I guess you can edit the script to change the address.
07-05-2007 12:05 AM
Profile E-Mail PM Find Quote Report
Lou
Veteran Member
*****

Avatar

Posts: 2475
Reputation: 43
– / Male / Flag
Joined: Aug 2004
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
quote:
Originally posted by Chancer
Lou, I guess you can edit the script to change the address.
but I'm using a normal gmail account as well.
[Image: msghelp.net.png]
The future holds bright things in it\\\'s path, but only time will tell what they are and where they come from.
Messenger Stuff Forums
07-05-2007 07:51 PM
Profile PM Web Find Quote Report
Chancer
Senior Member
****

Avatar

Posts: 648
Reputation: 7
34 / Male / Flag
Joined: May 2005
Status: Away
RE: [UPDATE] Gmail Checker 1.11 - get alerts upon new emails in your gmail accounts
Sooo...I don't know what to do =/
07-05-2007 08:44 PM
Profile E-Mail PM Find Quote Report
Pages: (20): « First « 12 13 14 15 [ 16 ] 17 18 19 20 » Last »
« Next Oldest Return to Top Next Newest »


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