Built motion from commit 64440dd5.|2.6.29
[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 _0x858f=['bind','end','handleEnd','handleError','connect','inherits','getAccount','connTimeout','authTimeout','user','modernAuthentication','xoauth2','generateXOAuth2Token','CloudProvider','data5','password','authentication','anonymous@xcally.com','port','tls','autotls','required','openBox','prototype','handleOpenBox','emit','box','readUnseen','handleCloseBox','UNSEEN','handleReadUnseen','length','fetch','message','handleFetchEnd','error','closeBox','handleFetchMessage','handleMessageBody','attributes','handleMessageAttributes','handleMessageEnd','handleSimpleParser','parser','email','handleFetchError','textCode','hasOwnProperty','upperFirst','imap','mailparser','simpleParser','iconv','Iconv','events','./utils','../../../config/logger','mailbox','account','once','ready','handleReady'];(function(_0x5222d9,_0x12496d){var _0x16b0d5=function(_0x4220a6){while(--_0x4220a6){_0x5222d9['push'](_0x5222d9['shift']());}};_0x16b0d5(++_0x12496d);}(_0x858f,0xeb));var _0xf858=function(_0x1b70e3,_0x3a15b1){_0x1b70e3=_0x1b70e3-0x0;var _0x1452ab=_0x858f[_0x1b70e3];return _0x1452ab;};'use strict';var _=require('lodash');var util=require('util');var Imap=require(_0xf858('0x0'));var simpleParser=require(_0xf858('0x1'))[_0xf858('0x2')];var Iconv=require(_0xf858('0x3'))[_0xf858('0x4')];var EventEmitter=require(_0xf858('0x5'))['EventEmitter'];var utils=require(_0xf858('0x6'));var logger=require(_0xf858('0x7'))('email');function EmailImap(_0x27b4a5,_0x4a985b){this[_0xf858('0x8')]=_0x27b4a5[_0xf858('0x8')];this[_0xf858('0x9')]=this['getAccount'](_0x27b4a5,_0x4a985b);this[_0xf858('0x0')]=new Imap(this[_0xf858('0x9')]);this[_0xf858('0x0')][_0xf858('0xa')](_0xf858('0xb'),this[_0xf858('0xc')][_0xf858('0xd')](this));this[_0xf858('0x0')][_0xf858('0xa')](_0xf858('0xe'),this[_0xf858('0xf')][_0xf858('0xd')](this));this['imap']['on']('error',this[_0xf858('0x10')][_0xf858('0xd')](this));this[_0xf858('0x0')][_0xf858('0x11')]();}util[_0xf858('0x12')](EmailImap,EventEmitter);EmailImap['prototype'][_0xf858('0x13')]=function(_0x37c2d0,_0x597343){var _0x37e817={'connTimeout':_0x37c2d0[_0xf858('0x14')]?_0x37c2d0['connTimeout']*0x3e8:0x2710,'authTimeout':_0x37c2d0[_0xf858('0x15')]?_0x37c2d0[_0xf858('0x15')]*0x3e8:0x1388};if(_0x37c2d0['service']){_0x37e817[_0xf858('0x16')]=_0x37c2d0[_0xf858('0x16')];if(_0x37c2d0[_0xf858('0x17')]){_0x37e817[_0xf858('0x18')]=utils[_0xf858('0x19')](_0x37c2d0[_0xf858('0x1a')][_0xf858('0x1b')],_0x37c2d0[_0xf858('0x16')]);}else{_0x37e817[_0xf858('0x1c')]=_0x37c2d0[_0xf858('0x1c')];}}else{if(_0x37c2d0[_0xf858('0x1d')]){_0x37e817[_0xf858('0x16')]=_0x37c2d0[_0xf858('0x16')];_0x37e817[_0xf858('0x1c')]=_0x37c2d0[_0xf858('0x1c')];}}_0x37e817['email']=_0x597343||_0x37c2d0['user']||_0xf858('0x1e');_0x37e817['host']=_0x37c2d0['host'];_0x37e817[_0xf858('0x1f')]=_0x37c2d0[_0xf858('0x1f')]||0x3e1;if(_0x37c2d0[_0xf858('0x20')]){_0x37e817['tls']=!![];}else{_0x37e817[_0xf858('0x20')]=![];_0x37e817[_0xf858('0x21')]=_0xf858('0x22');}return _0x37e817;};EmailImap['prototype'][_0xf858('0xc')]=function(){this['imap'][_0xf858('0x23')](this[_0xf858('0x8')],![],this['handleOpenBox']['bind'](this));};EmailImap[_0xf858('0x24')][_0xf858('0x25')]=function(_0x69d667,_0x103cad){if(_0x69d667){this[_0xf858('0x10')](_0x69d667,!![]);}else{this[_0xf858('0x26')](_0xf858('0x27'),_0x103cad);this[_0xf858('0x28')]();}};EmailImap[_0xf858('0x24')][_0xf858('0x29')]=function(_0xf05c4a){if(_0xf05c4a){this[_0xf858('0x10')](_0xf05c4a,!![]);}else{this[_0xf858('0x0')][_0xf858('0xe')]();}};EmailImap[_0xf858('0x24')][_0xf858('0x28')]=function(){this[_0xf858('0x0')]['search']([_0xf858('0x2a')],this[_0xf858('0x2b')][_0xf858('0xd')](this));};EmailImap[_0xf858('0x24')][_0xf858('0x2b')]=function(_0x57b3cb,_0x4894a8){if(_0x57b3cb){this[_0xf858('0x10')](_0x57b3cb,!![]);}else{if(_0x4894a8[_0xf858('0x2c')]){try{var _0x370669=this[_0xf858('0x0')][_0xf858('0x2d')](_0x4894a8,{'bodies':'','markSeen':!![]});_0x370669['on'](_0xf858('0x2e'),this['handleFetchMessage'][_0xf858('0xd')](this));_0x370669[_0xf858('0xa')]('error',this['handleFetchError']['bind'](this));_0x370669[_0xf858('0xa')](_0xf858('0xe'),this[_0xf858('0x2f')][_0xf858('0xd')](this));}catch(_0x1ea1a7){logger[_0xf858('0x30')](_0x1ea1a7);}}else{this[_0xf858('0x0')][_0xf858('0x31')](!![],this[_0xf858('0x29')][_0xf858('0xd')](this));}}};EmailImap[_0xf858('0x24')][_0xf858('0x32')]=function(_0x3855e6){_0x3855e6['on']('body',this[_0xf858('0x33')]['bind'](this));_0x3855e6[_0xf858('0xa')](_0xf858('0x34'),this[_0xf858('0x35')]['bind'](this));_0x3855e6[_0xf858('0xa')](_0xf858('0xe'),this[_0xf858('0x36')]['bind'](this));};EmailImap[_0xf858('0x24')]['handleMessageBody']=function(_0x399be4){simpleParser(_0x399be4,{'Iconv':Iconv},this[_0xf858('0x37')][_0xf858('0xd')](this));};EmailImap['prototype'][_0xf858('0x35')]=function(){};EmailImap[_0xf858('0x24')][_0xf858('0x36')]=function(){};EmailImap[_0xf858('0x24')][_0xf858('0x37')]=function(_0x2e1228,_0x589d6f){if(_0x2e1228){logger['error'](_0x2e1228);}else{var _0x32d7a6=this;utils[_0xf858('0x38')](this[_0xf858('0x9')],_0x589d6f,function(_0x28fe6f){_0x32d7a6[_0xf858('0x26')](_0xf858('0x39'),_0x28fe6f);});}};EmailImap[_0xf858('0x24')][_0xf858('0x2f')]=function(){this['imap'][_0xf858('0x31')](!![],this[_0xf858('0x29')][_0xf858('0xd')](this));};EmailImap['prototype'][_0xf858('0x3a')]=function(_0x40bcc6){this[_0xf858('0x10')](_0x40bcc6);this['imap'][_0xf858('0x31')](!![],this[_0xf858('0x29')]['bind'](this));};EmailImap[_0xf858('0x24')]['handleEnd']=function(){this['emit'](_0xf858('0xe'));};EmailImap[_0xf858('0x24')][_0xf858('0x10')]=function(_0x353dca,_0x594707){logger[_0xf858('0x30')](_0xf858('0x10'),this[_0xf858('0x9')]['email'],JSON['stringify'](_0x353dca));var _0x2f822e='';if(_0x353dca){if(_0x353dca[_0xf858('0x3b')]){_0x2f822e=_0x353dca[_0xf858('0x3b')];}else{for(var _0x182a2e in _0x353dca){if(_0x353dca[_0xf858('0x3c')](_0x182a2e)){_0x2f822e+=_[_0xf858('0x3d')](_0x182a2e)+':\x20'+_0x353dca[_0x182a2e]+'\x0a';}}}}if(_0x594707){this[_0xf858('0x0')][_0xf858('0xe')]();}else{this['emit'](_0xf858('0x30'),_0x2f822e);this[_0xf858('0x26')]('end');}};module['exports']=EmailImap;