Built motion from commit (unavailable).|2.4.3
[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 _0x2aac=['refresh','log','bluebird','./server','./lib/email','./rpc/mailAccount','resolve','then','getMailAccounts'];(function(_0x1693e4,_0x2cf275){var _0x3930ba=function(_0x2a02ad){while(--_0x2a02ad){_0x1693e4['push'](_0x1693e4['shift']());}};_0x3930ba(++_0x2cf275);}(_0x2aac,0x119));var _0xc2aa=function(_0x4171d2,_0x3f2642){_0x4171d2=_0x4171d2-0x0;var _0x5ecb56=_0x2aac[_0x4171d2];return _0x5ecb56;};'use strict';var BPromise=require(_0xc2aa('0x0'));var server=require(_0xc2aa('0x1'));var Realtime=require('./realtime');var EmailChannel=require(_0xc2aa('0x2'));var mailAccount=require(_0xc2aa('0x3'));var realtime=new Realtime();var email=new EmailChannel(realtime);function initRealtime(){return BPromise[_0xc2aa('0x4')]()[_0xc2aa('0x5')](mailAccount[_0xc2aa('0x6')]())[_0xc2aa('0x5')](realtime['initMailAccounts']())[_0xc2aa('0x5')](function(){email[_0xc2aa('0x7')](realtime['mailAccounts']);return realtime;});}function main(){return server['listen'](realtime,email)[_0xc2aa('0x5')](function(_0x1c0f95){return initRealtime();})[_0xc2aa('0x5')](function(_0x47e192){return setInterval(initRealtime,0x2710);})['catch'](function(_0x18f5e1){console[_0xc2aa('0x8')](_0x18f5e1);});}main();