Built motion from commit d5e4af8c.|2.6.23
[motion2.git] / server / services / email / lib / email.js
index 374f61a..7b61e23 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0xea95=['info','mailAccounts','imapAccounts','prototype','emit','name','key','active','Imap','status','messageStatus','total','stringify','md5','mailAccount:update','refresh','hasOwnProperty','provider','custom','box','handleImapBox','bind','handleImapEmail','end','handleImapEnd','error','handleImapError','isNil','connected','messages','firstName','lastName','from','Mail\x20accepted\x20from\x20routing','Mail\x20not\x20accepted\x20from\x20routing\x20%s','sendMail','smtp','send','verifySmtp','Smtp','lastSync','verify','then','verified','catch','exports','lodash','moment','bluebird','ioredis','../../../config/environment','email','defaults','redis','localhost','socket.io-emitter','./imap','./smtp'];(function(_0x5f5059,_0x469cd8){var _0x2245e3=function(_0x5739b9){while(--_0x5739b9){_0x5f5059['push'](_0x5f5059['shift']());}};_0x2245e3(++_0x469cd8);}(_0xea95,0x18a));var _0x5ea9=function(_0x58e5a6,_0x2313f6){_0x58e5a6=_0x58e5a6-0x0;var _0x21f8a8=_0xea95[_0x58e5a6];return _0x21f8a8;};'use strict';var _=require(_0x5ea9('0x0'));var moment=require(_0x5ea9('0x1'));var BPromise=require(_0x5ea9('0x2'));var md5=require('md5');var Redis=require(_0x5ea9('0x3'));var config=require(_0x5ea9('0x4'));var logger=require('../../../config/logger')(_0x5ea9('0x5'));config['redis']=_[_0x5ea9('0x6')](config[_0x5ea9('0x7')],{'host':_0x5ea9('0x8'),'port':0x18eb});var io=require(_0x5ea9('0x9'))(new Redis(config[_0x5ea9('0x7')]));var EmailImap=require(_0x5ea9('0xa'));var EmailSmtp=require(_0x5ea9('0xb'));var mailAccount=require('../rpc/mailAccount');var md5Accounts={};function EmailChannel(_0xbfb520){logger[_0x5ea9('0xc')]('start\x20email\x20channel');this['mailAccounts']=_0xbfb520[_0x5ea9('0xd')];this[_0x5ea9('0xe')]={};this['smtp']=new EmailSmtp();}EmailChannel[_0x5ea9('0xf')][_0x5ea9('0x10')]=function(_0x1b2088){var _0x335973=this['mailAccounts'][_0x1b2088];var _0x276636={'id':_0x335973['id'],'name':_0x335973[_0x5ea9('0x11')],'key':_0x335973[_0x5ea9('0x12')],'active':_0x335973[_0x5ea9('0x13')],'Imap':{'status':_0x335973[_0x5ea9('0x14')][_0x5ea9('0x15')],'messageStatus':_0x335973['Imap'][_0x5ea9('0x16')],'total':_0x335973[_0x5ea9('0x14')][_0x5ea9('0x17')]}};if(_['isNil'](md5Accounts[_0x1b2088])){md5Accounts[_0x1b2088]={};}var _0x530346=md5(JSON[_0x5ea9('0x18')](_0x276636));if(md5Accounts[_0x1b2088][_0x5ea9('0x19')]!==_0x530346){md5Accounts[_0x1b2088][_0x5ea9('0x19')]=_0x530346;io[_0x5ea9('0x10')](_0x5ea9('0x1a'),_0x276636);}};EmailChannel[_0x5ea9('0xf')][_0x5ea9('0x1b')]=function(_0x4163ed){for(var _0x429154 in _0x4163ed){if(_0x4163ed[_0x5ea9('0x1c')](_0x429154)){if(_0x4163ed[_0x429154][_0x5ea9('0x14')]&&_0x4163ed[_0x429154][_0x5ea9('0x13')]){var _0x3f4b04=_0x4163ed[_0x429154][_0x5ea9('0x14')];if(!_0x3f4b04['service']&&_0x4163ed[_0x429154][_0x5ea9('0x1d')]!==_0x5ea9('0x1e'))_0x3f4b04['service']=_0x4163ed[_0x429154]['provider'];if(!this[_0x5ea9('0xe')]['hasOwnProperty'](_0x3f4b04['id'])){this[_0x5ea9('0xe')][_0x3f4b04['id']]=new EmailImap(_0x3f4b04,_0x4163ed[_0x429154][_0x5ea9('0x5')]);this['imapAccounts'][_0x3f4b04['id']]['on'](_0x5ea9('0x1f'),this[_0x5ea9('0x20')][_0x5ea9('0x21')](this,_0x429154));this[_0x5ea9('0xe')][_0x3f4b04['id']]['on']('email',this[_0x5ea9('0x22')][_0x5ea9('0x21')](this,_0x429154));this[_0x5ea9('0xe')][_0x3f4b04['id']]['on'](_0x5ea9('0x23'),this[_0x5ea9('0x24')][_0x5ea9('0x21')](this,_0x429154));this['imapAccounts'][_0x3f4b04['id']]['on'](_0x5ea9('0x25'),this[_0x5ea9('0x26')][_0x5ea9('0x21')](this,_0x429154));}}else{if(_[_0x5ea9('0x27')](this[_0x5ea9('0xd')][_0x429154][_0x5ea9('0x14')])){this[_0x5ea9('0xd')][_0x429154][_0x5ea9('0x14')]={};}this[_0x5ea9('0xd')][_0x429154]['Imap'][_0x5ea9('0x15')]='disabled';this[_0x5ea9('0xd')][_0x429154]['Imap'][_0x5ea9('0x16')]='';this['emit'](_0x429154);}}}};EmailChannel[_0x5ea9('0xf')][_0x5ea9('0x20')]=function(_0x552130,_0x24f0dc){if(this[_0x5ea9('0xd')][_0x552130]){this['mailAccounts'][_0x552130][_0x5ea9('0x14')][_0x5ea9('0x15')]=_0x5ea9('0x28');this[_0x5ea9('0xd')][_0x552130][_0x5ea9('0x14')][_0x5ea9('0x16')]=_0x24f0dc[_0x5ea9('0x11')];if(_0x24f0dc[_0x5ea9('0x29')]){this[_0x5ea9('0xd')][_0x552130]['Imap']['total']=_0x24f0dc[_0x5ea9('0x29')][_0x5ea9('0x17')];}return this[_0x5ea9('0x10')](_0x552130);}};EmailChannel[_0x5ea9('0xf')]['handleImapEmail']=function(_0x68a6fb,_0x15082d){logger[_0x5ea9('0xc')]('New\x20email\x20from\x20%s\x20%s\x20%s\x20to\x20%s',_0x15082d[_0x5ea9('0x2a')],_0x15082d[_0x5ea9('0x2b')],_0x15082d[_0x5ea9('0x2c')],_0x68a6fb);if(this[_0x5ea9('0xd')][_0x68a6fb]){return mailAccount['notify'](_0x68a6fb,_0x15082d)['then'](function(_0x8b31bf){if(_0x8b31bf){logger['info'](_0x5ea9('0x2d'));}})['catch'](function(_0x15f34e){logger[_0x5ea9('0x25')](_0x5ea9('0x2e'),JSON[_0x5ea9('0x18')](_0x15f34e));});}};EmailChannel[_0x5ea9('0xf')]['handleImapEnd']=function(_0x5c54ec){if(this['mailAccounts'][_0x5c54ec]&&this[_0x5ea9('0xd')][_0x5c54ec][_0x5ea9('0x14')]){if(this[_0x5ea9('0xe')][this[_0x5ea9('0xd')][_0x5c54ec][_0x5ea9('0x14')]['id']]){delete this[_0x5ea9('0xe')][this[_0x5ea9('0xd')][_0x5c54ec][_0x5ea9('0x14')]['id']];}this['mailAccounts'][_0x5c54ec]['Imap']['lastSync']=moment();this['emit'](_0x5c54ec);}};EmailChannel[_0x5ea9('0xf')][_0x5ea9('0x26')]=function(_0xcf5e09,_0x77f5a5){if(this[_0x5ea9('0xd')][_0xcf5e09]){this[_0x5ea9('0xd')][_0xcf5e09][_0x5ea9('0x14')]['status']='error';this['mailAccounts'][_0xcf5e09][_0x5ea9('0x14')]['messageStatus']=_0x77f5a5;return this[_0x5ea9('0x10')](_0xcf5e09);}};EmailChannel[_0x5ea9('0xf')][_0x5ea9('0x2f')]=function(_0x467bf6,_0x4e863f){return this[_0x5ea9('0x30')][_0x5ea9('0x31')](_0x467bf6,_0x4e863f);};EmailChannel['prototype'][_0x5ea9('0x32')]=function(_0x5be999){var _0x20f613=this;if(this[_0x5ea9('0xd')][_0x5be999['id']]){if(_[_0x5ea9('0x27')](this[_0x5ea9('0xd')][_0x5be999['id']]['Smtp'])){this[_0x5ea9('0xd')][_0x5be999['id']][_0x5ea9('0x33')]={};}this[_0x5ea9('0xd')][_0x5be999['id']][_0x5ea9('0x33')][_0x5ea9('0x34')]=moment();return new BPromise(function(_0x57d6b7,_0x5d79ba){return _0x20f613[_0x5ea9('0x30')][_0x5ea9('0x35')](_0x5be999)[_0x5ea9('0x36')](function(_0x6d3664){_0x20f613[_0x5ea9('0xd')][_0x5be999['id']][_0x5ea9('0x33')][_0x5ea9('0x15')]=_0x5ea9('0x37');_0x20f613[_0x5ea9('0xd')][_0x5be999['id']][_0x5ea9('0x33')]['messageStatus']='';_0x20f613[_0x5ea9('0x10')](_0x5be999['id']);_0x57d6b7(_0x6d3664);})[_0x5ea9('0x38')](function(_0x157b78){_0x20f613[_0x5ea9('0xd')][_0x5be999['id']][_0x5ea9('0x33')][_0x5ea9('0x15')]=_0x5ea9('0x25');_0x20f613[_0x5ea9('0xd')][_0x5be999['id']][_0x5ea9('0x33')][_0x5ea9('0x16')]=_0x157b78;_0x20f613[_0x5ea9('0x10')](_0x5be999['id']);_0x5d79ba(_0x157b78);});});}return this['smtp']['verify'](_0x5be999);};module[_0x5ea9('0x39')]=EmailChannel;
\ No newline at end of file
+var _0xb61f=['connected','messages','New\x20email\x20from\x20%s\x20%s\x20%s\x20to\x20%s','firstName','lastName','from','notify','then','info','catch','lastSync','sendMail','send','verifySmtp','Smtp','verify','verified','lodash','moment','md5','ioredis','../../../config/environment','../../../config/logger','email','localhost','socket.io-emitter','redis','./imap','./smtp','../rpc/mailAccount','start\x20email\x20channel','imapAccounts','smtp','emit','mailAccounts','name','key','Imap','status','messageStatus','total','isNil','stringify','prototype','hasOwnProperty','active','service','provider','bind','handleImapEmail','end','handleImapEnd','error','handleImapError','disabled','handleImapBox'];(function(_0x119b3e,_0x588d50){var _0x1169ae=function(_0x377422){while(--_0x377422){_0x119b3e['push'](_0x119b3e['shift']());}};_0x1169ae(++_0x588d50);}(_0xb61f,0x81));var _0xfb61=function(_0xda7ffb,_0x4a673f){_0xda7ffb=_0xda7ffb-0x0;var _0x28b42a=_0xb61f[_0xda7ffb];return _0x28b42a;};'use strict';var _=require(_0xfb61('0x0'));var moment=require(_0xfb61('0x1'));var BPromise=require('bluebird');var md5=require(_0xfb61('0x2'));var Redis=require(_0xfb61('0x3'));var config=require(_0xfb61('0x4'));var logger=require(_0xfb61('0x5'))(_0xfb61('0x6'));config['redis']=_['defaults'](config['redis'],{'host':_0xfb61('0x7'),'port':0x18eb});var io=require(_0xfb61('0x8'))(new Redis(config[_0xfb61('0x9')]));var EmailImap=require(_0xfb61('0xa'));var EmailSmtp=require(_0xfb61('0xb'));var mailAccount=require(_0xfb61('0xc'));var md5Accounts={};function EmailChannel(_0x1cfdf0){logger['info'](_0xfb61('0xd'));this['mailAccounts']=_0x1cfdf0['mailAccounts'];this[_0xfb61('0xe')]={};this[_0xfb61('0xf')]=new EmailSmtp();}EmailChannel['prototype'][_0xfb61('0x10')]=function(_0x5ca987){var _0x477460=this[_0xfb61('0x11')][_0x5ca987];var _0xa7a916={'id':_0x477460['id'],'name':_0x477460[_0xfb61('0x12')],'key':_0x477460[_0xfb61('0x13')],'active':_0x477460['active'],'Imap':{'status':_0x477460[_0xfb61('0x14')][_0xfb61('0x15')],'messageStatus':_0x477460[_0xfb61('0x14')][_0xfb61('0x16')],'total':_0x477460[_0xfb61('0x14')][_0xfb61('0x17')]}};if(_[_0xfb61('0x18')](md5Accounts[_0x5ca987])){md5Accounts[_0x5ca987]={};}var _0x576e41=md5(JSON[_0xfb61('0x19')](_0xa7a916));if(md5Accounts[_0x5ca987][_0xfb61('0x2')]!==_0x576e41){md5Accounts[_0x5ca987]['md5']=_0x576e41;io[_0xfb61('0x10')]('mailAccount:update',_0xa7a916);}};EmailChannel[_0xfb61('0x1a')]['refresh']=function(_0x2cd9c0){for(var _0x593493 in _0x2cd9c0){if(_0x2cd9c0[_0xfb61('0x1b')](_0x593493)){if(_0x2cd9c0[_0x593493][_0xfb61('0x14')]&&_0x2cd9c0[_0x593493][_0xfb61('0x1c')]){var _0x11c3fe=_0x2cd9c0[_0x593493][_0xfb61('0x14')];if(!_0x11c3fe[_0xfb61('0x1d')]&&_0x2cd9c0[_0x593493][_0xfb61('0x1e')]!=='custom')_0x11c3fe[_0xfb61('0x1d')]=_0x2cd9c0[_0x593493][_0xfb61('0x1e')];if(!this['imapAccounts'][_0xfb61('0x1b')](_0x11c3fe['id'])){this[_0xfb61('0xe')][_0x11c3fe['id']]=new EmailImap(_0x11c3fe,_0x2cd9c0[_0x593493][_0xfb61('0x6')]);this['imapAccounts'][_0x11c3fe['id']]['on']('box',this['handleImapBox'][_0xfb61('0x1f')](this,_0x593493));this[_0xfb61('0xe')][_0x11c3fe['id']]['on'](_0xfb61('0x6'),this[_0xfb61('0x20')]['bind'](this,_0x593493));this[_0xfb61('0xe')][_0x11c3fe['id']]['on'](_0xfb61('0x21'),this[_0xfb61('0x22')][_0xfb61('0x1f')](this,_0x593493));this[_0xfb61('0xe')][_0x11c3fe['id']]['on'](_0xfb61('0x23'),this[_0xfb61('0x24')]['bind'](this,_0x593493));}}else{if(_[_0xfb61('0x18')](this[_0xfb61('0x11')][_0x593493][_0xfb61('0x14')])){this[_0xfb61('0x11')][_0x593493][_0xfb61('0x14')]={};}this[_0xfb61('0x11')][_0x593493][_0xfb61('0x14')][_0xfb61('0x15')]=_0xfb61('0x25');this[_0xfb61('0x11')][_0x593493]['Imap']['messageStatus']='';this[_0xfb61('0x10')](_0x593493);}}}};EmailChannel['prototype'][_0xfb61('0x26')]=function(_0x1206a2,_0x12d54b){if(this[_0xfb61('0x11')][_0x1206a2]){this['mailAccounts'][_0x1206a2][_0xfb61('0x14')]['status']=_0xfb61('0x27');this[_0xfb61('0x11')][_0x1206a2][_0xfb61('0x14')][_0xfb61('0x16')]=_0x12d54b[_0xfb61('0x12')];if(_0x12d54b[_0xfb61('0x28')]){this[_0xfb61('0x11')][_0x1206a2][_0xfb61('0x14')][_0xfb61('0x17')]=_0x12d54b[_0xfb61('0x28')]['total'];}return this['emit'](_0x1206a2);}};EmailChannel[_0xfb61('0x1a')][_0xfb61('0x20')]=function(_0x449367,_0x5064b0){logger['info'](_0xfb61('0x29'),_0x5064b0[_0xfb61('0x2a')],_0x5064b0[_0xfb61('0x2b')],_0x5064b0[_0xfb61('0x2c')],_0x449367);if(this[_0xfb61('0x11')][_0x449367]){return mailAccount[_0xfb61('0x2d')](_0x449367,_0x5064b0)[_0xfb61('0x2e')](function(_0x12a436){if(_0x12a436){logger[_0xfb61('0x2f')]('Mail\x20accepted\x20from\x20routing');}})[_0xfb61('0x30')](function(_0x35f162){logger[_0xfb61('0x23')]('Mail\x20not\x20accepted\x20from\x20routing\x20%s',JSON[_0xfb61('0x19')](_0x35f162));});}};EmailChannel[_0xfb61('0x1a')][_0xfb61('0x22')]=function(_0x5c2729){if(this[_0xfb61('0x11')][_0x5c2729]&&this[_0xfb61('0x11')][_0x5c2729]['Imap']){if(this['imapAccounts'][this[_0xfb61('0x11')][_0x5c2729][_0xfb61('0x14')]['id']]){delete this[_0xfb61('0xe')][this['mailAccounts'][_0x5c2729][_0xfb61('0x14')]['id']];}this[_0xfb61('0x11')][_0x5c2729][_0xfb61('0x14')][_0xfb61('0x31')]=moment();this[_0xfb61('0x10')](_0x5c2729);}};EmailChannel[_0xfb61('0x1a')]['handleImapError']=function(_0x4cd68d,_0x81f23b){if(this[_0xfb61('0x11')][_0x4cd68d]){this[_0xfb61('0x11')][_0x4cd68d][_0xfb61('0x14')][_0xfb61('0x15')]=_0xfb61('0x23');this[_0xfb61('0x11')][_0x4cd68d]['Imap'][_0xfb61('0x16')]=_0x81f23b;return this[_0xfb61('0x10')](_0x4cd68d);}};EmailChannel['prototype'][_0xfb61('0x32')]=function(_0x14fb73,_0x480327){return this[_0xfb61('0xf')][_0xfb61('0x33')](_0x14fb73,_0x480327);};EmailChannel[_0xfb61('0x1a')][_0xfb61('0x34')]=function(_0x9ffa3d){var _0x28c553=this;if(this[_0xfb61('0x11')][_0x9ffa3d['id']]){if(_[_0xfb61('0x18')](this['mailAccounts'][_0x9ffa3d['id']]['Smtp'])){this[_0xfb61('0x11')][_0x9ffa3d['id']][_0xfb61('0x35')]={};}this[_0xfb61('0x11')][_0x9ffa3d['id']][_0xfb61('0x35')][_0xfb61('0x31')]=moment();return new BPromise(function(_0x45635c,_0x49e4f1){return _0x28c553['smtp'][_0xfb61('0x36')](_0x9ffa3d)[_0xfb61('0x2e')](function(_0x39a51d){_0x28c553[_0xfb61('0x11')][_0x9ffa3d['id']]['Smtp'][_0xfb61('0x15')]=_0xfb61('0x37');_0x28c553['mailAccounts'][_0x9ffa3d['id']]['Smtp'][_0xfb61('0x16')]='';_0x28c553[_0xfb61('0x10')](_0x9ffa3d['id']);_0x45635c(_0x39a51d);})[_0xfb61('0x30')](function(_0x371b7c){_0x28c553[_0xfb61('0x11')][_0x9ffa3d['id']]['Smtp'][_0xfb61('0x15')]=_0xfb61('0x23');_0x28c553[_0xfb61('0x11')][_0x9ffa3d['id']]['Smtp'][_0xfb61('0x16')]=_0x371b7c;_0x28c553[_0xfb61('0x10')](_0x9ffa3d['id']);_0x49e4f1(_0x371b7c);});});}return this[_0xfb61('0xf')][_0xfb61('0x36')](_0x9ffa3d);};module['exports']=EmailChannel;
\ No newline at end of file