ewwink / X-Notifier-Reloaded

X-notifier 3.5.25 Notifies your webmails
8 stars 6 forks source link

X-N-R no longer able to check yahoo mail #30

Open billmcct opened 5 years ago

billmcct commented 5 years ago

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 5 years ago

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 5 years ago

Thank you for trying but the change didn't fix the problem.

frmariam commented 3 years ago

Please check https://xnotifier.tobwithu.com/dp/node/3601

Working script for Yahoo: https://www.dropbox.com/s/qsyrverv1ye3wqx/yahoo.js?dl=0