ewwink/X-Notifier-Reloaded

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

billmcct opened this issue · 3 comments

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.

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.

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