diff --git a/README.md b/README.md
index 30181857..326a0f42 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@

-## Services available - 79
+## Services available - 80
@@ -121,6 +121,7 @@
+
diff --git a/app/store/ServicesList.js b/app/store/ServicesList.js
index 3d2e2bf8..74a713e6 100644
--- a/app/store/ServicesList.js
+++ b/app/store/ServicesList.js
@@ -729,6 +729,14 @@ 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'
}
]
});
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