25589f2aa2ab797b881fa3b82add5763eb4d82b2
[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 _0x3845=['catch','error','Email\x20service\x20initialization','./server','./realtime','./lib/email','./rpc/mailAccount','../../config/logger','email','resolve','then','refresh','listen','getSettings','loginMailFrequency'];(function(_0x2dacca,_0x3b55a5){var _0x4e8745=function(_0x4c4515){while(--_0x4c4515){_0x2dacca['push'](_0x2dacca['shift']());}};_0x4e8745(++_0x3b55a5);}(_0x3845,0x17a));var _0x5384=function(_0x8d0bf4,_0x1b0290){_0x8d0bf4=_0x8d0bf4-0x0;var _0x3f23eb=_0x3845[_0x8d0bf4];return _0x3f23eb;};'use strict';var server=require(_0x5384('0x0'));var Realtime=require(_0x5384('0x1'));var EmailChannel=require(_0x5384('0x2'));var mailAccount=require(_0x5384('0x3'));var setting=require('./rpc/setting');var logger=require(_0x5384('0x4'))(_0x5384('0x5'));var realtime=new Realtime();var email=new EmailChannel(realtime);function initRealtime(){return Promise[_0x5384('0x6')]()[_0x5384('0x7')](mailAccount['getMailAccounts']())[_0x5384('0x7')](realtime['initMailAccounts']())[_0x5384('0x7')](function(){email[_0x5384('0x8')](realtime['mailAccounts']);return realtime;});}function main(){return server[_0x5384('0x9')](realtime,email)[_0x5384('0x7')](function(){return initRealtime();})[_0x5384('0x7')](function(){return setting[_0x5384('0xa')]();})[_0x5384('0x7')](function(_0x5230c8){return setInterval(initRealtime,_0x5230c8[_0x5384('0xb')]*0x3e8);})[_0x5384('0xc')](function(_0x11e6b0){logger[_0x5384('0xd')](_0x5384('0xe'),_0x11e6b0);});}main();