X-N-R no longer able to check yahoo mail
billmcct opened this issue · 3 comments
billmcct commented
With Yahoos forced update to their new mail format, X_notifier is not able to check Yahoo mail.
When manually checking it returns nothing, (no popup) but opening the website shows several mails in the inbox.
daudfatihah commented
add this code in "function isLoggedIn(aData)"
if(aData.match(new RegExp(""accounts".+?"email":""+this.user+"@yahoo.","i")))return true;//mode 3
then it can fix problem to check yahoo mail.
billmcct commented
Thank you for trying but the change didn't fix the problem.
frmariam commented
Please check
https://xnotifier.tobwithu.com/dp/node/3601
Working script for Yahoo:
https://www.dropbox.com/s/qsyrverv1ye3wqx/yahoo.js?dl=0