Built motion from commit a679711e.|2.6.15
[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 _0x3071=['post','addDisposition','addAnswer','create','addImap','addSmtp','addInteraction','send','put','update','delete','removeDispositions','removeAnswers','removeImap','destroy','removeAgents','exports','util','path','connect-timeout','express','Router','fs-extra','../../components/auth/service','../../components/interaction/service','../../config/environment','isAuthenticated','index','get','/describe','describe','/:id','show','/:id/dispositions','getDispositions','/:id/canned_answers','getAnswers','/:id/in_servers','getImap','/:id/out_servers','getSmtp','/:id/interactions','/:id/messages','getMessages','/:id/verify','/:id/users','getAgents'];(function(_0x1b943f,_0x6f6e83){var _0x8b7549=function(_0x5b52d3){while(--_0x5b52d3){_0x1b943f['push'](_0x1b943f['shift']());}};_0x8b7549(++_0x6f6e83);}(_0x3071,0x6f));var _0x1307=function(_0x38ce4c,_0xfdbe8c){_0x38ce4c=_0x38ce4c-0x0;var _0x5d4544=_0x3071[_0x38ce4c];return _0x5d4544;};'use strict';var multer=require('multer');var util=require(_0x1307('0x0'));var path=require(_0x1307('0x1'));var timeout=require(_0x1307('0x2'));var express=require(_0x1307('0x3'));var router=express[_0x1307('0x4')]();var fs_extra=require(_0x1307('0x5'));var auth=require(_0x1307('0x6'));var interaction=require(_0x1307('0x7'));var config=require(_0x1307('0x8'));var controller=require('./mailAccount.controller');router['get']('/',auth[_0x1307('0x9')](),controller[_0x1307('0xa')]);router[_0x1307('0xb')](_0x1307('0xc'),auth[_0x1307('0x9')](),controller[_0x1307('0xd')]);router[_0x1307('0xb')](_0x1307('0xe'),auth[_0x1307('0x9')](),controller[_0x1307('0xf')]);router[_0x1307('0xb')](_0x1307('0x10'),auth[_0x1307('0x9')](),controller[_0x1307('0x11')]);router['get'](_0x1307('0x12'),auth['isAuthenticated'](),controller[_0x1307('0x13')]);router[_0x1307('0xb')](_0x1307('0x14'),auth[_0x1307('0x9')](),controller[_0x1307('0x15')]);router['get'](_0x1307('0x16'),auth[_0x1307('0x9')](),controller[_0x1307('0x17')]);router[_0x1307('0xb')](_0x1307('0x18'),auth[_0x1307('0x9')](),controller['getInteractions']);router[_0x1307('0xb')]('/:id/applications',auth[_0x1307('0x9')](),controller['getApplications']);router[_0x1307('0xb')](_0x1307('0x19'),auth[_0x1307('0x9')](),controller[_0x1307('0x1a')]);router[_0x1307('0xb')](_0x1307('0x1b'),auth['isAuthenticated'](),controller['verifySmtp']);router[_0x1307('0xb')](_0x1307('0x1c'),auth[_0x1307('0x9')](),controller[_0x1307('0x1d')]);router[_0x1307('0x1e')](_0x1307('0x10'),auth['isAuthenticated'](),controller[_0x1307('0x1f')]);router['post']('/:id/canned_answers',auth['isAuthenticated'](),controller[_0x1307('0x20')]);router[_0x1307('0x1e')]('/',auth[_0x1307('0x9')](),controller[_0x1307('0x21')]);router['post'](_0x1307('0x14'),auth['isAuthenticated'](),controller[_0x1307('0x22')]);router['post'](_0x1307('0x16'),auth['isAuthenticated'](),controller[_0x1307('0x23')]);router[_0x1307('0x1e')](_0x1307('0x18'),auth[_0x1307('0x9')](),controller[_0x1307('0x24')]);router[_0x1307('0x1e')]('/:id/applications',auth[_0x1307('0x9')](),controller['addApplications']);router['post']('/:id/send',auth['isAuthenticated'](),controller[_0x1307('0x25')]);router['post'](_0x1307('0x1c'),auth[_0x1307('0x9')](),controller['addAgents']);router[_0x1307('0x26')](_0x1307('0xe'),auth[_0x1307('0x9')](),controller[_0x1307('0x27')]);router[_0x1307('0x28')](_0x1307('0x10'),auth[_0x1307('0x9')](),controller[_0x1307('0x29')]);router[_0x1307('0x28')]('/:id/canned_answers',auth['isAuthenticated'](),controller[_0x1307('0x2a')]);router[_0x1307('0x28')](_0x1307('0x14'),auth[_0x1307('0x9')](),controller[_0x1307('0x2b')]);router[_0x1307('0x28')](_0x1307('0x16'),auth[_0x1307('0x9')](),controller['removeSmtp']);router[_0x1307('0x28')]('/:id',auth[_0x1307('0x9')](),controller[_0x1307('0x2c')]);router[_0x1307('0x28')]('/:id/users',auth[_0x1307('0x9')](),controller[_0x1307('0x2d')]);module[_0x1307('0x2e')]=router;