f29ddb97f2645693cdcd7111ee6c28b6630afcd7
[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 _0x6217=['message','handleFetchMessage','handleFetchError','closeBox','handleCloseBox','body','attributes','handleMessageAttributes','handleMessageEnd','handleMessageBody','handleSimpleParser','emit','handleFetchEnd','stringify','textCode','hasOwnProperty','upperFirst','path','util','imap','lodash','randomstring','mailparser','simpleParser','events','EventEmitter','./utils','../../../config/logger','email','mailbox','INBOX','account','getAccount','ready','handleReady','bind','once','end','handleEnd','error','handleError','inherits','prototype','connTimeout','authTimeout','isNil','service','user','password','host','port','tls','required','getHost','anonymous@xcally.com','handleOpenBox','box','readUnseen','UNSEEN','handleReadUnseen','length'];(function(_0x2641f9,_0x26715f){var _0x585741=function(_0x2d1462){while(--_0x2d1462){_0x2641f9['push'](_0x2641f9['shift']());}};_0x585741(++_0x26715f);}(_0x6217,0x1bc));var _0x7621=function(_0x38fb8b,_0x70dd0a){_0x38fb8b=_0x38fb8b-0x0;var _0x1ec681=_0x6217[_0x38fb8b];return _0x1ec681;};'use strict';var fs=require('fs');var path=require(_0x7621('0x0'));var util=require(_0x7621('0x1'));var Imap=require(_0x7621('0x2'));var _=require(_0x7621('0x3'));var rs=require(_0x7621('0x4'));var simpleParser=require(_0x7621('0x5'))[_0x7621('0x6')];var Iconv=require('iconv')['Iconv'];var EventEmitter=require(_0x7621('0x7'))[_0x7621('0x8')];var utils=require(_0x7621('0x9'));var logger=require(_0x7621('0xa'))(_0x7621('0xb'));function EmailImap(_0x14c30b,_0x1cef2e){this[_0x7621('0xc')]=_0x7621('0xd');this[_0x7621('0xe')]=this[_0x7621('0xf')](_0x14c30b,_0x1cef2e);this[_0x7621('0x2')]=new Imap(this[_0x7621('0xe')]);this[_0x7621('0x2')]['once'](_0x7621('0x10'),this[_0x7621('0x11')][_0x7621('0x12')](this));this['imap'][_0x7621('0x13')](_0x7621('0x14'),this[_0x7621('0x15')][_0x7621('0x12')](this));this[_0x7621('0x2')]['on'](_0x7621('0x16'),this[_0x7621('0x17')][_0x7621('0x12')](this));this[_0x7621('0x2')]['connect']();}util[_0x7621('0x18')](EmailImap,EventEmitter);EmailImap[_0x7621('0x19')]['getAccount']=function(_0x5e543f,_0x39484e){var _0x56eb46={'connTimeout':_0x5e543f['connTimeout']?_0x5e543f[_0x7621('0x1a')]*0x3e8:0x2710,'authTimeout':_0x5e543f[_0x7621('0x1b')]?_0x5e543f[_0x7621('0x1b')]*0x3e8:0x1388};if(_[_0x7621('0x1c')](_0x5e543f[_0x7621('0x1d')])){if(_0x5e543f['authentication']){_0x56eb46[_0x7621('0x1e')]=_0x5e543f[_0x7621('0x1e')];_0x56eb46[_0x7621('0x1f')]=_0x5e543f['password'];}_0x56eb46['host']=_0x5e543f[_0x7621('0x20')];_0x56eb46[_0x7621('0x21')]=_0x5e543f[_0x7621('0x21')]||0x3e1;if(_0x5e543f['tls']){_0x56eb46[_0x7621('0x22')]=!![];}else{_0x56eb46[_0x7621('0x22')]=![];_0x56eb46['autotls']=_0x7621('0x23');}}else{_0x56eb46[_0x7621('0x1e')]=_0x5e543f['user'];_0x56eb46[_0x7621('0x1f')]=_0x5e543f[_0x7621('0x1f')];_0x56eb46[_0x7621('0x20')]=utils[_0x7621('0x24')](_0x5e543f[_0x7621('0x1d')]);_0x56eb46['port']=0x3e1;_0x56eb46[_0x7621('0x22')]=!![];}_0x56eb46[_0x7621('0xb')]=_0x39484e||_0x5e543f['user']||_0x7621('0x25');return _0x56eb46;};EmailImap[_0x7621('0x19')][_0x7621('0x11')]=function(){this[_0x7621('0x2')]['openBox'](this[_0x7621('0xc')],![],this['handleOpenBox']['bind'](this));};EmailImap[_0x7621('0x19')][_0x7621('0x26')]=function(_0x249ff6,_0x5d2eb8){if(_0x249ff6){this[_0x7621('0x17')](_0x249ff6,!![]);}else{this['emit'](_0x7621('0x27'),_0x5d2eb8);this[_0x7621('0x28')]();}};EmailImap[_0x7621('0x19')]['handleCloseBox']=function(_0x15289e){if(_0x15289e){this[_0x7621('0x17')](_0x15289e,!![]);}else{this[_0x7621('0x2')]['end']();}};EmailImap[_0x7621('0x19')][_0x7621('0x28')]=function(){this[_0x7621('0x2')]['search']([_0x7621('0x29')],this[_0x7621('0x2a')][_0x7621('0x12')](this));};EmailImap[_0x7621('0x19')][_0x7621('0x2a')]=function(_0x4d8e21,_0x159530){if(_0x4d8e21){this['handleError'](_0x4d8e21,!![]);}else{if(_0x159530[_0x7621('0x2b')]){try{var _0x1564cd=this['imap']['fetch'](_0x159530,{'bodies':'','markSeen':!![]});_0x1564cd['on'](_0x7621('0x2c'),this[_0x7621('0x2d')][_0x7621('0x12')](this));_0x1564cd[_0x7621('0x13')]('error',this[_0x7621('0x2e')]['bind'](this));_0x1564cd[_0x7621('0x13')](_0x7621('0x14'),this['handleFetchEnd'][_0x7621('0x12')](this));}catch(_0x5a4ffd){logger[_0x7621('0x16')](_0x5a4ffd);}}else{this[_0x7621('0x2')][_0x7621('0x2f')](!![],this[_0x7621('0x30')][_0x7621('0x12')](this));}}};EmailImap['prototype'][_0x7621('0x2d')]=function(_0x3384c1,_0x481999){_0x3384c1['on'](_0x7621('0x31'),this['handleMessageBody']['bind'](this));_0x3384c1['once'](_0x7621('0x32'),this[_0x7621('0x33')]['bind'](this));_0x3384c1[_0x7621('0x13')](_0x7621('0x14'),this[_0x7621('0x34')][_0x7621('0x12')](this));};EmailImap[_0x7621('0x19')][_0x7621('0x35')]=function(_0x2bb555,_0x530541){simpleParser(_0x2bb555,{'Iconv':Iconv},this[_0x7621('0x36')][_0x7621('0x12')](this));};EmailImap['prototype'][_0x7621('0x33')]=function(_0x434eeb){};EmailImap[_0x7621('0x19')][_0x7621('0x34')]=function(){};EmailImap[_0x7621('0x19')][_0x7621('0x36')]=function(_0x3d39f3,_0x5edecf){if(_0x3d39f3){logger[_0x7621('0x16')](_0x3d39f3);}else{var _0x2cb59d=this;utils['parser'](this[_0x7621('0xe')],_0x5edecf,function(_0x11d60d){_0x2cb59d[_0x7621('0x37')](_0x7621('0xb'),_0x11d60d);});}};EmailImap[_0x7621('0x19')][_0x7621('0x38')]=function(){this[_0x7621('0x2')][_0x7621('0x2f')](!![],this['handleCloseBox'][_0x7621('0x12')](this));};EmailImap[_0x7621('0x19')][_0x7621('0x2e')]=function(_0x174ad5){this[_0x7621('0x17')](_0x174ad5);this[_0x7621('0x2')]['closeBox'](!![],this[_0x7621('0x30')][_0x7621('0x12')](this));};EmailImap['prototype']['handleEnd']=function(){this[_0x7621('0x37')]('end');};EmailImap[_0x7621('0x19')][_0x7621('0x17')]=function(_0xff84b2,_0x276bd9){logger[_0x7621('0x16')](_0x7621('0x17'),this[_0x7621('0xe')][_0x7621('0xb')],JSON[_0x7621('0x39')](_0xff84b2));var _0xa62c2f='';if(_0xff84b2){if(_0xff84b2[_0x7621('0x3a')]){_0xa62c2f=_0xff84b2[_0x7621('0x3a')];}else{for(var _0xdc478c in _0xff84b2){if(_0xff84b2[_0x7621('0x3b')](_0xdc478c)){_0xa62c2f+=_[_0x7621('0x3c')](_0xdc478c)+':\x20'+_0xff84b2[_0xdc478c]+'\x0a';}}}}if(_0x276bd9){this[_0x7621('0x2')][_0x7621('0x14')]();}else{this['emit'](_0x7621('0x16'),_0xa62c2f);this['emit'](_0x7621('0x14'));}};module['exports']=EmailImap;