Your IP : 3.145.48.63
var jsOutlookUtils={encode:function(e){var t,o=e.length,i,l,s="",n=false,r="&\\[]|";for(t=0;t<o;t++){i=e.charAt(t);l=i.charCodeAt(0);if(n&&l<=127){s+="]";n=false}if(!n&&l>127){s+="[";n=true}if(r.indexOf(i)>=0)s+="|";if(l>=97&&l<=122||l>=65&&l<=90||l>=48&&l<=57)s+=i;else if(l<=15)s+="%0"+l.toString(16).toUpperCase();else if(l<=127)s+="%"+l.toString(16).toUpperCase();else if(l<=255)s+="00"+l.toString(16).toUpperCase();else if(l<=4095)s+="0"+l.toString(16).toUpperCase();else s+=l.toString(16).toUpperCase()}if(n)s+="]";return s},Sync:function(e,t,o,i,l,s,n){var r=500,a=20,c=window.location.host;if(!!n){c=c.replace(/:\d+/,"")+":"+n}t=window.location.protocol+"//"+c+t;s=s.replace(/{/g,"%7B").replace(/}/g,"%7D").replace(/-/g,"%2D");var f="stssync://sts/?ver=1.1"+"&type="+e+"&cmd=add-folder"+"&base-url="+jsOutlookUtils.encode(t)+"&list-url="+jsOutlookUtils.encode(o)+"&guid="+s;var d="&site-name="+jsOutlookUtils.encode(i)+"&list-name="+jsOutlookUtils.encode(l);if(f.length+d.length>r&&(i.length>a||l.length>a)){if(i.length>a)i=i.substring(0,a-1)+"...";if(l.length>a)l=l.substring(0,a-1)+"...";d="&site-name="+jsOutlookUtils.encode(i)+"&list-name="+jsOutlookUtils.encode(l)}f+=d;try{window.location.href=f}catch(g){}}};
//# sourceMappingURL=outlook.map.js