Built motion from commit db94841.|2.5.3
[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 _0xbcff=['path','imap','lodash','randomstring','mailparser','simpleParser','iconv','events','EventEmitter','./utils','../../../config/logger','email','mailbox','INBOX','account','ready','handleReady','bind','once','end','error','handleError','connect','inherits','prototype','getAccount','connTimeout','authTimeout','isNil','service','user','password','host','port','tls','autotls','required','getHost','anonymous@xcally.com','openBox','handleOpenBox','emit','box','readUnseen','handleCloseBox','search','UNSEEN','handleReadUnseen','length','fetch','message','handleFetchMessage','handleFetchError','handleFetchEnd','closeBox','body','handleMessageBody','attributes','handleMessageAttributes','handleSimpleParser','handleMessageEnd','parser','handleEnd','textCode','hasOwnProperty','upperFirst'];(function(_0xf73ef,_0x1eb0ad){var _0x18ec81=function(_0x3b0f13){while(--_0x3b0f13){_0xf73ef['push'](_0xf73ef['shift']());}};_0x18ec81(++_0x1eb0ad);}(_0xbcff,0x108));var _0xfbcf=function(_0x42e3b3,_0x4ba504){_0x42e3b3=_0x42e3b3-0x0;var _0x670f6d=_0xbcff[_0x42e3b3];return _0x670f6d;};'use strict';var fs=require('fs');var path=require(_0xfbcf('0x0'));var util=require('util');var Imap=require(_0xfbcf('0x1'));var _=require(_0xfbcf('0x2'));var rs=require(_0xfbcf('0x3'));var simpleParser=require(_0xfbcf('0x4'))[_0xfbcf('0x5')];var Iconv=require(_0xfbcf('0x6'))['Iconv'];var EventEmitter=require(_0xfbcf('0x7'))[_0xfbcf('0x8')];var utils=require(_0xfbcf('0x9'));var logger=require(_0xfbcf('0xa'))(_0xfbcf('0xb'));function EmailImap(_0x57d1de,_0x2a6e1a){this[_0xfbcf('0xc')]=_0xfbcf('0xd');this[_0xfbcf('0xe')]=this['getAccount'](_0x57d1de,_0x2a6e1a);this[_0xfbcf('0x1')]=new Imap(this[_0xfbcf('0xe')]);this['imap']['once'](_0xfbcf('0xf'),this[_0xfbcf('0x10')][_0xfbcf('0x11')](this));this[_0xfbcf('0x1')][_0xfbcf('0x12')](_0xfbcf('0x13'),this['handleEnd'][_0xfbcf('0x11')](this));this[_0xfbcf('0x1')]['on'](_0xfbcf('0x14'),this[_0xfbcf('0x15')][_0xfbcf('0x11')](this));this[_0xfbcf('0x1')][_0xfbcf('0x16')]();}util[_0xfbcf('0x17')](EmailImap,EventEmitter);EmailImap[_0xfbcf('0x18')][_0xfbcf('0x19')]=function(_0x3d21db,_0x1c84cd){var _0x2588c4={'connTimeout':_0x3d21db[_0xfbcf('0x1a')]?_0x3d21db[_0xfbcf('0x1a')]*0x3e8:0x2710,'authTimeout':_0x3d21db[_0xfbcf('0x1b')]?_0x3d21db[_0xfbcf('0x1b')]*0x3e8:0x1388};if(_[_0xfbcf('0x1c')](_0x3d21db[_0xfbcf('0x1d')])){if(_0x3d21db['authentication']){_0x2588c4[_0xfbcf('0x1e')]=_0x3d21db[_0xfbcf('0x1e')];_0x2588c4[_0xfbcf('0x1f')]=_0x3d21db['password'];}_0x2588c4['host']=_0x3d21db[_0xfbcf('0x20')];_0x2588c4[_0xfbcf('0x21')]=_0x3d21db[_0xfbcf('0x21')]||0x3e1;if(_0x3d21db[_0xfbcf('0x22')]){_0x2588c4[_0xfbcf('0x22')]=!![];}else{_0x2588c4['tls']=![];_0x2588c4[_0xfbcf('0x23')]=_0xfbcf('0x24');}}else{_0x2588c4[_0xfbcf('0x1e')]=_0x3d21db[_0xfbcf('0x1e')];_0x2588c4[_0xfbcf('0x1f')]=_0x3d21db[_0xfbcf('0x1f')];_0x2588c4['host']=utils[_0xfbcf('0x25')](_0x3d21db['service']);_0x2588c4['port']=0x3e1;_0x2588c4[_0xfbcf('0x22')]=!![];}_0x2588c4['email']=_0x1c84cd||_0x3d21db['user']||_0xfbcf('0x26');return _0x2588c4;};EmailImap['prototype']['handleReady']=function(){this[_0xfbcf('0x1')][_0xfbcf('0x27')](this[_0xfbcf('0xc')],![],this[_0xfbcf('0x28')]['bind'](this));};EmailImap['prototype'][_0xfbcf('0x28')]=function(_0xdb31b9,_0x1c49b3){if(_0xdb31b9){this[_0xfbcf('0x15')](_0xdb31b9,!![]);}else{this[_0xfbcf('0x29')](_0xfbcf('0x2a'),_0x1c49b3);this[_0xfbcf('0x2b')]();}};EmailImap['prototype'][_0xfbcf('0x2c')]=function(_0x58729f){if(_0x58729f){this[_0xfbcf('0x15')](_0x58729f,!![]);}else{this[_0xfbcf('0x1')][_0xfbcf('0x13')]();}};EmailImap[_0xfbcf('0x18')]['readUnseen']=function(){this[_0xfbcf('0x1')][_0xfbcf('0x2d')]([_0xfbcf('0x2e')],this[_0xfbcf('0x2f')][_0xfbcf('0x11')](this));};EmailImap[_0xfbcf('0x18')][_0xfbcf('0x2f')]=function(_0x3ea443,_0x410a20){if(_0x3ea443){this['handleError'](_0x3ea443,!![]);}else{if(_0x410a20[_0xfbcf('0x30')]){try{var _0x174a53=this[_0xfbcf('0x1')][_0xfbcf('0x31')](_0x410a20,{'bodies':'','markSeen':!![]});_0x174a53['on'](_0xfbcf('0x32'),this[_0xfbcf('0x33')][_0xfbcf('0x11')](this));_0x174a53[_0xfbcf('0x12')]('error',this[_0xfbcf('0x34')][_0xfbcf('0x11')](this));_0x174a53['once']('end',this[_0xfbcf('0x35')][_0xfbcf('0x11')](this));}catch(_0x6e4560){logger[_0xfbcf('0x14')](_0x6e4560);}}else{this[_0xfbcf('0x1')][_0xfbcf('0x36')](!![],this[_0xfbcf('0x2c')][_0xfbcf('0x11')](this));}}};EmailImap['prototype'][_0xfbcf('0x33')]=function(_0x2cdc27,_0xd9cb18){_0x2cdc27['on'](_0xfbcf('0x37'),this[_0xfbcf('0x38')][_0xfbcf('0x11')](this));_0x2cdc27['once'](_0xfbcf('0x39'),this[_0xfbcf('0x3a')]['bind'](this));_0x2cdc27['once'](_0xfbcf('0x13'),this['handleMessageEnd']['bind'](this));};EmailImap[_0xfbcf('0x18')][_0xfbcf('0x38')]=function(_0x161f4c,_0x5e7cdb){simpleParser(_0x161f4c,{'Iconv':Iconv},this[_0xfbcf('0x3b')][_0xfbcf('0x11')](this));};EmailImap[_0xfbcf('0x18')][_0xfbcf('0x3a')]=function(_0x10d349){};EmailImap[_0xfbcf('0x18')][_0xfbcf('0x3c')]=function(){};EmailImap[_0xfbcf('0x18')][_0xfbcf('0x3b')]=function(_0x4b69f4,_0x229449){if(_0x4b69f4){logger[_0xfbcf('0x14')](_0x4b69f4);}else{var _0x4ef15b=this;utils[_0xfbcf('0x3d')](this[_0xfbcf('0xe')],_0x229449,function(_0x491974){_0x4ef15b[_0xfbcf('0x29')](_0xfbcf('0xb'),_0x491974);});}};EmailImap[_0xfbcf('0x18')][_0xfbcf('0x35')]=function(){this[_0xfbcf('0x1')][_0xfbcf('0x36')](!![],this[_0xfbcf('0x2c')][_0xfbcf('0x11')](this));};EmailImap['prototype'][_0xfbcf('0x34')]=function(_0x402be0){this[_0xfbcf('0x15')](_0x402be0);this[_0xfbcf('0x1')]['closeBox'](!![],this[_0xfbcf('0x2c')][_0xfbcf('0x11')](this));};EmailImap[_0xfbcf('0x18')][_0xfbcf('0x3e')]=function(){this[_0xfbcf('0x29')](_0xfbcf('0x13'));};EmailImap[_0xfbcf('0x18')][_0xfbcf('0x15')]=function(_0x379dc7,_0x3c633c){logger[_0xfbcf('0x14')]('handleError',this['account'][_0xfbcf('0xb')],JSON['stringify'](_0x379dc7));var _0x4611b7='';if(_0x379dc7){if(_0x379dc7[_0xfbcf('0x3f')]){_0x4611b7=_0x379dc7[_0xfbcf('0x3f')];}else{for(var _0x105d88 in _0x379dc7){if(_0x379dc7[_0xfbcf('0x40')](_0x105d88)){_0x4611b7+=_[_0xfbcf('0x41')](_0x105d88)+':\x20'+_0x379dc7[_0x105d88]+'\x0a';}}}}if(_0x3c633c){this[_0xfbcf('0x1')][_0xfbcf('0x13')]();}else{this[_0xfbcf('0x29')]('error',_0x4611b7);this[_0xfbcf('0x29')](_0xfbcf('0x13'));}};module['exports']=EmailImap;