diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 2b3a235c..f5dca8c6 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -362,6 +362,33 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Text from your computer, sync\'d with your Android phone & number.' ,url: 'https://mightytext.net/web/' ,type: 'messaging' + }, + { + id: 'roundcube' + ,logo: 'roundcube.png' + ,name: 'Roundcube' + ,description: 'Free and open source webmail software for the masses, written in PHP.' + ,url: '___' + ,type: 'email' + }, + { + id: 'horde' + ,logo: 'horde.png' + ,name: 'Horde' + ,description: 'Horde is a free and open source web-based groupware.' + ,url: '___' + ,type: 'email' + ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("count"),t=0;for(i=0;i=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' + ,note: 'To enable desktop notifications and automatic mail check, you have to go to Options inside Horde.' + }, + { + id: 'squirrelmail' + ,logo: 'squirrelmail.png' + ,name: 'SquirrelMail' + ,description: 'SquirrelMail is a standards-based webmail package written in PHP.' + ,url: '___' + ,type: 'email' + ,js_unread: 'function checkUnread(){var e=document.getElementsByClassName("leftunseen"),t=0;for(i=0;i=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);' } ] }); diff --git a/resources/icons/horde.png b/resources/icons/horde.png new file mode 100644 index 00000000..3cc036cf Binary files /dev/null and b/resources/icons/horde.png differ diff --git a/resources/icons/roundcube.png b/resources/icons/roundcube.png new file mode 100644 index 00000000..e0b780b8 Binary files /dev/null and b/resources/icons/roundcube.png differ diff --git a/resources/icons/squirrelmail.png b/resources/icons/squirrelmail.png new file mode 100644 index 00000000..7c8b5bf8 Binary files /dev/null and b/resources/icons/squirrelmail.png differ