Built motion from commit 00bf23f6.|2.6.16
[motion2.git] / server / services / email / lib / imap.js
index 4027b53..30aeb8c 100644 (file)
@@ -15,4 +15,4 @@
 // * treaties. The SOFTWARE PRODUCT is licensed, not sold.                        *
 // *                                                                       *
 // *************************************************************************
-var _0x97cb=['port','tls','autotls','required','handleReady','openBox','handleOpenBox','bind','prototype','box','readUnseen','handleCloseBox','search','UNSEEN','handleReadUnseen','length','fetch','handleFetchMessage','error','closeBox','handleMessageBody','attributes','handleMessageAttributes','handleSimpleParser','handleMessageEnd','parser','emit','handleFetchEnd','handleFetchError','stringify','textCode','hasOwnProperty','upperFirst','exports','util','imap','mailparser','simpleParser','iconv','Iconv','events','EventEmitter','./utils','../../../config/logger','email','mailbox','account','getAccount','once','ready','end','handleEnd','handleError','connect','inherits','connTimeout','authTimeout','service','user','xoauth2','generateXOAuth2Token','CloudProvider','data5','password','authentication','anonymous@xcally.com','host'];(function(_0x4ca7a6,_0x2a9f22){var _0x1c4da7=function(_0x341120){while(--_0x341120){_0x4ca7a6['push'](_0x4ca7a6['shift']());}};_0x1c4da7(++_0x2a9f22);}(_0x97cb,0xeb));var _0xb97c=function(_0x367bdc,_0x746265){_0x367bdc=_0x367bdc-0x0;var _0x336ae1=_0x97cb[_0x367bdc];return _0x336ae1;};'use strict';var _=require('lodash');var util=require(_0xb97c('0x0'));var Imap=require(_0xb97c('0x1'));var simpleParser=require(_0xb97c('0x2'))[_0xb97c('0x3')];var Iconv=require(_0xb97c('0x4'))[_0xb97c('0x5')];var EventEmitter=require(_0xb97c('0x6'))[_0xb97c('0x7')];var utils=require(_0xb97c('0x8'));var logger=require(_0xb97c('0x9'))(_0xb97c('0xa'));function EmailImap(_0x47472c,_0x5ddf69){this[_0xb97c('0xb')]=_0x47472c[_0xb97c('0xb')];this[_0xb97c('0xc')]=this[_0xb97c('0xd')](_0x47472c,_0x5ddf69);this[_0xb97c('0x1')]=new Imap(this[_0xb97c('0xc')]);this[_0xb97c('0x1')][_0xb97c('0xe')](_0xb97c('0xf'),this['handleReady']['bind'](this));this['imap'][_0xb97c('0xe')](_0xb97c('0x10'),this[_0xb97c('0x11')]['bind'](this));this[_0xb97c('0x1')]['on']('error',this[_0xb97c('0x12')]['bind'](this));this[_0xb97c('0x1')][_0xb97c('0x13')]();}util[_0xb97c('0x14')](EmailImap,EventEmitter);EmailImap['prototype'][_0xb97c('0xd')]=function(_0xa53b3d,_0x52dbf0){var _0x387c30={'connTimeout':_0xa53b3d[_0xb97c('0x15')]?_0xa53b3d[_0xb97c('0x15')]*0x3e8:0x2710,'authTimeout':_0xa53b3d['authTimeout']?_0xa53b3d[_0xb97c('0x16')]*0x3e8:0x1388};if(_0xa53b3d[_0xb97c('0x17')]){_0x387c30['user']=_0xa53b3d[_0xb97c('0x18')];if(_0xa53b3d['modernAuthentication']){_0x387c30[_0xb97c('0x19')]=utils[_0xb97c('0x1a')](_0xa53b3d[_0xb97c('0x1b')][_0xb97c('0x1c')],_0xa53b3d[_0xb97c('0x18')]);}else{_0x387c30[_0xb97c('0x1d')]=_0xa53b3d['password'];}}else{if(_0xa53b3d[_0xb97c('0x1e')]){_0x387c30[_0xb97c('0x18')]=_0xa53b3d[_0xb97c('0x18')];_0x387c30[_0xb97c('0x1d')]=_0xa53b3d[_0xb97c('0x1d')];}}_0x387c30['email']=_0x52dbf0||_0xa53b3d[_0xb97c('0x18')]||_0xb97c('0x1f');_0x387c30[_0xb97c('0x20')]=_0xa53b3d[_0xb97c('0x20')];_0x387c30[_0xb97c('0x21')]=_0xa53b3d[_0xb97c('0x21')]||0x3e1;if(_0xa53b3d['tls']){_0x387c30[_0xb97c('0x22')]=!![];}else{_0x387c30[_0xb97c('0x22')]=![];_0x387c30[_0xb97c('0x23')]=_0xb97c('0x24');}return _0x387c30;};EmailImap['prototype'][_0xb97c('0x25')]=function(){this[_0xb97c('0x1')][_0xb97c('0x26')](this['mailbox'],![],this[_0xb97c('0x27')][_0xb97c('0x28')](this));};EmailImap[_0xb97c('0x29')]['handleOpenBox']=function(_0x19b6e0,_0x24dbb8){if(_0x19b6e0){this[_0xb97c('0x12')](_0x19b6e0,!![]);}else{this['emit'](_0xb97c('0x2a'),_0x24dbb8);this[_0xb97c('0x2b')]();}};EmailImap[_0xb97c('0x29')][_0xb97c('0x2c')]=function(_0x1d9add){if(_0x1d9add){this[_0xb97c('0x12')](_0x1d9add,!![]);}else{this['imap']['end']();}};EmailImap[_0xb97c('0x29')][_0xb97c('0x2b')]=function(){this[_0xb97c('0x1')][_0xb97c('0x2d')]([_0xb97c('0x2e')],this[_0xb97c('0x2f')][_0xb97c('0x28')](this));};EmailImap[_0xb97c('0x29')][_0xb97c('0x2f')]=function(_0x375d2a,_0x3bf3bc){if(_0x375d2a){this[_0xb97c('0x12')](_0x375d2a,!![]);}else{if(_0x3bf3bc[_0xb97c('0x30')]){try{var _0x8135e9=this[_0xb97c('0x1')][_0xb97c('0x31')](_0x3bf3bc,{'bodies':'','markSeen':!![]});_0x8135e9['on']('message',this[_0xb97c('0x32')][_0xb97c('0x28')](this));_0x8135e9['once'](_0xb97c('0x33'),this['handleFetchError'][_0xb97c('0x28')](this));_0x8135e9[_0xb97c('0xe')](_0xb97c('0x10'),this['handleFetchEnd'][_0xb97c('0x28')](this));}catch(_0x468a0a){logger[_0xb97c('0x33')](_0x468a0a);}}else{this[_0xb97c('0x1')][_0xb97c('0x34')](!![],this[_0xb97c('0x2c')]['bind'](this));}}};EmailImap['prototype'][_0xb97c('0x32')]=function(_0x44fa48){_0x44fa48['on']('body',this[_0xb97c('0x35')]['bind'](this));_0x44fa48[_0xb97c('0xe')](_0xb97c('0x36'),this[_0xb97c('0x37')][_0xb97c('0x28')](this));_0x44fa48[_0xb97c('0xe')](_0xb97c('0x10'),this['handleMessageEnd'][_0xb97c('0x28')](this));};EmailImap[_0xb97c('0x29')][_0xb97c('0x35')]=function(_0x133e1a){simpleParser(_0x133e1a,{'Iconv':Iconv},this[_0xb97c('0x38')][_0xb97c('0x28')](this));};EmailImap['prototype'][_0xb97c('0x37')]=function(){};EmailImap[_0xb97c('0x29')][_0xb97c('0x39')]=function(){};EmailImap[_0xb97c('0x29')][_0xb97c('0x38')]=function(_0x5ba2ab,_0x15e7ab){if(_0x5ba2ab){logger[_0xb97c('0x33')](_0x5ba2ab);}else{var _0x4a37fd=this;utils[_0xb97c('0x3a')](this[_0xb97c('0xc')],_0x15e7ab,function(_0x3111d2){_0x4a37fd[_0xb97c('0x3b')](_0xb97c('0xa'),_0x3111d2);});}};EmailImap[_0xb97c('0x29')][_0xb97c('0x3c')]=function(){this[_0xb97c('0x1')][_0xb97c('0x34')](!![],this[_0xb97c('0x2c')][_0xb97c('0x28')](this));};EmailImap['prototype'][_0xb97c('0x3d')]=function(_0x44014a){this[_0xb97c('0x12')](_0x44014a);this['imap'][_0xb97c('0x34')](!![],this[_0xb97c('0x2c')][_0xb97c('0x28')](this));};EmailImap['prototype']['handleEnd']=function(){this[_0xb97c('0x3b')](_0xb97c('0x10'));};EmailImap[_0xb97c('0x29')][_0xb97c('0x12')]=function(_0x27ebd0,_0x10b065){logger[_0xb97c('0x33')](_0xb97c('0x12'),this[_0xb97c('0xc')][_0xb97c('0xa')],JSON[_0xb97c('0x3e')](_0x27ebd0));var _0x42265d='';if(_0x27ebd0){if(_0x27ebd0[_0xb97c('0x3f')]){_0x42265d=_0x27ebd0[_0xb97c('0x3f')];}else{for(var _0x5a21e0 in _0x27ebd0){if(_0x27ebd0[_0xb97c('0x40')](_0x5a21e0)){_0x42265d+=_[_0xb97c('0x41')](_0x5a21e0)+':\x20'+_0x27ebd0[_0x5a21e0]+'\x0a';}}}}if(_0x10b065){this[_0xb97c('0x1')][_0xb97c('0x10')]();}else{this[_0xb97c('0x3b')](_0xb97c('0x33'),_0x42265d);this[_0xb97c('0x3b')]('end');}};module[_0xb97c('0x42')]=EmailImap;
\ No newline at end of file
+var _0xa7ff=['mailbox','account','getAccount','once','ready','handleEnd','bind','error','handleError','connTimeout','authTimeout','service','user','modernAuthentication','xoauth2','generateXOAuth2Token','CloudProvider','data5','password','authentication','anonymous@xcally.com','host','port','tls','autotls','prototype','openBox','handleOpenBox','box','readUnseen','handleCloseBox','end','search','UNSEEN','handleReadUnseen','length','fetch','message','handleFetchMessage','handleFetchError','handleFetchEnd','handleMessageAttributes','handleSimpleParser','handleMessageEnd','parser','emit','closeBox','stringify','textCode','exports','lodash','util','imap','mailparser','simpleParser','iconv','Iconv','events','EventEmitter','./utils','email'];(function(_0x1ed116,_0x23bc80){var _0x574066=function(_0x424f9e){while(--_0x424f9e){_0x1ed116['push'](_0x1ed116['shift']());}};_0x574066(++_0x23bc80);}(_0xa7ff,0x1a0));var _0xfa7f=function(_0x576170,_0x1712ae){_0x576170=_0x576170-0x0;var _0x397c70=_0xa7ff[_0x576170];return _0x397c70;};'use strict';var _=require(_0xfa7f('0x0'));var util=require(_0xfa7f('0x1'));var Imap=require(_0xfa7f('0x2'));var simpleParser=require(_0xfa7f('0x3'))[_0xfa7f('0x4')];var Iconv=require(_0xfa7f('0x5'))[_0xfa7f('0x6')];var EventEmitter=require(_0xfa7f('0x7'))[_0xfa7f('0x8')];var utils=require(_0xfa7f('0x9'));var logger=require('../../../config/logger')(_0xfa7f('0xa'));function EmailImap(_0x3a0ded,_0x50963d){this['mailbox']=_0x3a0ded[_0xfa7f('0xb')];this[_0xfa7f('0xc')]=this[_0xfa7f('0xd')](_0x3a0ded,_0x50963d);this[_0xfa7f('0x2')]=new Imap(this[_0xfa7f('0xc')]);this[_0xfa7f('0x2')][_0xfa7f('0xe')](_0xfa7f('0xf'),this['handleReady']['bind'](this));this[_0xfa7f('0x2')]['once']('end',this[_0xfa7f('0x10')][_0xfa7f('0x11')](this));this[_0xfa7f('0x2')]['on'](_0xfa7f('0x12'),this[_0xfa7f('0x13')][_0xfa7f('0x11')](this));this[_0xfa7f('0x2')]['connect']();}util['inherits'](EmailImap,EventEmitter);EmailImap['prototype'][_0xfa7f('0xd')]=function(_0x71b630,_0x5082e1){var _0x38cec8={'connTimeout':_0x71b630[_0xfa7f('0x14')]?_0x71b630[_0xfa7f('0x14')]*0x3e8:0x2710,'authTimeout':_0x71b630[_0xfa7f('0x15')]?_0x71b630[_0xfa7f('0x15')]*0x3e8:0x1388};if(_0x71b630[_0xfa7f('0x16')]){_0x38cec8[_0xfa7f('0x17')]=_0x71b630[_0xfa7f('0x17')];if(_0x71b630[_0xfa7f('0x18')]){_0x38cec8[_0xfa7f('0x19')]=utils[_0xfa7f('0x1a')](_0x71b630[_0xfa7f('0x1b')][_0xfa7f('0x1c')],_0x71b630[_0xfa7f('0x17')]);}else{_0x38cec8[_0xfa7f('0x1d')]=_0x71b630['password'];}}else{if(_0x71b630[_0xfa7f('0x1e')]){_0x38cec8['user']=_0x71b630[_0xfa7f('0x17')];_0x38cec8[_0xfa7f('0x1d')]=_0x71b630[_0xfa7f('0x1d')];}}_0x38cec8[_0xfa7f('0xa')]=_0x5082e1||_0x71b630[_0xfa7f('0x17')]||_0xfa7f('0x1f');_0x38cec8[_0xfa7f('0x20')]=_0x71b630[_0xfa7f('0x20')];_0x38cec8[_0xfa7f('0x21')]=_0x71b630[_0xfa7f('0x21')]||0x3e1;if(_0x71b630['tls']){_0x38cec8[_0xfa7f('0x22')]=!![];}else{_0x38cec8['tls']=![];_0x38cec8[_0xfa7f('0x23')]='required';}return _0x38cec8;};EmailImap[_0xfa7f('0x24')]['handleReady']=function(){this[_0xfa7f('0x2')][_0xfa7f('0x25')](this[_0xfa7f('0xb')],![],this[_0xfa7f('0x26')][_0xfa7f('0x11')](this));};EmailImap[_0xfa7f('0x24')]['handleOpenBox']=function(_0x51d1e4,_0x22b82d){if(_0x51d1e4){this[_0xfa7f('0x13')](_0x51d1e4,!![]);}else{this['emit'](_0xfa7f('0x27'),_0x22b82d);this[_0xfa7f('0x28')]();}};EmailImap[_0xfa7f('0x24')][_0xfa7f('0x29')]=function(_0x4c4b51){if(_0x4c4b51){this['handleError'](_0x4c4b51,!![]);}else{this[_0xfa7f('0x2')][_0xfa7f('0x2a')]();}};EmailImap[_0xfa7f('0x24')][_0xfa7f('0x28')]=function(){this[_0xfa7f('0x2')][_0xfa7f('0x2b')]([_0xfa7f('0x2c')],this[_0xfa7f('0x2d')][_0xfa7f('0x11')](this));};EmailImap[_0xfa7f('0x24')][_0xfa7f('0x2d')]=function(_0x20bcc9,_0x45f87b){if(_0x20bcc9){this['handleError'](_0x20bcc9,!![]);}else{if(_0x45f87b[_0xfa7f('0x2e')]){try{var _0x848cf1=this[_0xfa7f('0x2')][_0xfa7f('0x2f')](_0x45f87b,{'bodies':'','markSeen':!![]});_0x848cf1['on'](_0xfa7f('0x30'),this[_0xfa7f('0x31')][_0xfa7f('0x11')](this));_0x848cf1[_0xfa7f('0xe')](_0xfa7f('0x12'),this[_0xfa7f('0x32')][_0xfa7f('0x11')](this));_0x848cf1[_0xfa7f('0xe')](_0xfa7f('0x2a'),this[_0xfa7f('0x33')]['bind'](this));}catch(_0x2a8a4a){logger[_0xfa7f('0x12')](_0x2a8a4a);}}else{this[_0xfa7f('0x2')]['closeBox'](!![],this['handleCloseBox'][_0xfa7f('0x11')](this));}}};EmailImap[_0xfa7f('0x24')]['handleFetchMessage']=function(_0x4292fb){_0x4292fb['on']('body',this['handleMessageBody'][_0xfa7f('0x11')](this));_0x4292fb[_0xfa7f('0xe')]('attributes',this[_0xfa7f('0x34')]['bind'](this));_0x4292fb[_0xfa7f('0xe')]('end',this['handleMessageEnd'][_0xfa7f('0x11')](this));};EmailImap['prototype']['handleMessageBody']=function(_0x2f768c){simpleParser(_0x2f768c,{'Iconv':Iconv},this[_0xfa7f('0x35')][_0xfa7f('0x11')](this));};EmailImap[_0xfa7f('0x24')][_0xfa7f('0x34')]=function(){};EmailImap['prototype'][_0xfa7f('0x36')]=function(){};EmailImap[_0xfa7f('0x24')][_0xfa7f('0x35')]=function(_0x372f54,_0x3f28ed){if(_0x372f54){logger[_0xfa7f('0x12')](_0x372f54);}else{var _0x55e7c5=this;utils[_0xfa7f('0x37')](this[_0xfa7f('0xc')],_0x3f28ed,function(_0x2f21b9){_0x55e7c5[_0xfa7f('0x38')](_0xfa7f('0xa'),_0x2f21b9);});}};EmailImap[_0xfa7f('0x24')][_0xfa7f('0x33')]=function(){this[_0xfa7f('0x2')][_0xfa7f('0x39')](!![],this[_0xfa7f('0x29')]['bind'](this));};EmailImap[_0xfa7f('0x24')][_0xfa7f('0x32')]=function(_0x43be3b){this[_0xfa7f('0x13')](_0x43be3b);this[_0xfa7f('0x2')]['closeBox'](!![],this[_0xfa7f('0x29')]['bind'](this));};EmailImap[_0xfa7f('0x24')][_0xfa7f('0x10')]=function(){this[_0xfa7f('0x38')](_0xfa7f('0x2a'));};EmailImap[_0xfa7f('0x24')][_0xfa7f('0x13')]=function(_0x58c147,_0x3083c2){logger[_0xfa7f('0x12')](_0xfa7f('0x13'),this[_0xfa7f('0xc')][_0xfa7f('0xa')],JSON[_0xfa7f('0x3a')](_0x58c147));var _0x54c81b='';if(_0x58c147){if(_0x58c147[_0xfa7f('0x3b')]){_0x54c81b=_0x58c147[_0xfa7f('0x3b')];}else{for(var _0x309599 in _0x58c147){if(_0x58c147['hasOwnProperty'](_0x309599)){_0x54c81b+=_['upperFirst'](_0x309599)+':\x20'+_0x58c147[_0x309599]+'\x0a';}}}}if(_0x3083c2){this[_0xfa7f('0x2')][_0xfa7f('0x2a')]();}else{this['emit'](_0xfa7f('0x12'),_0x54c81b);this[_0xfa7f('0x38')]('end');}};module[_0xfa7f('0x3c')]=EmailImap;
\ No newline at end of file