La Poste script 2015

Hi buddies,

If you have troubles with La Poste Webmail xnotifier scripts, please find there my version that works fine,

based on Tobwithu's.

-------------------------------------------------------------------------------------------------------------------------------------------------

/**********************************************************
LaPoste
tobwithu base 2014-08-05
Erjuanito modified 2015-01-25
script changes:
- "z" removed on webmailz.laposte.net (URL)
- cookieDomain=compte.laposte.net

**********************************************************/
var name="LaPoste";
var ver="2015-01-25";

function init(){
  this.loginData=["https://compte.laposte.net/login.do","login","password"];
  this.dataURL="https://webmail.laposte.net/mail";
  this.viewURL="https://webmail.laposte.net/mail";
  this.cookieDomain="compte.laposte.net";
}
function getIconURL(){
  return "http://www.laposte.net/favicon.ico";
}
function getCount(aData){
  var fnd=aData.match(/"name":"Inbox".+?(?:"u":(\d+))?,"view"/);
  return fnd?(fnd[1]?fnd[1]:0):-1;
}
-------------------------------------------------------------------------------------------------------------------------------------------------

have a nice day ;-)

Bonjour ;)... you should send that update to Tobwithu at xndevel@gmail.com !

erjuanito's picture

Sent to Tobwithu

thanks RpD