Built motion from commit 994c64e1.|2.6.1
[motion2.git] / server / services / agi / mailRpc / index.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 _0x965e=['catch','sendMailMessage','bluebird','jayson/promise','http','request','then','error','message'];(function(_0x3349ac,_0x889beb){var _0x18d071=function(_0x2993d3){while(--_0x2993d3){_0x3349ac['push'](_0x3349ac['shift']());}};_0x18d071(++_0x889beb);}(_0x965e,0x1cd));var _0xe965=function(_0x37b07c,_0x5941a1){_0x37b07c=_0x37b07c-0x0;var _0x264672=_0x965e[_0x37b07c];return _0x264672;};'use strict';var BPromise=require(_0xe965('0x0'));var jayson=require(_0xe965('0x1'));var client=jayson['client'][_0xe965('0x2')]({'port':0x232b});function request(_0x4f0e35,_0xa33379){return new BPromise(function(_0x33826d,_0x3aaa10){return client[_0xe965('0x3')](_0x4f0e35,_0xa33379)[_0xe965('0x4')](function(_0x166255){if(_0x166255[_0xe965('0x5')]){return _0x3aaa10(_0x166255[_0xe965('0x5')][_0xe965('0x6')]);}else{return _0x33826d(_0x166255['result']);}})[_0xe965('0x7')](function(_0x381bde){return _0x3aaa10(_0x381bde);});});}exports[_0xe965('0x8')]=function(_0x5ce165,_0x2fadf2){return request('SendMail',{'account':_0x5ce165,'message':_0x2fadf2});};