Built motion from commit 616d3211.|2.6.4
[motion2.git] / server / services / email / lib / email.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 _0x361e=['info','start\x20email\x20channel','mailAccounts','imapAccounts','smtp','emit','key','active','Imap','status','total','isNil','mailAccount:update','prototype','refresh','hasOwnProperty','service','provider','custom','bind','handleImapEmail','end','error','handleImapError','disabled','handleImapBox','connected','messageStatus','name','messages','New\x20email\x20from\x20%s\x20%s\x20%s\x20to\x20%s','lastName','notify','then','Mail\x20accepted\x20from\x20routing','catch','Mail\x20not\x20accepted\x20from\x20routing\x20%s','stringify','handleImapEnd','sendMail','send','verifySmtp','Smtp','lastSync','verify','verified','lodash','moment','md5','../../../config/environment','../../../config/logger','email','localhost','socket.io-emitter'];(function(_0x297b7b,_0x113061){var _0x34b714=function(_0x22b4e3){while(--_0x22b4e3){_0x297b7b['push'](_0x297b7b['shift']());}};_0x34b714(++_0x113061);}(_0x361e,0x1a8));var _0xe361=function(_0x545817,_0x43c5eb){_0x545817=_0x545817-0x0;var _0x38d874=_0x361e[_0x545817];return _0x38d874;};'use strict';var _=require(_0xe361('0x0'));var moment=require(_0xe361('0x1'));var BPromise=require('bluebird');var md5=require(_0xe361('0x2'));var Redis=require('ioredis');var config=require(_0xe361('0x3'));var logger=require(_0xe361('0x4'))(_0xe361('0x5'));config['redis']=_['defaults'](config['redis'],{'host':_0xe361('0x6'),'port':0x18eb});var io=require(_0xe361('0x7'))(new Redis(config['redis']));var EmailImap=require('./imap');var EmailSmtp=require('./smtp');var mailAccount=require('../rpc/mailAccount');var md5Accounts={};function EmailChannel(_0x5dd7eb){logger[_0xe361('0x8')](_0xe361('0x9'));this[_0xe361('0xa')]=_0x5dd7eb[_0xe361('0xa')];this[_0xe361('0xb')]={};this[_0xe361('0xc')]=new EmailSmtp();}EmailChannel['prototype'][_0xe361('0xd')]=function(_0x2329e6){var _0x23e3f9=this[_0xe361('0xa')][_0x2329e6];var _0x1e1685={'id':_0x23e3f9['id'],'name':_0x23e3f9['name'],'key':_0x23e3f9[_0xe361('0xe')],'active':_0x23e3f9[_0xe361('0xf')],'Imap':{'status':_0x23e3f9[_0xe361('0x10')][_0xe361('0x11')],'messageStatus':_0x23e3f9[_0xe361('0x10')]['messageStatus'],'total':_0x23e3f9['Imap'][_0xe361('0x12')]}};if(_[_0xe361('0x13')](md5Accounts[_0x2329e6])){md5Accounts[_0x2329e6]={};}var _0x42106c=md5(JSON['stringify'](_0x1e1685));if(md5Accounts[_0x2329e6][_0xe361('0x2')]!==_0x42106c){md5Accounts[_0x2329e6][_0xe361('0x2')]=_0x42106c;io[_0xe361('0xd')](_0xe361('0x14'),_0x1e1685);}};EmailChannel[_0xe361('0x15')][_0xe361('0x16')]=function(_0x2d31de){for(var _0x3a0128 in _0x2d31de){if(_0x2d31de[_0xe361('0x17')](_0x3a0128)){if(_0x2d31de[_0x3a0128][_0xe361('0x10')]&&_0x2d31de[_0x3a0128][_0xe361('0xf')]){var _0x406815=_0x2d31de[_0x3a0128]['Imap'];if(!_0x406815[_0xe361('0x18')]&&_0x2d31de[_0x3a0128][_0xe361('0x19')]!==_0xe361('0x1a'))_0x406815['service']=_0x2d31de[_0x3a0128][_0xe361('0x19')];if(!this[_0xe361('0xb')][_0xe361('0x17')](_0x406815['id'])){this[_0xe361('0xb')][_0x406815['id']]=new EmailImap(_0x406815,_0x2d31de[_0x3a0128][_0xe361('0x5')]);this[_0xe361('0xb')][_0x406815['id']]['on']('box',this['handleImapBox'][_0xe361('0x1b')](this,_0x3a0128));this[_0xe361('0xb')][_0x406815['id']]['on'](_0xe361('0x5'),this[_0xe361('0x1c')]['bind'](this,_0x3a0128));this[_0xe361('0xb')][_0x406815['id']]['on'](_0xe361('0x1d'),this['handleImapEnd']['bind'](this,_0x3a0128));this[_0xe361('0xb')][_0x406815['id']]['on'](_0xe361('0x1e'),this[_0xe361('0x1f')][_0xe361('0x1b')](this,_0x3a0128));}}else{if(_['isNil'](this[_0xe361('0xa')][_0x3a0128][_0xe361('0x10')])){this[_0xe361('0xa')][_0x3a0128][_0xe361('0x10')]={};}this[_0xe361('0xa')][_0x3a0128][_0xe361('0x10')][_0xe361('0x11')]=_0xe361('0x20');this[_0xe361('0xa')][_0x3a0128][_0xe361('0x10')]['messageStatus']='';this[_0xe361('0xd')](_0x3a0128);}}}};EmailChannel[_0xe361('0x15')][_0xe361('0x21')]=function(_0x5dc50b,_0x2328d7){if(this[_0xe361('0xa')][_0x5dc50b]){this[_0xe361('0xa')][_0x5dc50b][_0xe361('0x10')][_0xe361('0x11')]=_0xe361('0x22');this[_0xe361('0xa')][_0x5dc50b][_0xe361('0x10')][_0xe361('0x23')]=_0x2328d7[_0xe361('0x24')];if(_0x2328d7[_0xe361('0x25')]){this[_0xe361('0xa')][_0x5dc50b][_0xe361('0x10')][_0xe361('0x12')]=_0x2328d7[_0xe361('0x25')][_0xe361('0x12')];}return this[_0xe361('0xd')](_0x5dc50b);}};EmailChannel[_0xe361('0x15')][_0xe361('0x1c')]=function(_0xcfbc27,_0x50d4ac){logger[_0xe361('0x8')](_0xe361('0x26'),_0x50d4ac['firstName'],_0x50d4ac[_0xe361('0x27')],_0x50d4ac['from'],_0xcfbc27);if(this[_0xe361('0xa')][_0xcfbc27]){return mailAccount[_0xe361('0x28')](_0xcfbc27,_0x50d4ac)[_0xe361('0x29')](function(_0x258d4d){if(_0x258d4d){logger[_0xe361('0x8')](_0xe361('0x2a'));}})[_0xe361('0x2b')](function(_0x4ea750){logger[_0xe361('0x1e')](_0xe361('0x2c'),JSON[_0xe361('0x2d')](_0x4ea750));});}};EmailChannel['prototype'][_0xe361('0x2e')]=function(_0x25f005){if(this[_0xe361('0xa')][_0x25f005]&&this[_0xe361('0xa')][_0x25f005][_0xe361('0x10')]){if(this[_0xe361('0xb')][this[_0xe361('0xa')][_0x25f005][_0xe361('0x10')]['id']]){delete this[_0xe361('0xb')][this[_0xe361('0xa')][_0x25f005][_0xe361('0x10')]['id']];}this['mailAccounts'][_0x25f005][_0xe361('0x10')]['lastSync']=moment();this['emit'](_0x25f005);}};EmailChannel['prototype'][_0xe361('0x1f')]=function(_0x44b466,_0x4d38e9){if(this[_0xe361('0xa')][_0x44b466]){this['mailAccounts'][_0x44b466][_0xe361('0x10')][_0xe361('0x11')]=_0xe361('0x1e');this[_0xe361('0xa')][_0x44b466][_0xe361('0x10')]['messageStatus']=_0x4d38e9;return this[_0xe361('0xd')](_0x44b466);}};EmailChannel[_0xe361('0x15')][_0xe361('0x2f')]=function(_0x3f7c4b,_0x4e858b){return this[_0xe361('0xc')][_0xe361('0x30')](_0x3f7c4b,_0x4e858b);};EmailChannel['prototype'][_0xe361('0x31')]=function(_0x47da84){var _0x10278a=this;if(this['mailAccounts'][_0x47da84['id']]){if(_[_0xe361('0x13')](this[_0xe361('0xa')][_0x47da84['id']][_0xe361('0x32')])){this[_0xe361('0xa')][_0x47da84['id']][_0xe361('0x32')]={};}this[_0xe361('0xa')][_0x47da84['id']][_0xe361('0x32')][_0xe361('0x33')]=moment();return new BPromise(function(_0x590d3,_0xb1b335){return _0x10278a['smtp'][_0xe361('0x34')](_0x47da84)['then'](function(_0x352aac){_0x10278a[_0xe361('0xa')][_0x47da84['id']][_0xe361('0x32')][_0xe361('0x11')]=_0xe361('0x35');_0x10278a[_0xe361('0xa')][_0x47da84['id']]['Smtp'][_0xe361('0x23')]='';_0x10278a[_0xe361('0xd')](_0x47da84['id']);_0x590d3(_0x352aac);})[_0xe361('0x2b')](function(_0x4b9f7e){_0x10278a[_0xe361('0xa')][_0x47da84['id']]['Smtp'][_0xe361('0x11')]=_0xe361('0x1e');_0x10278a['mailAccounts'][_0x47da84['id']]['Smtp'][_0xe361('0x23')]=_0x4b9f7e;_0x10278a[_0xe361('0xd')](_0x47da84['id']);_0xb1b335(_0x4b9f7e);});});}return this[_0xe361('0xc')][_0xe361('0x34')](_0x47da84);};module['exports']=EmailChannel;