diff --git a/README.md b/README.md index bf251cff..e282f11c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ ![Rambox](https://raw.githubusercontent.com/saenzramiro/rambox/master/resources/screenshots/mac.png) -## Services available - 79 + +## Services available - 84 WhatsApp Messenger @@ -122,6 +123,9 @@ Teams Xing Workplace +FastMail +Hibox +Jandi Threema





































diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index c89b72f2..3685b686 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -738,6 +738,30 @@ Ext.define('Rambox.store.ServicesList', { ,type: 'messaging' ,js_unread: 'function checkUnread(){var a=document.getElementsByClassName("z-messages"),b=0;for(i=0;i=1?rambox.setUnreadCount(a):rambox.clearUnreadCount()}setInterval(checkUnread,3e3);' ,dont_update_unread_from_title: true - } - ] + }, + { + id: 'fastmail' + ,logo: 'fastmail.png' + ,name: 'FastMail' + ,description: 'Secure, reliable email hosting for businesses, families and professionals. Premium email with no ads, excellent spam protection and rapid personal support.' + ,url: 'https://www.fastmail.com/login/' + ,type: 'mail' + }, + { + id: 'hibox' + ,logo: 'hibox.png' + ,name: 'Hibox' + ,description: 'Hibox is a secure and private messaging platform for your business.' + ,url: 'https://app.hibox.co/' + ,type: 'messaging' + }, + { + id: 'jandi' + ,logo: 'jandi.png' + ,name: 'Jandi' + ,description: 'Jandi is a group-oriented enterprise messaging platform with an integrated suite of collaboration tools for workplace.' + ,url: 'https://___.jandi.com/' + ,type: 'messaging' + } + ] }); diff --git a/resources/icons/ciscospark.png b/resources/icons/ciscospark.png new file mode 100644 index 00000000..b71797d1 Binary files /dev/null and b/resources/icons/ciscospark.png differ diff --git a/resources/icons/fastmail.png b/resources/icons/fastmail.png new file mode 100644 index 00000000..8dd4638a Binary files /dev/null and b/resources/icons/fastmail.png differ diff --git a/resources/icons/hibox.png b/resources/icons/hibox.png new file mode 100644 index 00000000..41cf55a0 Binary files /dev/null and b/resources/icons/hibox.png differ diff --git a/resources/icons/jandi.png b/resources/icons/jandi.png new file mode 100644 index 00000000..30cb8db4 Binary files /dev/null and b/resources/icons/jandi.png differ