Built motion from commit (unavailable).|2.5.31
[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 _0x39e0=['imap','lodash','randomstring','mailparser','simpleParser','iconv','Iconv','events','EventEmitter','../../../config/logger','email','mailbox','INBOX','account','ready','bind','once','handleEnd','error','connect','inherits','prototype','getAccount','connTimeout','isNil','authentication','user','password','host','port','tls','autotls','getHost','service','anonymous@xcally.com','handleReady','handleOpenBox','handleError','emit','readUnseen','handleCloseBox','end','UNSEEN','length','fetch','message','handleFetchMessage','handleFetchError','handleFetchEnd','body','handleMessageBody','handleMessageAttributes','handleMessageEnd','handleSimpleParser','parser','closeBox','textCode','hasOwnProperty'];(function(_0xfc0976,_0x33776f){var _0x23579f=function(_0x4143d9){while(--_0x4143d9){_0xfc0976['push'](_0xfc0976['shift']());}};_0x23579f(++_0x33776f);}(_0x39e0,0xe8));var _0x039e=function(_0x282613,_0x235d74){_0x282613=_0x282613-0x0;var _0x3ff9e4=_0x39e0[_0x282613];return _0x3ff9e4;};'use strict';var fs=require('fs');var path=require('path');var util=require('util');var Imap=require(_0x039e('0x0'));var _=require(_0x039e('0x1'));var rs=require(_0x039e('0x2'));var simpleParser=require(_0x039e('0x3'))[_0x039e('0x4')];var Iconv=require(_0x039e('0x5'))[_0x039e('0x6')];var EventEmitter=require(_0x039e('0x7'))[_0x039e('0x8')];var utils=require('./utils');var logger=require(_0x039e('0x9'))(_0x039e('0xa'));function EmailImap(_0x125c60,_0x19b219){this[_0x039e('0xb')]=_0x039e('0xc');this[_0x039e('0xd')]=this['getAccount'](_0x125c60,_0x19b219);this[_0x039e('0x0')]=new Imap(this[_0x039e('0xd')]);this['imap']['once'](_0x039e('0xe'),this['handleReady'][_0x039e('0xf')](this));this[_0x039e('0x0')][_0x039e('0x10')]('end',this[_0x039e('0x11')][_0x039e('0xf')](this));this['imap']['on'](_0x039e('0x12'),this['handleError'][_0x039e('0xf')](this));this[_0x039e('0x0')][_0x039e('0x13')]();}util[_0x039e('0x14')](EmailImap,EventEmitter);EmailImap[_0x039e('0x15')][_0x039e('0x16')]=function(_0x4d5f3a,_0x4d1caa){var _0x43c315={'connTimeout':_0x4d5f3a['connTimeout']?_0x4d5f3a[_0x039e('0x17')]*0x3e8:0x2710,'authTimeout':_0x4d5f3a['authTimeout']?_0x4d5f3a['authTimeout']*0x3e8:0x1388};if(_[_0x039e('0x18')](_0x4d5f3a['service'])){if(_0x4d5f3a[_0x039e('0x19')]){_0x43c315[_0x039e('0x1a')]=_0x4d5f3a[_0x039e('0x1a')];_0x43c315[_0x039e('0x1b')]=_0x4d5f3a[_0x039e('0x1b')];}_0x43c315['host']=_0x4d5f3a[_0x039e('0x1c')];_0x43c315[_0x039e('0x1d')]=_0x4d5f3a[_0x039e('0x1d')]||0x3e1;if(_0x4d5f3a[_0x039e('0x1e')]){_0x43c315['tls']=!![];}else{_0x43c315[_0x039e('0x1e')]=![];_0x43c315[_0x039e('0x1f')]='required';}}else{_0x43c315[_0x039e('0x1a')]=_0x4d5f3a[_0x039e('0x1a')];_0x43c315['password']=_0x4d5f3a[_0x039e('0x1b')];_0x43c315[_0x039e('0x1c')]=utils[_0x039e('0x20')](_0x4d5f3a[_0x039e('0x21')]);_0x43c315['port']=0x3e1;_0x43c315['tls']=!![];}_0x43c315[_0x039e('0xa')]=_0x4d1caa||_0x4d5f3a[_0x039e('0x1a')]||_0x039e('0x22');return _0x43c315;};EmailImap[_0x039e('0x15')][_0x039e('0x23')]=function(){this[_0x039e('0x0')]['openBox'](this[_0x039e('0xb')],![],this[_0x039e('0x24')][_0x039e('0xf')](this));};EmailImap[_0x039e('0x15')][_0x039e('0x24')]=function(_0x9cde3f,_0x19e7a5){if(_0x9cde3f){this[_0x039e('0x25')](_0x9cde3f,!![]);}else{this[_0x039e('0x26')]('box',_0x19e7a5);this[_0x039e('0x27')]();}};EmailImap[_0x039e('0x15')][_0x039e('0x28')]=function(_0x4a9783){if(_0x4a9783){this[_0x039e('0x25')](_0x4a9783,!![]);}else{this[_0x039e('0x0')][_0x039e('0x29')]();}};EmailImap[_0x039e('0x15')][_0x039e('0x27')]=function(){this[_0x039e('0x0')]['search']([_0x039e('0x2a')],this['handleReadUnseen']['bind'](this));};EmailImap[_0x039e('0x15')]['handleReadUnseen']=function(_0x18de3e,_0x505f0b){if(_0x18de3e){this[_0x039e('0x25')](_0x18de3e,!![]);}else{if(_0x505f0b[_0x039e('0x2b')]){try{var _0x5bfbe9=this[_0x039e('0x0')][_0x039e('0x2c')](_0x505f0b,{'bodies':'','markSeen':!![]});_0x5bfbe9['on'](_0x039e('0x2d'),this[_0x039e('0x2e')]['bind'](this));_0x5bfbe9[_0x039e('0x10')](_0x039e('0x12'),this[_0x039e('0x2f')][_0x039e('0xf')](this));_0x5bfbe9[_0x039e('0x10')](_0x039e('0x29'),this[_0x039e('0x30')][_0x039e('0xf')](this));}catch(_0x1102af){logger[_0x039e('0x12')](_0x1102af);}}else{this['imap']['closeBox'](!![],this[_0x039e('0x28')][_0x039e('0xf')](this));}}};EmailImap['prototype'][_0x039e('0x2e')]=function(_0xa6fd49,_0x4c8fb7){_0xa6fd49['on'](_0x039e('0x31'),this[_0x039e('0x32')]['bind'](this));_0xa6fd49['once']('attributes',this[_0x039e('0x33')][_0x039e('0xf')](this));_0xa6fd49[_0x039e('0x10')](_0x039e('0x29'),this[_0x039e('0x34')][_0x039e('0xf')](this));};EmailImap[_0x039e('0x15')][_0x039e('0x32')]=function(_0x21300f,_0x73dfda){simpleParser(_0x21300f,{'Iconv':Iconv},this[_0x039e('0x35')][_0x039e('0xf')](this));};EmailImap[_0x039e('0x15')][_0x039e('0x33')]=function(_0x4656e6){};EmailImap[_0x039e('0x15')][_0x039e('0x34')]=function(){};EmailImap['prototype'][_0x039e('0x35')]=function(_0x4ba455,_0x31bf4f){if(_0x4ba455){logger[_0x039e('0x12')](_0x4ba455);}else{var _0x5ca49d=this;utils[_0x039e('0x36')](this['account'],_0x31bf4f,function(_0xe53ea){_0x5ca49d[_0x039e('0x26')]('email',_0xe53ea);});}};EmailImap[_0x039e('0x15')][_0x039e('0x30')]=function(){this[_0x039e('0x0')]['closeBox'](!![],this[_0x039e('0x28')][_0x039e('0xf')](this));};EmailImap[_0x039e('0x15')][_0x039e('0x2f')]=function(_0x62ed9a){this[_0x039e('0x25')](_0x62ed9a);this[_0x039e('0x0')][_0x039e('0x37')](!![],this['handleCloseBox'][_0x039e('0xf')](this));};EmailImap[_0x039e('0x15')][_0x039e('0x11')]=function(){this[_0x039e('0x26')]('end');};EmailImap[_0x039e('0x15')][_0x039e('0x25')]=function(_0x47b21b,_0x91fc41){logger['error']('handleError',this[_0x039e('0xd')][_0x039e('0xa')],JSON['stringify'](_0x47b21b));var _0x2b5f56='';if(_0x47b21b){if(_0x47b21b[_0x039e('0x38')]){_0x2b5f56=_0x47b21b['textCode'];}else{for(var _0x430488 in _0x47b21b){if(_0x47b21b[_0x039e('0x39')](_0x430488)){_0x2b5f56+=_['upperFirst'](_0x430488)+':\x20'+_0x47b21b[_0x430488]+'\x0a';}}}}if(_0x91fc41){this['imap'][_0x039e('0x29')]();}else{this[_0x039e('0x26')](_0x039e('0x12'),_0x2b5f56);this['emit'](_0x039e('0x29'));}};module['exports']=EmailImap;