diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index b31f7ff0..e50c6757 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -488,6 +488,15 @@ Ext.define('Rambox.store.ServicesList', { ,url: 'https://www.icloud.com/#mail' ,type: 'email' ,js_unread: 'Object.defineProperty(document,"title",{configurable:!0,set:function(a){var t = document.getElementsByName("mail")[0].contentWindow.document.body.getElementsByClassName("count digit");t = t.length===1?t[0].innerHTML:0;document.getElementsByTagName("title")[0].innerHTML="("+t+") iCloud Mail"},get:function(){return document.getElementsByTagName("title")[0].innerHTML}});' + }, + { + id: 'rainloop' + ,logo: 'rainloop.png' + ,name: 'RainLoop' + ,description: 'RainLoop Webmail - Simple, modern & fast web-based email client.' + ,url: '___' + ,type: 'email' + ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("badge pull-right count"),b=0;for(i=0;i=1?document.title="("+a+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,1e3);' } ] }); diff --git a/resources/icons/rainloop.png b/resources/icons/rainloop.png new file mode 100644 index 00000000..c66a381c Binary files /dev/null and b/resources/icons/rainloop.png differ