Built motion from commit 3c2ce842.|2.6.31
[motion2.git] / server / services / email / lib / email.js
index 5338d82..712fce2 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x22a2=['Mail\x20not\x20accepted\x20from\x20routing\x20%s','lastSync','verifySmtp','Smtp','verify','then','verified','exports','lodash','moment','bluebird','md5','ioredis','../../../config/environment','email','redis','localhost','socket.io-emitter','./smtp','../rpc/mailAccount','mailAccounts','imapAccounts','smtp','prototype','emit','name','key','active','Imap','status','messageStatus','stringify','refresh','hasOwnProperty','service','provider','custom','box','handleImapBox','handleImapEmail','bind','end','handleImapEnd','handleImapError','isNil','disabled','connected','total','messages','info','New\x20email\x20from\x20%s\x20%s\x20%s\x20to\x20%s','firstName','lastName','from','notify','Mail\x20accepted\x20from\x20routing','catch','error'];(function(_0x11ed92,_0x33491e){var _0x5f28d1=function(_0x5ef925){while(--_0x5ef925){_0x11ed92['push'](_0x11ed92['shift']());}};_0x5f28d1(++_0x33491e);}(_0x22a2,0xf0));var _0x222a=function(_0x49ed67,_0x5d5d06){_0x49ed67=_0x49ed67-0x0;var _0x2f0e59=_0x22a2[_0x49ed67];return _0x2f0e59;};'use strict';var _=require(_0x222a('0x0'));var moment=require(_0x222a('0x1'));var BPromise=require(_0x222a('0x2'));var md5=require(_0x222a('0x3'));var Redis=require(_0x222a('0x4'));var config=require(_0x222a('0x5'));var logger=require('../../../config/logger')(_0x222a('0x6'));config[_0x222a('0x7')]=_['defaults'](config[_0x222a('0x7')],{'host':_0x222a('0x8'),'port':0x18eb});var io=require(_0x222a('0x9'))(new Redis(config[_0x222a('0x7')]));var EmailImap=require('./imap');var EmailSmtp=require(_0x222a('0xa'));var mailAccount=require(_0x222a('0xb'));var md5Accounts={};function EmailChannel(_0x2b223f){logger['info']('start\x20email\x20channel');this[_0x222a('0xc')]=_0x2b223f['mailAccounts'];this[_0x222a('0xd')]={};this[_0x222a('0xe')]=new EmailSmtp();}EmailChannel[_0x222a('0xf')][_0x222a('0x10')]=function(_0x5d2be5){var _0x229f83=this[_0x222a('0xc')][_0x5d2be5];var _0x26a5e1={'id':_0x229f83['id'],'name':_0x229f83[_0x222a('0x11')],'key':_0x229f83[_0x222a('0x12')],'active':_0x229f83[_0x222a('0x13')],'Imap':{'status':_0x229f83[_0x222a('0x14')][_0x222a('0x15')],'messageStatus':_0x229f83[_0x222a('0x14')][_0x222a('0x16')],'total':_0x229f83['Imap']['total']}};if(_['isNil'](md5Accounts[_0x5d2be5])){md5Accounts[_0x5d2be5]={};}var _0x2c33e2=md5(JSON[_0x222a('0x17')](_0x26a5e1));if(md5Accounts[_0x5d2be5]['md5']!==_0x2c33e2){md5Accounts[_0x5d2be5][_0x222a('0x3')]=_0x2c33e2;io['emit']('mailAccount:update',_0x26a5e1);}};EmailChannel[_0x222a('0xf')][_0x222a('0x18')]=function(_0x387073){for(var _0x1b305f in _0x387073){if(_0x387073[_0x222a('0x19')](_0x1b305f)){if(_0x387073[_0x1b305f][_0x222a('0x14')]&&_0x387073[_0x1b305f][_0x222a('0x13')]){var _0x52caed=_0x387073[_0x1b305f][_0x222a('0x14')];if(!_0x52caed[_0x222a('0x1a')]&&_0x387073[_0x1b305f][_0x222a('0x1b')]!==_0x222a('0x1c'))_0x52caed[_0x222a('0x1a')]=_0x387073[_0x1b305f][_0x222a('0x1b')];if(!this[_0x222a('0xd')][_0x222a('0x19')](_0x52caed['id'])){this['imapAccounts'][_0x52caed['id']]=new EmailImap(_0x52caed,_0x387073[_0x1b305f]['email']);this['imapAccounts'][_0x52caed['id']]['on'](_0x222a('0x1d'),this[_0x222a('0x1e')]['bind'](this,_0x1b305f));this[_0x222a('0xd')][_0x52caed['id']]['on'](_0x222a('0x6'),this[_0x222a('0x1f')][_0x222a('0x20')](this,_0x1b305f));this[_0x222a('0xd')][_0x52caed['id']]['on'](_0x222a('0x21'),this[_0x222a('0x22')][_0x222a('0x20')](this,_0x1b305f));this[_0x222a('0xd')][_0x52caed['id']]['on']('error',this[_0x222a('0x23')][_0x222a('0x20')](this,_0x1b305f));}}else{if(_[_0x222a('0x24')](this[_0x222a('0xc')][_0x1b305f][_0x222a('0x14')])){this[_0x222a('0xc')][_0x1b305f]['Imap']={};}this[_0x222a('0xc')][_0x1b305f][_0x222a('0x14')][_0x222a('0x15')]=_0x222a('0x25');this[_0x222a('0xc')][_0x1b305f][_0x222a('0x14')][_0x222a('0x16')]='';this[_0x222a('0x10')](_0x1b305f);}}}};EmailChannel[_0x222a('0xf')][_0x222a('0x1e')]=function(_0x3b8a54,_0x195816){if(this['mailAccounts'][_0x3b8a54]){this[_0x222a('0xc')][_0x3b8a54][_0x222a('0x14')]['status']=_0x222a('0x26');this['mailAccounts'][_0x3b8a54]['Imap'][_0x222a('0x16')]=_0x195816[_0x222a('0x11')];if(_0x195816['messages']){this['mailAccounts'][_0x3b8a54][_0x222a('0x14')][_0x222a('0x27')]=_0x195816[_0x222a('0x28')][_0x222a('0x27')];}return this[_0x222a('0x10')](_0x3b8a54);}};EmailChannel[_0x222a('0xf')][_0x222a('0x1f')]=function(_0x3f961e,_0x4b3e0c){logger[_0x222a('0x29')](_0x222a('0x2a'),_0x4b3e0c[_0x222a('0x2b')],_0x4b3e0c[_0x222a('0x2c')],_0x4b3e0c[_0x222a('0x2d')],_0x3f961e);if(this[_0x222a('0xc')][_0x3f961e]){return mailAccount[_0x222a('0x2e')](_0x3f961e,_0x4b3e0c)['then'](function(_0x1f39d5){if(_0x1f39d5){logger['info'](_0x222a('0x2f'));}})[_0x222a('0x30')](function(_0x1a4ce1){logger[_0x222a('0x31')](_0x222a('0x32'),JSON[_0x222a('0x17')](_0x1a4ce1));});}};EmailChannel['prototype'][_0x222a('0x22')]=function(_0x1fa240){if(this['mailAccounts'][_0x1fa240]&&this[_0x222a('0xc')][_0x1fa240][_0x222a('0x14')]){if(this[_0x222a('0xd')][this[_0x222a('0xc')][_0x1fa240][_0x222a('0x14')]['id']]){delete this[_0x222a('0xd')][this[_0x222a('0xc')][_0x1fa240]['Imap']['id']];}this['mailAccounts'][_0x1fa240][_0x222a('0x14')][_0x222a('0x33')]=moment();this[_0x222a('0x10')](_0x1fa240);}};EmailChannel[_0x222a('0xf')][_0x222a('0x23')]=function(_0x11e384,_0x330ad4){if(this[_0x222a('0xc')][_0x11e384]){this[_0x222a('0xc')][_0x11e384]['Imap']['status']=_0x222a('0x31');this[_0x222a('0xc')][_0x11e384][_0x222a('0x14')][_0x222a('0x16')]=_0x330ad4;return this[_0x222a('0x10')](_0x11e384);}};EmailChannel['prototype']['sendMail']=function(_0xbdccf8,_0x185f67){return this[_0x222a('0xe')]['send'](_0xbdccf8,_0x185f67);};EmailChannel[_0x222a('0xf')][_0x222a('0x34')]=function(_0x4725fe){var _0x1f2d80=this;if(this['mailAccounts'][_0x4725fe['id']]){if(_[_0x222a('0x24')](this[_0x222a('0xc')][_0x4725fe['id']][_0x222a('0x35')])){this[_0x222a('0xc')][_0x4725fe['id']][_0x222a('0x35')]={};}this[_0x222a('0xc')][_0x4725fe['id']][_0x222a('0x35')][_0x222a('0x33')]=moment();return new BPromise(function(_0x442fdb,_0xc5d910){return _0x1f2d80[_0x222a('0xe')][_0x222a('0x36')](_0x4725fe)[_0x222a('0x37')](function(_0x2406af){_0x1f2d80[_0x222a('0xc')][_0x4725fe['id']][_0x222a('0x35')]['status']=_0x222a('0x38');_0x1f2d80[_0x222a('0xc')][_0x4725fe['id']][_0x222a('0x35')]['messageStatus']='';_0x1f2d80[_0x222a('0x10')](_0x4725fe['id']);_0x442fdb(_0x2406af);})[_0x222a('0x30')](function(_0x456d53){_0x1f2d80[_0x222a('0xc')][_0x4725fe['id']][_0x222a('0x35')]['status']=_0x222a('0x31');_0x1f2d80[_0x222a('0xc')][_0x4725fe['id']][_0x222a('0x35')]['messageStatus']=_0x456d53;_0x1f2d80[_0x222a('0x10')](_0x4725fe['id']);_0xc5d910(_0x456d53);});});}return this[_0x222a('0xe')][_0x222a('0x36')](_0x4725fe);};module[_0x222a('0x39')]=EmailChannel;
\ No newline at end of file
+var _0x77e6=['lastSync','messageStatus','sendMail','smtp','verifySmtp','Smtp','verify','then','verified','exports','lodash','moment','bluebird','md5','ioredis','../../../config/environment','../../../config/logger','email','redis','defaults','localhost','socket.io-emitter','./imap','info','start\x20email\x20channel','imapAccounts','emit','mailAccounts','name','active','status','Imap','total','isNil','stringify','mailAccount:update','prototype','refresh','hasOwnProperty','service','provider','custom','box','handleImapBox','bind','handleImapEmail','end','handleImapEnd','error','handleImapError','disabled','connected','messages','New\x20email\x20from\x20%s\x20%s\x20%s\x20to\x20%s','from','notify','catch','Mail\x20not\x20accepted\x20from\x20routing\x20%s'];(function(_0x20a584,_0xe384a5){var _0x4b41a8=function(_0x2127c6){while(--_0x2127c6){_0x20a584['push'](_0x20a584['shift']());}};_0x4b41a8(++_0xe384a5);}(_0x77e6,0x1a0));var _0x677e=function(_0x20c20f,_0x2174cf){_0x20c20f=_0x20c20f-0x0;var _0x29004b=_0x77e6[_0x20c20f];return _0x29004b;};'use strict';var _=require(_0x677e('0x0'));var moment=require(_0x677e('0x1'));var BPromise=require(_0x677e('0x2'));var md5=require(_0x677e('0x3'));var Redis=require(_0x677e('0x4'));var config=require(_0x677e('0x5'));var logger=require(_0x677e('0x6'))(_0x677e('0x7'));config[_0x677e('0x8')]=_[_0x677e('0x9')](config[_0x677e('0x8')],{'host':_0x677e('0xa'),'port':0x18eb});var io=require(_0x677e('0xb'))(new Redis(config[_0x677e('0x8')]));var EmailImap=require(_0x677e('0xc'));var EmailSmtp=require('./smtp');var mailAccount=require('../rpc/mailAccount');var md5Accounts={};function EmailChannel(_0xf42b3a){logger[_0x677e('0xd')](_0x677e('0xe'));this['mailAccounts']=_0xf42b3a['mailAccounts'];this[_0x677e('0xf')]={};this['smtp']=new EmailSmtp();}EmailChannel['prototype'][_0x677e('0x10')]=function(_0x84a6a8){var _0x206b02=this[_0x677e('0x11')][_0x84a6a8];var _0x263771={'id':_0x206b02['id'],'name':_0x206b02[_0x677e('0x12')],'key':_0x206b02['key'],'active':_0x206b02[_0x677e('0x13')],'Imap':{'status':_0x206b02['Imap'][_0x677e('0x14')],'messageStatus':_0x206b02[_0x677e('0x15')]['messageStatus'],'total':_0x206b02[_0x677e('0x15')][_0x677e('0x16')]}};if(_[_0x677e('0x17')](md5Accounts[_0x84a6a8])){md5Accounts[_0x84a6a8]={};}var _0x280b48=md5(JSON[_0x677e('0x18')](_0x263771));if(md5Accounts[_0x84a6a8][_0x677e('0x3')]!==_0x280b48){md5Accounts[_0x84a6a8][_0x677e('0x3')]=_0x280b48;io[_0x677e('0x10')](_0x677e('0x19'),_0x263771);}};EmailChannel[_0x677e('0x1a')][_0x677e('0x1b')]=function(_0x1bcb36){for(var _0x5537c1 in _0x1bcb36){if(_0x1bcb36[_0x677e('0x1c')](_0x5537c1)){if(_0x1bcb36[_0x5537c1][_0x677e('0x15')]&&_0x1bcb36[_0x5537c1][_0x677e('0x13')]){var _0x15e1f2=_0x1bcb36[_0x5537c1]['Imap'];if(!_0x15e1f2[_0x677e('0x1d')]&&_0x1bcb36[_0x5537c1][_0x677e('0x1e')]!==_0x677e('0x1f'))_0x15e1f2[_0x677e('0x1d')]=_0x1bcb36[_0x5537c1][_0x677e('0x1e')];if(!this[_0x677e('0xf')][_0x677e('0x1c')](_0x15e1f2['id'])){this[_0x677e('0xf')][_0x15e1f2['id']]=new EmailImap(_0x15e1f2,_0x1bcb36[_0x5537c1]['email']);this[_0x677e('0xf')][_0x15e1f2['id']]['on'](_0x677e('0x20'),this[_0x677e('0x21')][_0x677e('0x22')](this,_0x5537c1));this[_0x677e('0xf')][_0x15e1f2['id']]['on'](_0x677e('0x7'),this[_0x677e('0x23')][_0x677e('0x22')](this,_0x5537c1));this[_0x677e('0xf')][_0x15e1f2['id']]['on'](_0x677e('0x24'),this[_0x677e('0x25')][_0x677e('0x22')](this,_0x5537c1));this['imapAccounts'][_0x15e1f2['id']]['on'](_0x677e('0x26'),this[_0x677e('0x27')]['bind'](this,_0x5537c1));}}else{if(_[_0x677e('0x17')](this[_0x677e('0x11')][_0x5537c1][_0x677e('0x15')])){this['mailAccounts'][_0x5537c1][_0x677e('0x15')]={};}this[_0x677e('0x11')][_0x5537c1][_0x677e('0x15')][_0x677e('0x14')]=_0x677e('0x28');this['mailAccounts'][_0x5537c1]['Imap']['messageStatus']='';this[_0x677e('0x10')](_0x5537c1);}}}};EmailChannel[_0x677e('0x1a')][_0x677e('0x21')]=function(_0x5f0ec4,_0x417f90){if(this['mailAccounts'][_0x5f0ec4]){this[_0x677e('0x11')][_0x5f0ec4][_0x677e('0x15')][_0x677e('0x14')]=_0x677e('0x29');this[_0x677e('0x11')][_0x5f0ec4][_0x677e('0x15')]['messageStatus']=_0x417f90[_0x677e('0x12')];if(_0x417f90[_0x677e('0x2a')]){this[_0x677e('0x11')][_0x5f0ec4]['Imap'][_0x677e('0x16')]=_0x417f90[_0x677e('0x2a')][_0x677e('0x16')];}return this[_0x677e('0x10')](_0x5f0ec4);}};EmailChannel[_0x677e('0x1a')][_0x677e('0x23')]=function(_0x17a7da,_0x5ef3c6){logger['info'](_0x677e('0x2b'),_0x5ef3c6['firstName'],_0x5ef3c6['lastName'],_0x5ef3c6[_0x677e('0x2c')],_0x17a7da);if(this[_0x677e('0x11')][_0x17a7da]){return mailAccount[_0x677e('0x2d')](_0x17a7da,_0x5ef3c6)['then'](function(_0x517a7d){if(_0x517a7d){logger[_0x677e('0xd')]('Mail\x20accepted\x20from\x20routing');}})[_0x677e('0x2e')](function(_0x27e5ae){logger['error'](_0x677e('0x2f'),JSON[_0x677e('0x18')](_0x27e5ae));});}};EmailChannel[_0x677e('0x1a')][_0x677e('0x25')]=function(_0x57489c){if(this[_0x677e('0x11')][_0x57489c]&&this[_0x677e('0x11')][_0x57489c]['Imap']){if(this[_0x677e('0xf')][this[_0x677e('0x11')][_0x57489c][_0x677e('0x15')]['id']]){delete this['imapAccounts'][this[_0x677e('0x11')][_0x57489c][_0x677e('0x15')]['id']];}this[_0x677e('0x11')][_0x57489c]['Imap'][_0x677e('0x30')]=moment();this['emit'](_0x57489c);}};EmailChannel['prototype']['handleImapError']=function(_0xf4da2f,_0x37b10f){if(this[_0x677e('0x11')][_0xf4da2f]){this[_0x677e('0x11')][_0xf4da2f][_0x677e('0x15')][_0x677e('0x14')]=_0x677e('0x26');this[_0x677e('0x11')][_0xf4da2f][_0x677e('0x15')][_0x677e('0x31')]=_0x37b10f;return this[_0x677e('0x10')](_0xf4da2f);}};EmailChannel['prototype'][_0x677e('0x32')]=function(_0x3149b9,_0x2de881){return this[_0x677e('0x33')]['send'](_0x3149b9,_0x2de881);};EmailChannel[_0x677e('0x1a')][_0x677e('0x34')]=function(_0x2e3b10){var _0x5ea7e0=this;if(this[_0x677e('0x11')][_0x2e3b10['id']]){if(_[_0x677e('0x17')](this[_0x677e('0x11')][_0x2e3b10['id']][_0x677e('0x35')])){this[_0x677e('0x11')][_0x2e3b10['id']]['Smtp']={};}this[_0x677e('0x11')][_0x2e3b10['id']][_0x677e('0x35')]['lastSync']=moment();return new BPromise(function(_0x4b1f0c,_0x125bcb){return _0x5ea7e0['smtp'][_0x677e('0x36')](_0x2e3b10)[_0x677e('0x37')](function(_0xa8fb33){_0x5ea7e0['mailAccounts'][_0x2e3b10['id']][_0x677e('0x35')][_0x677e('0x14')]=_0x677e('0x38');_0x5ea7e0['mailAccounts'][_0x2e3b10['id']][_0x677e('0x35')]['messageStatus']='';_0x5ea7e0[_0x677e('0x10')](_0x2e3b10['id']);_0x4b1f0c(_0xa8fb33);})[_0x677e('0x2e')](function(_0x531f89){_0x5ea7e0[_0x677e('0x11')][_0x2e3b10['id']][_0x677e('0x35')][_0x677e('0x14')]=_0x677e('0x26');_0x5ea7e0[_0x677e('0x11')][_0x2e3b10['id']][_0x677e('0x35')][_0x677e('0x31')]=_0x531f89;_0x5ea7e0[_0x677e('0x10')](_0x2e3b10['id']);_0x125bcb(_0x531f89);});});}return this['smtp'][_0x677e('0x36')](_0x2e3b10);};module[_0x677e('0x39')]=EmailChannel;
\ No newline at end of file