'WebMailNotifier'에 해당되는 글 32건
- 2011/01/09 X-notifier : WebMail Notifier for Chrome and Opera (18)
- 2010/08/23 MuNo - WebMail Nofier for Chrome (9)
- 2010/01/02 WebMail Notifier 2 (63)
- 2009/12/07 User script for AOL [2009-12-07] (72)
- 2009/10/23 파란 비즈프리 메일 user script (29)
- 2009/10/08 User script for facebook notification (10)
- 2009/07/08 하나포스 메일 user script (13)
- 2009/03/19 How to completely uninstall WebMail Notifier (36)
- 2008/10/02 User script for poczta.interia.pl(poczta.fm) (75)
- 2008/08/02 드림위즈 메일 user script (50)
MuNo checks your webmail accounts and notifies the number of unread emails.
MuNo is WebMail Notifier(http://webmailnotifier.mozdev.org) for Chrome.
Many features in Firefox version are not implemented yet.
Features
- mail notification (Gmail, Hotmail, Yahoo, AOL)
- support userscript for other webmails
- support multiple Google Accounts
- account switching
- auto login
- ....... and so on
############################################################
To use multiple Google Accounts,
You should turn on multiple sign-in here.
(https://www.google.com/accounts/MultipleSessions)
And set this to the default Gmail account in MuNo.
############################################################
댓글을 달아 주세요
-
666
-
-
CrazyPark
-
-
There was huge change. Somebody likes it and somebody doesn't.
1. Userscript structure has changed.
Userscript for 1.x does not work in WebMail Notifier 2.
You can find new scripts here.
Why did I change it?
To implement more functions and for more stability, it was inevitable.
Now the structure is more clean, easy too understand and support import/export.
2. WebMail Notifier window.
In WebMail Notifier 2, new popup window was added.
You can access your mails directly with this window.
You can aceess labels for gmail and folders for some host.
If you don't like it. You can disable it.
Options->General->Interface->Open WebMail Notifier window when Firefox starts
In version 2.0.2 or later, this window is disabled by default
3. Inbox only option.
Somebody wants to check mails in inbox only.
Someone else wants to check all mails in folders.
So there is an option for this in WebMail Notifier 2.
You can see this in options of advanced mode.
4. WMN-forum
In WebMail Notifier 2, WMN-forum will be added by default.
This forum exists to make WebMail Notifier better, not to bother you, not to discourage me.
If you don't like it just disable it in options.
In version 2.0.2 or later, this account will be added as disabled state.
Currently this forum is down because of too much traffic.
댓글을 달아 주세요
-
나스티스
-
-
매니아
-
-
송효진
-
http://webmailnotifier.mozdev.org/installation.html
2010/01/06 13:20 [ ADDR : EDIT/ DEL ]
에서 2.0.4로 업데이트 해보세요
-
박상국
-
http://webmailnotifier.mozdev.org/scripts.html
2010/01/06 17:13 [ ADDR : EDIT/ DEL ]
에서 WMN2 용 스크립트를 설치해 보세요
-
-
frop
userscript for libero.it
2010/01/06 17:08 [ ADDR : EDIT/ DEL : REPLY ]
I just "copied&pasted" the old script in the new format:
/***********************************************************
libero.it
@date:2010-01-06
***********************************************************/
var name="libero.it 100106";
function init(){
this.dataURL="http://wpop18.libero.it/email.php";
this.loginData=["https://login.libero.it/logincheck.php","LOGINID","PASSWORD","service_id=beta_email"];
this.mailURL="http://mailbeta.libero.it/cp/WindMailPS.jsp";
}
function getIconURL(){
return "http://www.libero.it/favicon.ico";
}
function getCount(aData){
var fnd=aData.match(/<b>Leggi Mail (\d+)/); //find mail count
if(fnd){
return fnd[1];
}else{
return -1;
}
}
/**********************************************************/
Works fine for me... -
김재율
-
kimsunhoi
웹메일일림이를 처음사용하시는분이나 잘안되시는분들 참고만 해주세요.
2010/01/10 07:22 [ ADDR : EDIT/ DEL : REPLY ]
1.파란이나,하나포스가 갑자기 안되서 이곳에 있는 스크립트를 다시 설치해도 안되시고 부가기능도 제거했는데 안되고 모든방법을 다해바도 안되면 아예 파이어폭스를 다지우고 다시 설치를 한다음에 웹메일일림이를 설치해보십시요.
2.알림이는 지금현재 2.0.4 가 최신입니다.
3.최신버전은 파란이 자동으로 기본적으로 들어가있습니다.따로 스크립트를 사용하실 필요가 없습니다.
4.기존에 알림이를 지우고 새로설치하는것이 아니고 업데이트로 설치하면 저같은경우 파란이 없더군요.이럴때는
아예 일림이를 지운다음 다시 최신버전을 받으면 파란이 보입니다. -
Felipe.-
-
-
흑달마
-
-
크로뮴
-
-
jaewonj
-
http://webmailnotifier.mozdev.org/scripts.html
2010/01/19 08:56 [ ADDR : EDIT/ DEL ]
에 있는 스크립트들 참고하세요
-
-
canclan
Mr. Kang,
2010/01/19 13:25 [ ADDR : EDIT/ DEL : REPLY ]
I love your Firefox plugin and the new/improved look. Is there any way to get a script for "mail.com". There was one for the old version, but I have not seen one for the new version. I would script and post it myself, but I do not have the javascript skills! I am confident that many others would use it as well.
Thank you in advance for any and all assistance!
EDIT: Never mind! I just read that mail.com is run by AOL. I just set it up through AOL and it works great! Also, I just sent you a paypal donation. -
-
iaTa
I've been using your add-on for years and it's superb - thank you for all your hard work!
2010/01/27 00:40 [ ADDR : EDIT/ DEL : REPLY ]
I have a pretty big request. Google Chrome now supports extensions and they work pretty well. I am looking to make the transition from Firefox to Chrome but I just can't live without Webmail Notifier!
Is there any chance you will look to program a Chrome version in the future - I really hope so!
Best regards, iaTa. -
학생
-
-
pptu
Hi, this is a smart extension and your are a smart programmer.
2010/02/04 23:25 [ ADDR : EDIT/ DEL : REPLY ]
I see a great potential for this extension, beyond just checking the number of unread emails. I could for example use it to log-in to my mobile telephone account and check how many remaining minutes I have left on my account, or check my remaining balance on the bank account.
Is this possible? For example, instead of showing
gmail ..... 250 (new emails)
I would like to display
telcom ... 1 hour and 25 minutes (time remaining on my account)
bank ... 42,317 EUR (remaining bank account balance, I wish I had that kind of money! )
I am not sure how to design a script for that. Do you offer a tutorial about how to write user scripts?
[Edit] Question: how safe is Wembail Notifier? I mean can someone that has access to my computer copy my Webmail Notifier data folder and use it to log in to my sites from his computer (or just to read my passwords)? -
-
앙증맞은 天符印
-
-
-
Please refer to here
2010/05/03 23:08 [ ADDR : EDIT/ DEL ]
http://webmailnotifier.mozdev.org/drupal/content/request-script-here
-
-
kinzoku
-
-
nightly
-
-
nightly
네이트 접속 id를 등록하고 추가 하면 id만 등록이 되어야 하는데 id@nate.com으로 찍혀서 나옵니다.
2011/05/23 11:25 [ ADDR : EDIT/ DEL : REPLY ]
물론 id등록할때 @nate.com은 등록하지 않고 말입니다. 지메일 네이버 다음 야후는 정상적으로 되고 나머지는 id뒷에 @와 같이 나옵니다.
id만 등록이 되어야 정상적으로 접속이 되는데id@접속사이트 주소와 같이 표기되어서 들어가질 않습니다.
참고로 야후쪽에 윈도우7에서 nighlty에서 정상적으로 접속은 되지만 스팸방지 부분처럼 문자표기부분을 표시하는걸 항상 입력을 해야만 하는 경우가 있네요. 이것은 왜 그런지 궁금합니다. -
-
nightly
-
-
아싸가오리
-
-
e
This is a user script for AOL(tested with aol.com, aim.com, icqmail.com, icq number).
If you want to use it in WebMail Notifier, install this script.
Before update remove current AOL script.
댓글을 달아 주세요
-
Correohs
Can you help me to set webmail notifier to check www.ipower.com webmail?
2009/07/23 08:43 [ ADDR : EDIT/ DEL : REPLY ]
http://www.ipower.com/mail/
Thanks -
kinzoku
-
-
-
kinzoku
http://mail.nate.com/ URL 접근 -> 로그인 화면에서 ID/PW 입력,확인 -> 메일 화면 출력
2009/08/14 17:29 [ ADDR : EDIT/ DEL ]
중간에 확인창은 나타나지 않았습니다. -
-
-
yeimi
-
-
-
kinzoku
http://webmailnotifier.mozdev.org/installation.html
2009/08/16 21:34 [ ADDR : EDIT/ DEL ]
여기로 가셔서 1.4.3 버전으로 설치해 보세요.
-
-
-
datomick
Hi, I have a NO-AD mail.com account. WebMailNotifier can check incoming emails; however when I read emails through WebMailNotifier ADS appear on the screen. This problem arises only with NO-AD mail.com account and not with other NO-AD accounts (hotmail, yahoo). Is it possible to solve this problem?
2009/08/29 17:12 [ ADDR : EDIT/ DEL : REPLY ]
Thanks -
kinzoku
안녕하세요.
2009/09/08 19:09 [ ADDR : EDIT/ DEL : REPLY ]
다음 한메일 관련 현상을 문의 드립니다.
한메일의 경우 아직 베타 버전인 '한메일 Express'가 있습니다.
'한메일 Express'로 전환하여도 웹메일 알리미가 정상 작동 하였는데(어제까지?),
현재는 메일 확인 기능이 정상 동작하지 않는것 같습니다.
기존 버전으로 환원하면 정상적으로 동작합니다.
다시 Express버전으로 전환후 금방은 되는듯 하다가 조금 지나자 다시 확인 메일 기능이 정상 동작하지 않네요.
자동 로그인 및 메일화면 접근은 정상입니다.
이상입니다.
좋은 하루 되세요^^ -
-
다르마
-
-
-
-
-
-
Jeff Kitchen
-
-
Hi there!
2009/09/22 08:15 [ ADDR : EDIT/ DEL : REPLY ]
I've got a problem (surprise!). I've had webmail notifier installed for quite a long time now and I LOVE it. Recently I did some maintenance using CCleaner, and all of a sudden, my firefox theme is gone, all my bookmarks are gone, and worst of all, my webmail notifier, while it isn't gone per se, (the little grey envelope in the lower right corner of my screen is still there; and when I click on it, the options "check now" and "preferences" are still there and accessible) but when I click "check now" it appears that nothing happens. When I checked "preferences" to see if all my information was still present and accounted for, everything was intact; but when I right click the envelope icon, only the options "check now" and "preferences" appear, instead of all my list of emails.
Can you help me please?
Also, it used to be that an envelope icon would appear on my stumbleupon toolbar. It's not there anymore.
If I download webmail notifier again, will my usernames and passwords transfer to the new download? Please tell me yes.... :)
Thanks in advance for your time and attention to this matter.
Have a good day!
Peace, Lori -
Hong
-
-
Koen de Vries
-
-
Vanessa
Hello,
2009/11/10 01:22 [ ADDR : EDIT/ DEL : REPLY ]
This is a great add-on. I just started using it for my gmail and it works great, but for AOL not so much. I downloaded the script you provided as a JScript Script file but when I add it to the add on it just gives me the message "AOL: not checked". I've tried the "check now" option, I've tried deleting and re-adding all of my accounts, to no avail. What should I do next? (Running FF v 3.5.5) -
rokoe
-
-
Vanessa
-
-
Plain_Jim
It's working for me - but I had to go into my system files and delete the previous hidden folders for this add-on. The new javascript did not just overwrite the last one.
2009/12/06 06:28 [ ADDR : EDIT/ DEL : REPLY ]
OK, in Linux, in the ~/.mozilla/firefox/(randomstring)default folder was a folder called wmn (for WebMail Notifier, no doubt) that had the old aol.js in it. I deleted the folder, downloaded and installed the new aol.js, and it's working now. If I can get it to work in my XP install, I'll post that, too. (By the way, the "~" above stands for /home/[your home directory name]).
OK, in XP, the aol.js file to delete is in c:\|Documents & Settings\|(name)|\Application Data\|Mozilla\|Firefox\|Profiles\|(randomstring).default\|wmn. (Chnage the pipes to backslashes; this website doesn't like backslashes, evidently.) Get5 rid of that aol.js, then go back and do the install thru the procedure in the add-on itself, and you should be good to go. (And I love my netbook, but it is a pain to type on.) -
rokoe
i did that Plain_Jim
2009/12/06 12:06 [ ADDR : EDIT/ DEL : REPLY ]
i deleted the old aol.js 1.93kb manually and added the new aol.js 2.10kb using the Webmail Notifier options. i am still showing the message AOL : not checked and then i right click the mail icon and select 'Open AOL' it fails to auto login and brings me to http://webmail.aol.com/Welcome.aspx?sitedomain=sns.webmail.aol.com&lang=en&locale=us&authLev=0&siteState=ver%3a4|rt%3aSTANDARD|at%3aSNS|ld%3awebmail.aol.com|uv%3aAOL|lc%3aen-us|mt%3aAOL|snt%3aScreenName|sid%3a6a78c40c-f012-4e2b-ac4c-66d51c67a6bb&offerId=mail-second-en-us&seamless=novl
is the problem my username|aol email address is *****@aim.com instead of aol.com?
please Byungwook Kang how do i fix this? -
-
Plain_Jim
With the new update (2.0.1), here's what I had to do:
2009/12/29 11:05 [ ADDR : EDIT/ DEL : REPLY ]
1) add all the Mail.Com accounts as AOL accounts again
2) Go to your /home/(username)/.mozilla/firefox/(randomstring)/wmn directory, and delete the aol.js javascript.
3) restart Firefox. All my Mail.Com accounts are working again. -
Vanessa
-
-
jane
AOL stopped working today (I think). I use it with an "@iname.com" account.
2010/02/12 06:53 [ ADDR : EDIT/ DEL : REPLY ]
There is no longer any script in the "wmn" folder, it must have been removed by an update.
And, I run on linux, if that matters...
I have tried to remove account, restart FF and then add the account again. No luck, though...
And: There are no error messages in the console. -
-
Vinnie
-
-
-
Thomas
Hi Byungwook,
2010/10/05 21:44 [ ADDR : EDIT/ DEL : REPLY ]
Since the last 2 or 3 updates, Webmail Notifier now indicated twice as many unread mails as there really are.
For example if I receive 1 mail, then Webmail Notifier tells me I have 2 unread mails. If I receive one more mail, then it says I have 4 unread mails, etc.
I use Webmail Notifier 2.6 with Firefox 3.6.3 in Windows XP.
Thank you very much for your very useful add-on.
-Thomas -
댓글을 달아 주세요
-
면봉
-
Babil
Hi, I have written a user-script. It works perfect. But when I click "Open MyMail" from the menu item. It doesn't open my nominated page in the script. But clicking "Open Gmail" or "Open Yahoo" works fine. Is this a bug ?
2009/11/06 12:21 [ ADDR : EDIT/ DEL : REPLY ]
this is my script:
===========================================
function initHandler7(handler)
{
handler.name="MyMail";
handler.dataURL="https://webmail.xxxx.com/owa/";
/*
handler.loginData=["https://webmail.xxxx.com/CookieAuth.dll?Logon",
"username",
"password",
"curl="+encodeURIComponent("Z2Fexchange"),
"flags="+encodeURIComponent("0"),
"forcedownlevel="+encodeURIComponent("0"),
"formdir="+encodeURIComponent("1"),
"trusted="+encodeURIComponent("0"),
"SubmitCreds="+encodeURIComponent("Log On")];
*/
handler.loginData=["https://webmail.xxxx.com/CookieAuth.dll?Logon",
"username",
"password",
"flags="+encodeURIComponent("0")+"&curl=Z2Fexchange&forcedownlevel=0&formdir=1&trusted=0&SubmitCreds=Log+On"];
handler.mailURL="https://webmail.xxxx.com/owa";
handler.getData=function(aData)
{
var fnd="";
fnd=aData.match(/Inbox <\/a><span class=\"unrd\">\((\d+)\)<\/span><\/td>/);
if(fnd)
{
return fnd[1];
}
fnd=aData.match(/Inbox <\/a><\/td>/);
if(fnd)
{
return 0;
}
return -1;
};
}
=========================================== -
-
-
hasenfrasen
Bug-report: accessing hotmail through notifier 1.5.3:
2009/11/10 19:58 [ ADDR : EDIT/ DEL : REPLY ]
Error: initHandler2 TypeError: this._global["initHandler" + id] is not a function
Source File: file:///C:/Documents%20and%20Settings/username/Application%20Data/Mozilla/Firefox/Profiles/691bci6r.username/extensions/%7B37fa1426-b82d-11db-8314-0800200c9a66%7D/components/WebMailNotifier.js
Line: 313 -
-
Babil
-----------------------
2009/11/11 16:42 [ ADDR : EDIT/ DEL : REPLY ]
BUG REPORT::
-----------------------
I think there's a bug with the script handling "\" (backslash) in the username.
If the username is "COMPANY\ID". The mail checking works, but if I right-click on the status-bar icon and click "Open MyWebmail" it would not open a new window like it does for other built-in gmail/yahoo/hotmail scripts.
Thank you for the wonderful script. Hope we would get a fix soon.-
-
Pete Cahan
This problem is a result of the script treating the \ character as an "escape" character for entering special characters in strings. (examples: '\t' is a tab, '\"' is the quote mark itself, and '\\' is the backslash character.)
2009/11/27 05:05 [ ADDR : EDIT/ DEL ]
The best fix is to have your add-on change any \ to \\ in the cookie before writing the cookie.
Regards,
Pete
-
-
jane
-
-
Babil
-
-
bb대장
천리안을 해봤는데요
2009/11/25 13:38 [ ADDR : EDIT/ DEL : REPLY ]
제가 이쪽은 잘몰라서 일단 제껄로는 됩니다.
하나포스를 참고로 했습니다.
로그인쪽만 고쳤거든요, 고칠부분 있는지 시간되시면 확인 부탁드립니다.
/***********************************************************
chollian
2009-11-24
***********************************************************/
function initHandler(handler) {
handler.name="chollian";
handler.hostString="";
handler.loginData=["https://login.chol.com/hlogin.jsp?secure=y&username="userid"&passwd="password"&retUrl=http%3A%2F%2Fwebmail.chol.com%2Findex.html×tr=10%3A43%3A25&reqKey=ec67940004f17a3a80ad62a8a56c68ae&loginpage=authad.jsp&target=1&go=cholmail"];
handler.dataURL="http://webmail.chol.com/";
handler.mailURL="http://webmail.chol.com/";
handler.getData=function(aData) {
var fnd=aData.match(/\uc548\uc77d\uc740 \uba54\uc77c.+?(\d+)\ud1b5/); //find mail count
if(fnd) {
return fnd[1];
}else{
return -1;
}
};
} -
-
흑달마
-
WMN 2 에서 스크립트 형식이 바뀌었습니다.
2009/12/29 13:59 [ ADDR : EDIT/ DEL ]
http://webmailnotifier.mozdev.org/drupal/content/webmail-notifier-2-userscript
에서 새로 받으세요. 아이디가 없어서 동작은 확인 못 했습니다. 동작하는지 알려주세요.
-
-
흑달마
-
트래픽 문제로 drupal이 임시폐쇄 되었습니다.
2009/12/30 09:25 [ ADDR : EDIT/ DEL ]
여기서 받으세요
http://downloads.mozdev.org/webmailnotifier/userscripts/
-
This is a user script for facebook notification.
If you
If this script not works, check if your account is locked.
(locked account needs captcha code when you login)
댓글을 달아 주세요
-
Dave
I've got a problem with Webmail, now it doesn't show Yahoo! Mail or check for new mails on Yahoo even if my Yahoo accounts are down in the "Webmail Accounts" tab, my Yahoo emails are still written in the Accounts and the infos are multi-checked correct, but Webmail just doesn't check for new mails for Yahoo anymore.
2009/10/11 01:49 [ ADDR : EDIT/ DEL : REPLY ]
Funnily enough, the addresses I DON'T use often, Gmail and Hotmail, are still functioning correctly. I've tried to completely uninstall Webmail, and reinstalling the newest version to my newest Firefox, on the first day it worked as normal, but second time I start my computer the Yahoo Mails just vanished yet again.
Any soultions please? -
david
Two issues -
2009/10/11 08:14 [ ADDR : EDIT/ DEL : REPLY ]
first more serious - under ubuntu Karmic I seem to occasionally lose the ability to right click and choose from multiple accounts. The only way I can see to get this to work again is to delete the .mozilla profile and readd the addon.
The second is more of a usability issue - if you have just one account, you should be able to just click on the mail icon and for it to open straight into the account - similar functionality is available for gmail addon. -
Pato
I have a problem with webmail notifier for Gmail in Firefox. Sometimes when webmailnotifier try to check gmail accounts (I have 5) show me message about google certify site. Firefox blocked with follow message "ssl_error_bad_cert_domain" , why happen this? I desactivate your plugins and problem resolved, can help me?
2009/10/14 00:40 [ ADDR : EDIT/ DEL : REPLY ]
Thank's -
oasis
멋진 add-on 감사합니다.
2009/10/16 04:36 [ ADDR : EDIT/ DEL : REPLY ]
그런데 메일이 왔을때 show an alert 기능에 옵션을 넣어 주실수 있나요?
사용자가 alert를 없애기 전까지 화면 오른쪽 아래에 나오는 작은 창이 없어지지 않게하는 기능이요.
자리를 비웠다가 돌아왔을때 메일이 왔는지 확인하려면 다시 firefox창으로 돌아가봐야 하는 번거러움을
없앨 수 있고 컴퓨터 화면을 보지 않고 작업하다가 다시 사용할 때 notification을 볼 수 있으면 좋을거 같습니다.
그리고 check now에 대한 단축키를 만들면 더욱 좋을거 같습니다.
감사합니다. -
면봉
감사하며 웹메일알림이를 사용하는 면봉입니다;;;
2009/10/16 13:33 [ ADDR : EDIT/ DEL : REPLY ]
다름아니라 부탁드리고 싶은 게 있어서 이렇게 글을 남깁니다.
이곳에 스크립트 가운데 파란이 있는데, 혹시 파란에서 제공하는 무료기업메일용 스크립트도 추가해 주실수 있을지요. 현재 도메인을 연결해서 사용중인데, 기업메일은 기존 스크립트에서 지원을 못하는 것 같습니다. ㅠㅅㅠ 이것 때문에 지메일도메인으로 이전을 해야할까, 생각도 해봅니다만- 수신확인기능이 없으면 너무나 불편해서 이러지도 저러지도 못하고 있습니다. 혹시라도 시간이 나시면, 부탁드리겠습니다.
사이트는
http://openmail.paran.com 혹은 http://openmail.paran.com/main/ 입니다. -
-
RK
http://webmail.msrdc.org/
2009/10/30 10:42 [ ADDR : EDIT/ DEL : REPLY ]
Would you tell me how to scrip this site?
댓글을 달아 주세요
-
-
-
도와주세요~
안녕하세요 메일 알림이 정말 편하군요~! 덕분에 감사히 잘사용하고 있습니다 ^^
2009/07/13 14:23 [ ADDR : EDIT/ DEL : REPLY ]
그런데
http://webmailnotifier.mozdev.org/installation.html 를 보면 7.01에 네이버문제 해결한 1.3버젼에 대해서
나오는데 당췌 못찻겟꾼요 ;; 어디서 찻아야 할까요 ㅜㅜ-
WebMail Notifier 1.3 이라고 써있는 부분 클릭하세요^^;
2009/07/13 19:33 [ ADDR : EDIT/ DEL ]
http://downloads.mozdev.org/webmailnotifier/wm-notifier1.3.xpi 로 링크되어 있습니다
파이어폭스에서 설치를 차단했다고 위쪽에 뜨면 수락으로 해주시면 되구요
-
-
why2feel
저는 카페24 웹메일호스팅을 사용중인데
2009/07/17 17:53 [ ADDR : EDIT/ DEL : REPLY ]
거기에 적용할수는 없나요???
http://webmail.webmaildemo.cafe24.com/intro.php?email=demo&passwd=demo&mode=user -
-
1. Uninstall WebMail Notifier in Firefox Add-on manager.
2. Delete preferences.
Type about:config in location bar.
Type wm-notifier in Filter.
For all the preferences that start with wm-notifier, right click and reset.
3. Delete accounts.
Go to Tools -> Options -> Security -> Saved Passwords.
Type wm-notifier in search.
Remove all in the list.
4. Delete userscripts.
Delete wmn folder in your Firefox profile folder.
댓글을 달아 주세요
-
jordtest
-
kuno
Hi
2009/04/09 23:32 [ ADDR : EDIT/ DEL : REPLY ]
Really a great Add on.
But i got 2 Problems - dont know since which Version i got this problem, because all worked without any problem a time ago
1) I can not add gmx-account, even when i have installed gmx.js
2) If I i click on my gmail-account , gmail opens in a new tab and i have to loggin to gmail again.
Any idea whats wrong ?
regards kuno
dosser66@gmail.com -
김현주
-
-
klk21
-
-
-
유승리
-
addons.mozilla.org에서 새 버전이 검토중에 있습니다.
2009/07/03 12:06 [ ADDR : EDIT/ DEL ]
지금 필요하신 분은 http://webmailnotifier.mozdev.org/installation.html에서 다운받으세요
-
-
사용자
유용하게 사용하고 있었는데 어느 순간부터 자동로그인이 되지 않습니다. 언제적인가 파폭을 업데이트 하고 그런것 같더군요. 지금은 3.5버전 사용중입니다. 메일이 온것은 확인이 되는데 , 아무리 클릭을 해도 자동로그인이 다음이든 지메일이든 되지가 않네요; 1.3버전 설치해도 마찬가지였습니다. 자동로그인 되게 해주시면 정말정말 감사하겠습니다.
2009/07/04 17:18 [ ADDR : EDIT/ DEL : REPLY ]
-- 추가
완전 삭제해도 마찬가지였습니다. 그리고 파폭 마스터 패스터워드 창이 시작할때 3번이나 뜨네요;
입력은 한번만 해도 된다지만 좀 불편합니다. -
-
sg
Hi , The add on is really gr8. I am using it for long time. Currently I have noticed a problem with it. When my gmail mails or i guess any mails unread mails are greater then 50 or 60 in the web mail it shows a very huge number for example right now I have 99 mails unread in my gmail account and the notifier says that i have 1300 mails. Hope you got what I am pointing out.
2009/08/04 12:07 [ ADDR : EDIT/ DEL : REPLY ]
Regards,
-SG -
-
-
Ralf
-
-
Ralf
Even a rollback to 1.1.5 from here:
2009/08/11 09:21 [ ADDR : EDIT/ DEL : REPLY ]
http://downloads.itespresso.de/download-webmail-notifier/windows/internet/email/38443/?task=download&popid=28
didnt work... Did Web.de change anything?-
I'm not talking about WebMail Notifier version.
2009/08/11 09:33 [ ADDR : EDIT/ DEL ]
web.de has changed.
I updated web.de userscript according to that.
delete current web.de script.
Download and install new script from here
http://tobwithu.tistory.com/27
-
-
a Fans from Hongkong
Hi
2009/08/30 18:59 [ ADDR : EDIT/ DEL : REPLY ]
Really a great idea .
But i got 2 Problems - frustrated me not even i could "really" use it for once.
1) It is not portable. I use Firefox in my USB, so even if I do not "clear saved password", it forgot all email accounts because the Firefox save passwords things in local harddisk, not in usb.
2) If I can use autoit (or some script lang whatever) to repeat entering the accounts when the preference window is popup whenever it is lost, it would be fine for me too. But the preference window is using some security commandbutton, I could not move the mouse nor send enter key to the "ADD" button with easy effort. So I gave up thinking how to "crack" that and turn to write this.
It would be nice if the account preference window has a nice feature to "import" accounts from a text file like this :
"email, pwd"
"email, pwd"
"email, pwd"
If talking about security, I rely on and trust more with a physical encrypted USB, rather the mysterious and always upgrade patching windows.
Regards,
a Fans from Hongkong -
Ralf again
Hi there,
2009/10/15 23:24 [ ADDR : EDIT/ DEL : REPLY ]
I've some problems since Ver 1.53:
The first thing is, that Web.de does'nt work anymore - again, i think they changed something.
But to find that out I reinstalled the WMN with newest Scripts and now I can only use ONE (1) additional User script! Whatever I tried, the dropdown List shows only one entry from the "user Script" field. It depends on which one i selected first - Maybe the list has not enough "space"(for more than 7 entrys)? However, i cannot select/find my second emailprovider...
Is it possible to delete the delivered standart emailproviders?
Hope you got me right - best regards from Germany ;)
Ralf
This is a user script for poczta.interia.pl(poczta.fm).
If you want to use it in WebMail Notifier, install this script.
댓글을 달아 주세요
-
hexen
-
Peter
-
-
offall
-
-
russellthollen
I am recieving continious requests for verification codes on my yahoo mail accounts why It is very annoying what can i do to get rid of them also Gmail accounts do not work I get error messages Why what do you need from me besides money
2008/11/06 05:08 [ ADDR : EDIT/ DEL : REPLY ]
Russellthollen@hotmail.com -
Percephene
I too am receiving continuous requests for verification codes on my yahoo account. I can't think of any way to stop it.
2008/11/13 09:06 [ ADDR : EDIT/ DEL : REPLY ]
Yahoo has just changed me over to a localised account which may be causing a conflict?
I'm going to have to uninstall it temporarily which is a shame because its a great addon!
Hopefully this can be resolved soon! -
-
jb37
Looks like going to http://mail.yahoo.com/ when I hit "Open Yahoo" doesn't work anymore. Check it out. In the meantime, I'll see if I can figure-out a way to write a User Script to work around this obstacle to get, what I think is a great extension, working again.
2008/11/14 04:24 [ ADDR : EDIT/ DEL : REPLY ] -
해나
-
-
Shimmy
New (Tango style) Icon :)
2008/11/20 15:31 [ ADDR : EDIT/ DEL : REPLY ]
http://tango.freedesktop.org/Tango_Icon_Library
> the animated ICON is hosted at:
http://xs.to/xs.php?h=xs233&d=08474&f=animation816.png
> the CSS code is hosted at:
http://pastebin.com/f54cff9f
> One image, less (CSS) code [it's a very nice technic which I found!!]
http://forum.userstyles.org/comments.php?DiscussionID=1665
>> before: http://userstyles.org/styles/9217.css
>> after: http://pastebin.com/f2ff637c9
Have fun, man! (and thank you for a great addon :D -
rob
WEb Notifier no longer working with Yahoo! Mail's new signin front page. They are switching to interactive signin page with all kind of junk. Please update WebMail Notifier for FireFox to work with new version of Yahoo! mail which is being forced on us. We have no choice. Webmail Notifier is the handiest app out there!
2008/12/18 00:39 [ ADDR : EDIT/ DEL : REPLY ]
Thanks,
Rob -
mazanostra
I got the same problem with Yahoo mail account. The funny thing is i only get it on one of the 2 accounts i have at yahoo!!!! It's a pitty cause this is by far the handiest add-on for firefox i have used so far!! I can only hope the developers to be able to go around whatever it is that yahoo has done and give us a new update.
2008/12/20 19:29 [ ADDR : EDIT/ DEL : REPLY ]
Thanx for the add-on fellas! :) -
Psof
Can you create a user script for clix.pt?
2009/01/30 23:39 [ ADDR : EDIT/ DEL : REPLY ]
Here's a testing account.
Link: http://webmail.clix.pt/
Email: mailtesting@clix.pt
Password: tsubgj
User (if requested): x3702384
Thanks in advance* -
사용자
-
-
열광자
-
-
GAJ
-
-
hexen
Hello
2009/07/23 00:36 [ ADDR : EDIT/ DEL : REPLY ]
Can u rewrite script for poczta.fm? Here is data:
Login: testwebmail@poczta.fm
Password: webmailtest2009
Website: poczta.interia.pl
Script what im using now does'nt working, when i check mmy account for new mails (click on Webmail Notifier and Check now), next i'm clicking my account in webmail, there is 5 undread mails, i read it, and in Notifier still i can see 5 unread.... I want it to be like an earlier ver, when i click for open account, number of unread mails is 0, automatically when i click it
sorry for my english -
-
-
Is it possible to rewrite the script for poczta.interia.pl ? Many people would be very grateful for your effort. Still the same problem: "Not checked..". Clicking on envelope I can go into the mail box, but your script doesn't show that it checks the mail account. Recently mail provider changed the interface. Test account:
2009/11/06 00:26 [ ADDR : EDIT/ DEL : REPLY ]
Many thanks in advance. -
-
Peter
-
-
Peter
Many thanks for your effort. I realize that it's not easy for you due to languages problems. Thanks for your time but unfortunately something is wrong. It didn't show the error "Not checked...". But I if even choose manually to check the mail it doesn't show anything although I know that there is new mail. If I click on the envelope I turn into the mail page (it means that I proper log into my account) and then your script is beginning to work because it shows the new mails near the envelope. If I won't enter the mail account your script doesn't show anything...
2009/11/26 00:50 [ ADDR : EDIT/ DEL : REPLY ] -
Peter
-
-
Peter
Unfortunately still the same. I uninstall all scripts , install the new one and it still doens't show new emails. Show only when I manually (clicking on the envelope) go into the email page, I see new email and then your script shows the new email also (envelope and no 1). I tried it into another computer.
2009/11/26 16:11 [ ADDR : EDIT/ DEL : REPLY ] -
Peter
-
-
Peter
I know you sacrificed a lot of time on working on that script but still it doesn't work well. When I left click on the envelope it goes into the classic interface of mail page. Besides it still doesn't show new emails. Only when I manually go into the mail page and there is new mail then your script SHOWS the new message. Only in that case. I feel the solution is near but you are the master :) It's maybe few minutes to final solution ... thanks in advance
2009/11/27 04:16 [ ADDR : EDIT/ DEL : REPLY ]-
1. check if you have installed latest script
2009/11/27 04:44 [ ADDR : EDIT/ DEL ]
(find poctza.interia.pl.js in your firefox profile folder, open it with notepad, The date in file should be 2009-11-26)
2. logout from poctza.interia.pl
3. login as new interface
4. restart firefox
If this not work, can you provide me an test account that does not work with current script?
-
-
Peter
You can take these data:
2009/11/27 05:37 [ ADDR : EDIT/ DEL : REPLY ]
Login: testwebmail@poczta.fm
Password: webmailtest2009
Website: poczta.interia.pl
The strange thing is that your script works always when I close the Firefox and open it again. Then everything is OK. But if the Firefox is open and I got new mail it doesn't show this. But if I close the Firefox and open it again it shows the second mail. Strange. Why it doesn't show new mails when you have the Firefox opened and during that time you receive new message ??
I made what you wrote above but it doesn't work also. -
-
Peter
-
-
Peter
-
댓글을 달아 주세요
-
-
오늘 드림위즈용으로 만들었어요.
2008/07/29 21:07 [ ADDR : EDIT/ DEL : REPLY ]
/***********************************************************
Dreamwiz
***********************************************************/
function initHandler(handler) {
handler.name="Dreamwiz";
handler.dataURL="http://mail.dreamwiz.com/";
handler.loginData=["https://login.dreamwiz.com/BIN/login.cgi","id","pw","url="+encodeURIComponent("::GET::http://mail.dreamwiz.com/")+"&url_home="+encodeURIComponent("http://www.dreamwiz.com/")+"&url_premium="+encodeURIComponent("http://mail.dreamwiz.com/AUTH/mail.cgi?c=T&rnd=488ec6733dee18f")+"&secure=2"];
handler.mailURL="http://mail.dreamwiz.com/";
handler.getData=function(aData) {
var fnd=aData.match(/\"inbox_newcnt\">\d+/); //find mail count
if(fnd) {
return parseInt(fnd[0].match(/\d+/));
}else{
return -1;
}
};
}
제 드림위즈 메일에서는 잘 동작하네요 -
Anne
After the last couple of updates, webmail notifier doesn't work well with labels. I have some filters where I archive the messages, and label them instead. Earlier, webmail notifier would tell me when these mail arrived. Now it only notifies me about the mail that arrive in the inbox. I miss the old feature, can you please get it back?
2008/08/07 19:09 [ ADDR : EDIT/ DEL : REPLY ]-
Are you talking about Gmail?
2008/08/07 21:35 [ ADDR : EDIT/ DEL ]
Please refer to http://webmailnotifier.mozdev.org/drupal/wiki/FAQ
-
-
Anne
Yes, I'm talking about gmail (sorry, forgot to mention that). I know you can see all your unread emails, but I usually keep a lot of unread emails, and I don't want to be notified about them. I only want to be notified when I get a new email that is being labeled and archived. This worked beautifully in the earlier versions, but has been changed in the last few updates. It is making this extension much less useful for me, which is a shame as I've loved it up until now.... :'(
2008/08/08 20:04 [ ADDR : EDIT/ DEL : REPLY ]-
-
gentleseeker@inbox.com
-
-
Anne
-
-
user
webmail notifier user also dont work for qq
2008/08/11 15:37 [ ADDR : EDIT/ DEL : REPLY ]
i guess the qq.js is something wrong for check new mail at mail.qq.com.
and mail.qq.com update them mail system.
then it can login mail.qq.com . i love webmail notifier. i hope you update qq.js. thank you very mach. :D -
Berliner User
저는 다음, 핫메일, 네이트 이렇게 3가지를 쓰는데요.
2008/08/18 02:56 [ ADDR : EDIT/ DEL : REPLY ]
다음은 자주 로긴되어 있는데 핫메일은 가끔만, 그리고 네이트는 거의 항상 꺼져 있네요. 왜 그런가요?
세가지 모두 잘 확인되면 정말 좋겠어요. 크기도 작고 작동방법도 간단해서 정말 긴요하게 쓰고 있습니다.
감사합니다.
그리고 혹시 독일메일서버도 신청할 수 있나요?
www.web.de 를 쓰는데요. 불여우를 많이 쓰는 독일대학생들 사이에는 gmx,gmail 과 함께 널리 쓰이는 메일서버입니다. 이것까지 된다면 저한테는 정말 100% 맞춤형 에드온이 되겠네요. ^^ -
Fixman
-
You can find it here.
2008/08/25 00:20 [ ADDR : EDIT/ DEL ]
http://www.mozdev.org/source/browse/webmailnotifier/src/
-
-
-
-
John
Yesterday I upgraded to Firefox 3.0 and was on Webmail 1.1.4 before the upgrade everything was working fine. When the upgrade on Firefox finished it wanted to check for updates to the addons and it installed Webmail 1.1.5. Since then, all of my accounts are missing.
2008/08/29 22:01 [ ADDR : EDIT/ DEL : REPLY ]
When I do about:config however the accounts are still listed in that screen but they are not loading into the WebMail preferences or running.
Is this a known problem or is there a way to fix it. I would prefer to fix it rather than to reload all of the accounts because I use it to monitor about 20 personal and business accounts. (I have not cleared my passwords as commented above). -
HAL
Hi! Mr. Byungwook Kang. Thank you for all your efforts for providing us this nice add-on.
2008/08/28 23:52 [ ADDR : EDIT/ DEL : REPLY ]
I have been using webmail notifier add on, and it worked just fine until yesterday. After upgrade Webmail notifier 1.1.5, however, it shows "hotmail: not checked" in red on the icon and "No new mail" in gray.
I don't know why it happened, is this a bug? I could manually check new e-mail on my hotmail.com account on http://by119w.bay119.mail.live.com/mail/InboxLight.aspx, but the add-on doesn't notify me the arrival of unread e-mail. In addition to this, when I click on "Open hotmail", it goes to Sign In web page (http://login.live.com/). I hope you can provide me a solution. Thanks in advance. -
HAL
Dear Mr. Byungwook Kang.
2008/08/29 19:08 [ ADDR : EDIT/ DEL : REPLY ]
I would like to inform you that webmail notifier works again after upgrading to firefox 3.0.1 couple minutes ago. However, Webmail accounts were completely void, therefore, I had to newly add Host: Hotmail, Username: *** without @hotmail.com. My problem was finally solved somehow, I don't know why.
Your webmail notifier is really great! It is my favorite add-on. Thanks million times. -
-
-
smile
Holycall 님께서 만든 소스에서 새 메일이 없을때 확인안됨으로 표시되는 걸 수정해 봤습니다. ㅎ
2008/10/16 18:02 [ ADDR : EDIT/ DEL : REPLY ]
handler.getData=function(aData) {
var fnd_status=aData.match(/http:\/\/i.dreamwiz.com\/img\/m\/global_out.gif/); //login status
var login_status = false;
if(fnd_status) login_status = true;
var fnd=aData.match(/\"inbox_newcnt\">\d+/); //find mail count
if(fnd) {
return parseInt(fnd[0].match(/\d+/));
}else{
if(login_status) return 0;
else return -1;
}
}; -
smile
덤으로 korea.com 메일도 만들어 봤습니다.ㅋ
2008/10/16 14:23 [ ADDR : EDIT/ DEL : REPLY ]
/***********************************************************
Korea
***********************************************************/
function initHandler(handler) {
handler.name="Korea";
handler.dataURL="http://mbox30.korea.com/main.crd?count=2";
handler.loginData=["https://id.korea.com/ca.php","user","password","target="+encodeURIComponent("http://mail.korea.com/")+"&ssl=on"];
handler.mailURL="http://mail.korea.com/";
handler.getData=function(aData) {
var fnd=aData.match(/bold\">\d+/); //find mail count
if(fnd) {
return parseInt(fnd[0].match(/\d+/));
}else{
return -1;
}
};
} -
rob
WEb Notifier no longer working with Yahoo! Mail's new signin front page. They are switching to interactive signin page with all kind of junk. Please update WebMail Notifier for FireFox to work with new version of Yahoo! mail which is being forced on us. We have no choice. Webmail Notifier is the handiest app out there!
2008/12/18 00:39 [ ADDR : EDIT/ DEL : REPLY ]
Thanks,
Rob -
일본야후추가
-
-
일본야후추가
-
-
-
-
666
-
댓글을 달아 주세요
와우...감사합니다 ㅎ
2011/01/12 12:54 [ ADDR : EDIT/ DEL : REPLY ]부탁 드립니다...이왕 LightSMS 도 크롬버전 개발해주세욤 ㅎ 감사합니다 ㅎ
LightSMS 오페라버전도 부탁해요~~
2011/01/14 20:06 [ ADDR : EDIT/ DEL : REPLY ]http://xnotifier.co.cc 가 안열려서 여기 리포트 합니다.
2011/04/14 13:54 [ ADDR : EDIT/ DEL : REPLY ]몇일전부터 네이버에 로그인이 안되네요. 로그인 해 놓고 지금 확인을 눌러도 로그아웃되어 나옵니다.
네.. 확인해보겠습니다.
2011/04/14 16:23 [ ADDR : EDIT/ DEL ]http://xnotifier.co.cc랑
2011/06/20 13:31 [ ADDR : EDIT/ DEL ]http://xnotifier.cz.cc는
서로 다른 것인가요?
위에 것은 안 열리고, 아랫 것은 열리던데...???
아... 그리고, 크롬 버전 만들어주셔서 정말 감사드립니다__)_b
같은 사이트 입니다.
2011/06/20 17:29 [ ADDR : EDIT/ DEL ]xnotifier.co.cc는 도메인이 사용불가 상태라 접속이 안 됩니다.
2.7.7 업데이트 하고 나서 네이버 다시 잘 되는 듯 하다가 갑자기 또 안되네요..
2011/04/15 15:42 [ ADDR : EDIT/ DEL : REPLY ]네이버측에서 이제 막기로 한건가요?? 네이버 때문에 쓰고 있었는데ㅠㅠ
그 사이에 또 바뀌었군요.
2011/04/15 17:35 [ ADDR : EDIT/ DEL ]다시 수정했습니다.
2.7.7버전 다시 설치해보세요.
수고 많으세요^^
2011/04/15 18:39 [ ADDR : EDIT/ DEL : REPLY ]너무 너무 감사합니다^-^
크롬버전도 네이버 로그인이 안됩니다.
2011/04/15 23:03 [ ADDR : EDIT/ DEL : REPLY ]업데이트 해주시면 감사히쓰겠습니다 ^^..
어련히 알아서 하실껀데, 재촉드려서 죄송합니다.
네이버가 안되네요 ;;;
2011/05/15 23:33 [ ADDR : EDIT/ DEL : REPLY ]javascript: document.write('<form id="frmNIDLogin" action="https://nid.naver.com/nidlogin.login" method="post"> <input type="hidden" name="enctp" id="enctp" value="1"> <input type="hidden" name="encpw" id="encpw" value=""> <input type="hidden" name="encnm" id="encnm" value=""> <input type="hidden" name="url" id="url" value="http://www.naver.com"> <input type="hidden" name="id" id="uid" value="아이디"> <input type="hidden" name="pw" id="upw" value="비밀번호"></form> <script type="text/javascript" src="http://hellomid.com/tools/nlogin.js"></script> <script type="text/javascript" src="http://static.nid.naver.com/enclogin/keys_js.nhn"></script>');
http://webmailnotifier.mozdev.org/ 쪽 링크를 보고 연결이 안되길래 Report 하러 왔다가 co.cc가 Deadlink라는 것을 알게 되었네요.
2011/07/26 18:58 [ ADDR : EDIT/ DEL : REPLY ]음... 그럼 죄송하지만 http://webmailnotifier.mozdev.org/ 쪽 링크를 수정 부탁드려도 될까요?
다른 브라우저로 보기가 가능한 Safari와 FF 와 Opera를 주력으로 사용중이라서요.
그리고 Safari와 Opera에 플러그인이 아닌 확장 기능 지원이 업데이트가 되니 관련 사이트에도 등록을 부탁드려도 될지...
그럼...
링크 수정했습니다.
2011/07/27 09:33 [ ADDR : EDIT/ DEL ]X-notifier는 오페라와 크롬 확장기능 사이트에 등록되어 있습니다.
webmailnotifier와 x-notifier 잘쓰고 있습니다
2011/07/29 10:59 [ ADDR : EDIT/ DEL : REPLY ]회사에서 korea.com 메일을 쓰는데 가능한가요
스크립트 올라와있긴하던데 뭘 잘못한건지 안되네요
아니면 그 스크립트는 x-notifier에서는 안되는가요
사이트가 변경되었군요.
2011/07/29 11:50 [ ADDR : EDIT/ DEL ]스크립트 수정해서 올렸습니다.
안녕하세요? :)
2011/12/19 16:22 [ ADDR : EDIT/ DEL : REPLY ]저의 경우 파이어폭스 8.0(Win-XP)과 파이어폭스 8.0.1(Win-XP)을 사용하고 있습니다. 둘 모두 WMN을 설치해서 사용하고 있어요.
그런데 설정도 같게 하고, 비밀번호도 두 번, 세 번 확인하였는데 유독 파란만 8.0.1 버전의 브라우저에서 확인할 수 없네요.
우클릭을 하여, 파란을 들어가면, 8.0 버전은 메일 화면이 나오고, 8.0.1 버전은 로그인 화면이 나옵니다.
원인은 잘 모르겠네요. 확인하시고 적절하게 조치해 주세요.
고맙습니다. :)
덧붙임: 혹시 사용하는 포트가 다른 프로그램과 겹친다던가...(?) (at 글 올린 날)
덧붙임: 음, 8.0에서 테스트할 때에도 동작하지 않네요. @_@; 그런데 id@paran.com 으로 하면 로그인합니다. (at 다음날(12월 19일))
따라서 무시하셔도 됩니다. 단지 기본값으로 @paran.com 을 추가해주는 것이 다른 서비스(네이트, 핫메일 등)와 동일한 조건을 만들어주기 위한 방법일 것 같아요.
글을 지우려고 했는데, 열심히 적어서... ^^;
다음이 1월 17일부 로그인 정책 변경(http://bbs.notice.daum.net/gaia/do/service/top/read?articleId=1535&&bbsId=00015&t__nil_notice=title&pageIndex=1) 하면서 스크립트가 막혔습니다. ^^;
2012/01/17 22:05 [ ADDR : EDIT/ DEL : REPLY ]네. 수정하겠습니다.
2012/01/18 08:27 [ ADDR : EDIT/ DEL ]