4431e2240828b48ac921a9283a6baaf759575a9b
[motion2.git] / server / services / email / lib / imap.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 _0x5dda=['mailparser','simpleParser','Iconv','events','EventEmitter','./utils','email','mailbox','INBOX','account','getAccount','once','ready','handleReady','bind','imap','handleEnd','error','connect','inherits','prototype','connTimeout','authTimeout','authentication','user','password','host','port','tls','autotls','required','service','handleOpenBox','handleError','emit','box','readUnseen','search','UNSEEN','handleReadUnseen','fetch','handleFetchMessage','handleFetchError','end','handleFetchEnd','closeBox','handleCloseBox','handleMessageBody','attributes','handleMessageEnd','handleSimpleParser','parser','stringify','textCode','hasOwnProperty','upperFirst','exports','path','lodash','randomstring'];(function(_0x5519a9,_0x1c5147){var _0x32f2cc=function(_0x52ed58){while(--_0x52ed58){_0x5519a9['push'](_0x5519a9['shift']());}};_0x32f2cc(++_0x1c5147);}(_0x5dda,0xed));var _0xa5dd=function(_0x591f0a,_0x326a25){_0x591f0a=_0x591f0a-0x0;var _0x4b151c=_0x5dda[_0x591f0a];return _0x4b151c;};'use strict';var fs=require('fs');var path=require(_0xa5dd('0x0'));var util=require('util');var Imap=require('imap');var _=require(_0xa5dd('0x1'));var rs=require(_0xa5dd('0x2'));var simpleParser=require(_0xa5dd('0x3'))[_0xa5dd('0x4')];var Iconv=require('iconv')[_0xa5dd('0x5')];var EventEmitter=require(_0xa5dd('0x6'))[_0xa5dd('0x7')];var utils=require(_0xa5dd('0x8'));var logger=require('../../../config/logger')(_0xa5dd('0x9'));function EmailImap(_0x278baf,_0x445d09){this[_0xa5dd('0xa')]=_0xa5dd('0xb');this[_0xa5dd('0xc')]=this[_0xa5dd('0xd')](_0x278baf,_0x445d09);this['imap']=new Imap(this[_0xa5dd('0xc')]);this['imap'][_0xa5dd('0xe')](_0xa5dd('0xf'),this[_0xa5dd('0x10')][_0xa5dd('0x11')](this));this[_0xa5dd('0x12')][_0xa5dd('0xe')]('end',this[_0xa5dd('0x13')][_0xa5dd('0x11')](this));this[_0xa5dd('0x12')]['on'](_0xa5dd('0x14'),this['handleError'][_0xa5dd('0x11')](this));this[_0xa5dd('0x12')][_0xa5dd('0x15')]();}util[_0xa5dd('0x16')](EmailImap,EventEmitter);EmailImap[_0xa5dd('0x17')][_0xa5dd('0xd')]=function(_0x11353d,_0x581e56){var _0x153704={'connTimeout':_0x11353d[_0xa5dd('0x18')]?_0x11353d[_0xa5dd('0x18')]*0x3e8:0x2710,'authTimeout':_0x11353d[_0xa5dd('0x19')]?_0x11353d[_0xa5dd('0x19')]*0x3e8:0x1388};if(_['isNil'](_0x11353d['service'])){if(_0x11353d[_0xa5dd('0x1a')]){_0x153704[_0xa5dd('0x1b')]=_0x11353d[_0xa5dd('0x1b')];_0x153704[_0xa5dd('0x1c')]=_0x11353d[_0xa5dd('0x1c')];}_0x153704[_0xa5dd('0x1d')]=_0x11353d[_0xa5dd('0x1d')];_0x153704[_0xa5dd('0x1e')]=_0x11353d[_0xa5dd('0x1e')]||0x3e1;if(_0x11353d[_0xa5dd('0x1f')]){_0x153704[_0xa5dd('0x1f')]=!![];}else{_0x153704[_0xa5dd('0x1f')]=![];_0x153704[_0xa5dd('0x20')]=_0xa5dd('0x21');}}else{_0x153704[_0xa5dd('0x1b')]=_0x11353d[_0xa5dd('0x1b')];_0x153704[_0xa5dd('0x1c')]=_0x11353d[_0xa5dd('0x1c')];_0x153704[_0xa5dd('0x1d')]=utils['getHost'](_0x11353d[_0xa5dd('0x22')]);_0x153704[_0xa5dd('0x1e')]=0x3e1;_0x153704['tls']=!![];}_0x153704['email']=_0x581e56||_0x11353d[_0xa5dd('0x1b')]||'anonymous@xcally.com';return _0x153704;};EmailImap[_0xa5dd('0x17')]['handleReady']=function(){this[_0xa5dd('0x12')]['openBox'](this['mailbox'],![],this['handleOpenBox'][_0xa5dd('0x11')](this));};EmailImap['prototype'][_0xa5dd('0x23')]=function(_0x194ec8,_0x2cb719){if(_0x194ec8){this[_0xa5dd('0x24')](_0x194ec8,!![]);}else{this[_0xa5dd('0x25')](_0xa5dd('0x26'),_0x2cb719);this[_0xa5dd('0x27')]();}};EmailImap[_0xa5dd('0x17')]['handleCloseBox']=function(_0x4de078){if(_0x4de078){this[_0xa5dd('0x24')](_0x4de078,!![]);}else{this['imap']['end']();}};EmailImap['prototype'][_0xa5dd('0x27')]=function(){this['imap'][_0xa5dd('0x28')]([_0xa5dd('0x29')],this[_0xa5dd('0x2a')][_0xa5dd('0x11')](this));};EmailImap[_0xa5dd('0x17')]['handleReadUnseen']=function(_0x2f1772,_0x33d9ba){if(_0x2f1772){this[_0xa5dd('0x24')](_0x2f1772,!![]);}else{if(_0x33d9ba['length']){try{var _0x2362ac=this[_0xa5dd('0x12')][_0xa5dd('0x2b')](_0x33d9ba,{'bodies':'','markSeen':!![]});_0x2362ac['on']('message',this[_0xa5dd('0x2c')][_0xa5dd('0x11')](this));_0x2362ac[_0xa5dd('0xe')](_0xa5dd('0x14'),this[_0xa5dd('0x2d')]['bind'](this));_0x2362ac[_0xa5dd('0xe')](_0xa5dd('0x2e'),this[_0xa5dd('0x2f')][_0xa5dd('0x11')](this));}catch(_0x3f2f92){logger[_0xa5dd('0x14')](_0x3f2f92);}}else{this[_0xa5dd('0x12')][_0xa5dd('0x30')](!![],this[_0xa5dd('0x31')]['bind'](this));}}};EmailImap[_0xa5dd('0x17')][_0xa5dd('0x2c')]=function(_0x3c28bd,_0x3b9d28){_0x3c28bd['on']('body',this[_0xa5dd('0x32')][_0xa5dd('0x11')](this));_0x3c28bd[_0xa5dd('0xe')](_0xa5dd('0x33'),this['handleMessageAttributes'][_0xa5dd('0x11')](this));_0x3c28bd[_0xa5dd('0xe')](_0xa5dd('0x2e'),this['handleMessageEnd']['bind'](this));};EmailImap['prototype']['handleMessageBody']=function(_0x3c182e,_0x5e4813){simpleParser(_0x3c182e,{'Iconv':Iconv},this['handleSimpleParser']['bind'](this));};EmailImap['prototype']['handleMessageAttributes']=function(_0x266db9){};EmailImap['prototype'][_0xa5dd('0x34')]=function(){};EmailImap['prototype'][_0xa5dd('0x35')]=function(_0x1bda1e,_0x465e54){if(_0x1bda1e){logger[_0xa5dd('0x14')](_0x1bda1e);}else{var _0x2de010=this;utils[_0xa5dd('0x36')](this[_0xa5dd('0xc')],_0x465e54,function(_0x47bc01){_0x2de010[_0xa5dd('0x25')](_0xa5dd('0x9'),_0x47bc01);});}};EmailImap[_0xa5dd('0x17')]['handleFetchEnd']=function(){this[_0xa5dd('0x12')][_0xa5dd('0x30')](!![],this[_0xa5dd('0x31')]['bind'](this));};EmailImap[_0xa5dd('0x17')][_0xa5dd('0x2d')]=function(_0x5176af){this['handleError'](_0x5176af);this[_0xa5dd('0x12')][_0xa5dd('0x30')](!![],this['handleCloseBox'][_0xa5dd('0x11')](this));};EmailImap[_0xa5dd('0x17')][_0xa5dd('0x13')]=function(){this[_0xa5dd('0x25')](_0xa5dd('0x2e'));};EmailImap[_0xa5dd('0x17')][_0xa5dd('0x24')]=function(_0x3c0678,_0x22957f){logger[_0xa5dd('0x14')](_0xa5dd('0x24'),this[_0xa5dd('0xc')][_0xa5dd('0x9')],JSON[_0xa5dd('0x37')](_0x3c0678));var _0x4213cc='';if(_0x3c0678){if(_0x3c0678[_0xa5dd('0x38')]){_0x4213cc=_0x3c0678[_0xa5dd('0x38')];}else{for(var _0x333589 in _0x3c0678){if(_0x3c0678[_0xa5dd('0x39')](_0x333589)){_0x4213cc+=_[_0xa5dd('0x3a')](_0x333589)+':\x20'+_0x3c0678[_0x333589]+'\x0a';}}}}if(_0x22957f){this[_0xa5dd('0x12')][_0xa5dd('0x2e')]();}else{this['emit']('error',_0x4213cc);this[_0xa5dd('0x25')](_0xa5dd('0x2e'));}};module[_0xa5dd('0x3b')]=EmailImap;