Built motion from commit (unavailable).|2.5.14
[motion2.git] / server / services / email / model / mailAccount.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 _0x7cc5=['lodash','name','Service','key','SERV','Smtp'];(function(_0x408c25,_0x18542b){var _0x393a54=function(_0x4a1913){while(--_0x4a1913){_0x408c25['push'](_0x408c25['shift']());}};_0x393a54(++_0x18542b);}(_0x7cc5,0x19e));var _0x57cc=function(_0x14e10d,_0x5e311c){_0x14e10d=_0x14e10d-0x0;var _0x34af1c=_0x7cc5[_0x14e10d];return _0x34af1c;};'use strict';var _=require(_0x57cc('0x0'));function MailAccount(_0x4e9b2e){this['id']=_0x4e9b2e['id']||0x0;this[_0x57cc('0x1')]=_0x4e9b2e['name']||_0x57cc('0x2');this[_0x57cc('0x3')]=_0x4e9b2e[_0x57cc('0x3')]||_0x57cc('0x4');this['active']=_0x4e9b2e['active']||![];this['Imap']=_0x4e9b2e['Imap']||[];this['Smtp']=_0x4e9b2e[_0x57cc('0x5')]||[];}module['exports']=MailAccount;