Browse Source

Added Roundcube, Horde and SquirrelMail services

pull/223/head
Ramiro Saenz 9 years ago
parent
commit
682487a9d3
  1. 27
      app/store/ServicesList.js
  2. BIN
      resources/icons/horde.png
  3. BIN
      resources/icons/roundcube.png
  4. BIN
      resources/icons/squirrelmail.png

27
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.' ,description: 'Text from your computer, sync\'d with your Android phone & number.'
,url: 'https://mightytext.net/web/' ,url: 'https://mightytext.net/web/'
,type: 'messaging' ,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<e.length;i++)t+=parseInt(e[i].innerHTML.match(/\d+/g));updateBadge(t)}function updateBadge(e){e>=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<e.length;i++)t+=parseInt(e[i].innerHTML);updateBadge(t)}function updateBadge(e){e>=1?document.title="("+e+") "+originalTitle:document.title=originalTitle}var originalTitle=document.title;setInterval(checkUnread,3000);'
} }
] ]
}); });

BIN
resources/icons/horde.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 57 KiB

BIN
resources/icons/roundcube.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 84 KiB

BIN
resources/icons/squirrelmail.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 87 KiB

Loading…
Cancel
Save