610c44fe71db31fd238311e7788fa7295aeddf42
[motion2.git] / server / services / email / index.js
1 // *************************************************************************
2 // *                                                                       *
3 // * xCALLY Motion -  The Omnichannel Contact Center                       *
4 // * Copyright (c) Xenialab s.r.l. All Rights Reserved                     *
5 // *                                                                       *
6 // *************************************************************************
7 // *                                                                       *
8 // * Email: info@xcally.com                                                *
9 // * Website: https://www.xcally.com                                       *
10 // *                                                                       *
11 // *************************************************************************
12 // *                                                                       *
13 // * The SOFTWARE PRODUCT is protected by copyright laws and international *
14 // * copyright treaties, as well as other intellectual property laws and   *
15 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                         *
16 // *                                                                       *
17 // *************************************************************************
18 var _0xba73=['initMailAccounts','refresh','mailAccounts','listen','getSettings','loginMailFrequency','catch','log','./realtime','./lib/email','./rpc/mailAccount','./rpc/setting','then'];(function(_0x53f37f,_0xfb0b18){var _0x2fe5f8=function(_0x76ef2d){while(--_0x76ef2d){_0x53f37f['push'](_0x53f37f['shift']());}};_0x2fe5f8(++_0xfb0b18);}(_0xba73,0x7d));var _0x3ba7=function(_0x4792c8,_0x5158a1){_0x4792c8=_0x4792c8-0x0;var _0x35edb1=_0xba73[_0x4792c8];return _0x35edb1;};'use strict';var BPromise=require('bluebird');var server=require('./server');var Realtime=require(_0x3ba7('0x0'));var EmailChannel=require(_0x3ba7('0x1'));var mailAccount=require(_0x3ba7('0x2'));var setting=require(_0x3ba7('0x3'));var realtime=new Realtime();var email=new EmailChannel(realtime);function initRealtime(){return BPromise['resolve']()[_0x3ba7('0x4')](mailAccount['getMailAccounts']())['then'](realtime[_0x3ba7('0x5')]())[_0x3ba7('0x4')](function(){email[_0x3ba7('0x6')](realtime[_0x3ba7('0x7')]);return realtime;});}function main(){return server[_0x3ba7('0x8')](realtime,email)[_0x3ba7('0x4')](function(){return initRealtime();})['then'](function(){return setting[_0x3ba7('0x9')]();})[_0x3ba7('0x4')](function(_0x46462c){return setInterval(initRealtime,_0x46462c[_0x3ba7('0xa')]*0x3e8);})[_0x3ba7('0xb')](function(_0xcd45d6){console[_0x3ba7('0xc')](_0xcd45d6);});}main();