Built motion from commit 5b761a7b.|2.5.36
[motion2.git] / server / api / mailAccount / 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 _0xa23c=['fs-extra','../../config/environment','./mailAccount.controller','get','isAuthenticated','index','describe','/:id','/:id/dispositions','getImap','/:id/out_servers','getSmtp','/:id/interactions','getInteractions','/:id/applications','/:id/messages','getMessages','/:id/verify','verifySmtp','/:id/users','getAgents','post','addDisposition','/:id/canned_answers','create','/:id/in_servers','addImap','addInteraction','/:id/send','put','removeDispositions','delete','removeAnswers','destroy','util','path','express','Router'];(function(_0x384a67,_0xfa0bf6){var _0x33ac90=function(_0x481e9d){while(--_0x481e9d){_0x384a67['push'](_0x384a67['shift']());}};_0x33ac90(++_0xfa0bf6);}(_0xa23c,0x6e));var _0xca23=function(_0x346d08,_0x495e6d){_0x346d08=_0x346d08-0x0;var _0x4d97f9=_0xa23c[_0x346d08];return _0x4d97f9;};'use strict';var multer=require('multer');var util=require(_0xca23('0x0'));var path=require(_0xca23('0x1'));var timeout=require('connect-timeout');var express=require(_0xca23('0x2'));var router=express[_0xca23('0x3')]();var fs_extra=require(_0xca23('0x4'));var auth=require('../../components/auth/service');var interaction=require('../../components/interaction/service');var config=require(_0xca23('0x5'));var controller=require(_0xca23('0x6'));router[_0xca23('0x7')]('/',auth[_0xca23('0x8')](),controller[_0xca23('0x9')]);router[_0xca23('0x7')]('/describe',auth[_0xca23('0x8')](),controller[_0xca23('0xa')]);router[_0xca23('0x7')](_0xca23('0xb'),auth['isAuthenticated'](),controller['show']);router['get'](_0xca23('0xc'),auth[_0xca23('0x8')](),controller['getDispositions']);router[_0xca23('0x7')]('/:id/canned_answers',auth[_0xca23('0x8')](),controller['getAnswers']);router[_0xca23('0x7')]('/:id/in_servers',auth[_0xca23('0x8')](),controller[_0xca23('0xd')]);router[_0xca23('0x7')](_0xca23('0xe'),auth[_0xca23('0x8')](),controller[_0xca23('0xf')]);router[_0xca23('0x7')](_0xca23('0x10'),auth['isAuthenticated'](),controller[_0xca23('0x11')]);router[_0xca23('0x7')](_0xca23('0x12'),auth[_0xca23('0x8')](),controller['getApplications']);router['get'](_0xca23('0x13'),auth[_0xca23('0x8')](),controller[_0xca23('0x14')]);router[_0xca23('0x7')](_0xca23('0x15'),auth[_0xca23('0x8')](),controller[_0xca23('0x16')]);router[_0xca23('0x7')](_0xca23('0x17'),auth['isAuthenticated'](),controller[_0xca23('0x18')]);router[_0xca23('0x19')](_0xca23('0xc'),auth[_0xca23('0x8')](),controller[_0xca23('0x1a')]);router['post'](_0xca23('0x1b'),auth[_0xca23('0x8')](),controller['addAnswer']);router[_0xca23('0x19')]('/',auth[_0xca23('0x8')](),controller[_0xca23('0x1c')]);router['post'](_0xca23('0x1d'),auth[_0xca23('0x8')](),controller[_0xca23('0x1e')]);router['post'](_0xca23('0xe'),auth[_0xca23('0x8')](),controller['addSmtp']);router['post'](_0xca23('0x10'),auth[_0xca23('0x8')](),controller[_0xca23('0x1f')]);router[_0xca23('0x19')](_0xca23('0x12'),auth[_0xca23('0x8')](),controller['addApplications']);router['post'](_0xca23('0x20'),auth[_0xca23('0x8')](),controller['send']);router[_0xca23('0x19')]('/:id/users',auth[_0xca23('0x8')](),controller['addAgents']);router[_0xca23('0x21')](_0xca23('0xb'),auth[_0xca23('0x8')](),controller['update']);router['delete'](_0xca23('0xc'),auth[_0xca23('0x8')](),controller[_0xca23('0x22')]);router[_0xca23('0x23')]('/:id/canned_answers',auth['isAuthenticated'](),controller[_0xca23('0x24')]);router[_0xca23('0x23')](_0xca23('0x1d'),auth[_0xca23('0x8')](),controller['removeImap']);router[_0xca23('0x23')](_0xca23('0xe'),auth['isAuthenticated'](),controller['removeSmtp']);router['delete'](_0xca23('0xb'),auth[_0xca23('0x8')](),controller[_0xca23('0x25')]);router[_0xca23('0x23')](_0xca23('0x17'),auth[_0xca23('0x8')](),controller['removeAgents']);module['exports']=router;