Built motion from commit 936e8062.|2.5.33
[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 _0x8b08=['bluebird','jayson/promise','http','request','error','message','catch','sendMailMessage'];(function(_0x1102c1,_0x55c96e){var _0x4b32f6=function(_0x54ee2d){while(--_0x54ee2d){_0x1102c1['push'](_0x1102c1['shift']());}};_0x4b32f6(++_0x55c96e);}(_0x8b08,0x1d8));var _0x88b0=function(_0x462547,_0x184d45){_0x462547=_0x462547-0x0;var _0x294ec8=_0x8b08[_0x462547];return _0x294ec8;};'use strict';var BPromise=require(_0x88b0('0x0'));var jayson=require(_0x88b0('0x1'));var client=jayson['client'][_0x88b0('0x2')]({'port':0x232b});function request(_0x3c3847,_0x1e1b75){return new BPromise(function(_0x26147b,_0x4e2ca3){return client[_0x88b0('0x3')](_0x3c3847,_0x1e1b75)['then'](function(_0x5c1bf5){if(_0x5c1bf5[_0x88b0('0x4')]){return _0x4e2ca3(_0x5c1bf5[_0x88b0('0x4')][_0x88b0('0x5')]);}else{return _0x26147b(_0x5c1bf5['result']);}})[_0x88b0('0x6')](function(_0x414d6a){return _0x4e2ca3(_0x414d6a);});});}exports[_0x88b0('0x7')]=function(_0x526256,_0x3fb4b6){return request('SendMail',{'account':_0x526256,'message':_0x3fb4b6});};