diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js index 7e164755..780f7519 100644 --- a/app/store/ServicesList.js +++ b/app/store/ServicesList.js @@ -628,6 +628,14 @@ Ext.define('Rambox.store.ServicesList', { ,description: 'Typetalk brings fun and ease to team discussions through instant messaging on desktop and mobile devices.' ,url: 'https://typetalk.in/signin' ,type: 'messaging' + }, + { + id: 'openmailbox' + ,logo: 'openmailbox.png' + ,name: 'Openmailbox' + ,description: 'Free mail hosting. Respect your rights and your privacy.' + ,url: 'https://www.openmailbox.org/webmail/' + ,type: 'email' } ] }); diff --git a/resources/icons/openmailbox.png b/resources/icons/openmailbox.png new file mode 100644 index 00000000..c4d59c78 Binary files /dev/null and b/resources/icons/openmailbox.png differ