What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Skype & Live Messenger » Checking email in browser other than IE

Checking email in browser other than IE
Author: Message:
manu08
New Member
*


Posts: 1
Joined: Jul 2007
O.P. Checking email in browser other than IE
When I click to go to my E-mail inbox--even though Mozilla FireFox is my default browser--my mailbox will be opened in Internet Explorer 7. Currently, I've started using Safari 3 Beta & I love that browser. How can I change it to open my mailbox in a browser other than Internet Explorer? I'm using Windows XP Pro SP2 & WML 8.1.
07-15-2007 11:08 PM
Profile E-Mail PM Find Quote Report
MattyRid
Veteran Member
*****

Avatar
Red Bull Racing Australia

Posts: 1321
Reputation: 21
– / Male / Flag
Joined: Jan 2006
Status: Away
RE: Checking email in browser other than IE
Stuffplug 3 has this feature and would probably be safe to use, however it is BETA software so be extremely careful.
Red Bull Racing Australia - Triple Eight Race Engineering - Holden
07-15-2007 11:25 PM
Profile PM Find Quote Report
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: Checking email in browser other than IE
The problem with SP3 (StuffPlug3) though is that it hasn't been updated for quite a while and doesn't support Windows Live Messenger 8.5 :S

This post was edited on 07-17-2007 at 11:05 AM by davidpolitis.
07-17-2007 11:04 AM
Profile PM Find Quote Report
CookieRevised
Elite Member
*****

Avatar

Posts: 15519
Reputation: 173
– / Male / Flag
Joined: Jul 2003
Status: Away
RE: Checking email in browser other than IE
PS: use a non-hotmail/msn Windows Live ID and you wont have these problems ;)

Provided you set your default email client properly in Windows of course.

This post was edited on 07-17-2007 at 08:20 PM by CookieRevised.
.-= A 'frrrrrrrituurrr' for Wacky =-.
07-17-2007 08:19 PM
Profile PM Find Quote Report
Orgrim Doomhammer
Junior Member
**

Avatar
For The Horde!

Posts: 67
34 / Male / Flag
Joined: Aug 2006
RE: Checking email in browser other than IE
use this script made from SpunkyLoveMuff, if I'm not wrong...

var Shell = new ActiveXObject("WScript.Shell");

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
   if(Message.substr(0,3)=="/ie"){
     Shell.run("iexplore "+Message.substr(4,Message.length));
     return "";
   }
   if(Message.substr(0,3)=="/ff"){
     Shell.run("firefox "+Message.substr(4,Message.length));
     return "";
   }
}
then create a new quick text with /ff InboxURL.
so every time you wanna check your email, you just need to write /inbox or something like that.
07-18-2007 11:24 PM
Profile PM Web Find Quote Report
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: RE: Checking email in browser other than IE
quote:
Originally posted by Orgrim Doomhammer
use this script made from SpunkyLoveMuff, if I'm not wrong...

var Shell = new ActiveXObject("WScript.Shell");

function OnEvent_ChatWndSendMessage(ChatWnd, Message){
   if(Message.substr(0,3)=="/ie"){
     Shell.run("iexplore "+Message.substr(4,Message.length));
     return "";
   }
   if(Message.substr(0,3)=="/ff"){
     Shell.run("firefox "+Message.substr(4,Message.length));
     return "";
   }
}
then create a new quick text with /ff InboxURL.
so every time you wanna check your email, you just need to write /inbox or something like that.

I'm pretty sure that that won't work... I don't think the inbox url is constant... correct me if I'm wrong ;)
07-19-2007 06:25 AM
Profile PM Find Quote Report
Orgrim Doomhammer
Junior Member
**

Avatar
For The Horde!

Posts: 67
34 / Male / Flag
Joined: Aug 2006
RE: Checking email in browser other than IE
well... I've just used it to see the notification of a new post in this thread, so I'm pretty sure that works ;-). the only thing I've noticed so far is that sometimes you have to retype your password to enter the inbox.
07-19-2007 10:04 AM
Profile PM Web Find Quote Report
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: RE: Checking email in browser other than IE
quote:
Originally posted by Orgrim Doomhammer
well... I've just used it to see the notification of a new post in this thread, so I'm pretty sure that works ;-). the only thing I've noticed so far is that sometimes you have to retype your password to enter the inbox.

Hmm... seems to work, but as you said, sometimes it asks you to login... ;)

This post was edited on 07-20-2007 at 05:55 AM by davidpolitis.
07-20-2007 05:54 AM
Profile PM Find Quote Report
vaccination
Veteran Member
*****

Avatar

Posts: 2513
Reputation: 43
32 / Male / –
Joined: Apr 2005
RE: Checking email in browser other than IE
Use Windows Live Mail(desktop).
[Image: jumbled.png]
07-20-2007 07:05 AM
Profile PM Find Quote Report
davidpolitis
Full Member
***


Posts: 371
Reputation: 16
Joined: Aug 2006
RE: RE: Checking email in browser other than IE
quote:
Originally posted by vaccination
Use Windows Live Mail(desktop).

If they're gonna use Windows Live Mail Desktop, they might aswell as just go to the inbox login page unless FF isn't open already ;)
07-20-2007 07:08 AM
Profile PM Find Quote Report
« 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