.dockerignore .editorconfig .github/ISSUE_TEMPLATE/Bug_Report.md .github/ISSUE_TEMPLATE/config.yml .github/PULL_REQUEST_TEMPLATE.md .github/dependabot.yml .github/stale.yml .github/workflows/modoboa.yml .gitignore .mergify.yml .readthedocs.yml .tx/config CODE_OF_CONDUCT.md CONTRIBUTING.rst Dockerfile.dev LICENSE MANIFEST.in README.rst bin/modoboa-admin.py codecov.yml dev-requirements.txt doc/Makefile doc/_static/api_access_form.png doc/_static/modoboa_logo.png doc/conf.py doc/configuration.rst doc/contributing.rst doc/contributing/getting_started.rst doc/contributing/plugin_api.rst doc/contributors.rst doc/index.rst doc/installation.rst doc/manual_installation/dovecot.rst doc/manual_installation/modoboa.rst doc/manual_installation/opendkim.rst doc/manual_installation/postfix.rst doc/manual_installation/webserver.rst doc/moving.rst doc/rebuild_virtual_env.rst doc/requirements.txt doc/rest_api.rst doc/upgrade.rst docker-compose.yml frontend/.browserslistrc frontend/.editorconfig frontend/.eslintrc.js frontend/.gitignore frontend/Makefile frontend/README.md frontend/babel.config.js frontend/locale/en/LC_MESSAGES/app.po frontend/locale/fr/LC_MESSAGES/app.po frontend/package.json frontend/public/config.json frontend/public/favicon.ico frontend/public/index.html frontend/src/App.vue frontend/src/api/account.js frontend/src/api/accounts.js frontend/src/api/aliases.js frontend/src/api/auth.js frontend/src/api/domains.js frontend/src/api/identities.js frontend/src/api/logs.js frontend/src/api/parameters.js frontend/src/api/repository.js frontend/src/api/statistics.js frontend/src/assets/Modoboa_RVB-BLANC-SANS.png frontend/src/assets/Modoboa_RVB-BLEU-SANS.png frontend/src/assets/Modoboa_RVB-ORANGE.png frontend/src/assets/modoboa-logo.svg frontend/src/assets/modoboa-typo.svg frontend/src/components/domains/AdministratorList.vue frontend/src/components/domains/DNSDetail.vue frontend/src/components/domains/DNSStatusChip.vue frontend/src/components/domains/DomainAliasForm.vue frontend/src/components/domains/DomainCreationForm.vue frontend/src/components/domains/DomainDNSConfig.vue frontend/src/components/domains/DomainDNSForm.vue frontend/src/components/domains/DomainForm.vue frontend/src/components/domains/DomainGeneralForm.vue frontend/src/components/domains/DomainLimitationsForm.vue frontend/src/components/domains/DomainList.vue frontend/src/components/domains/DomainOptionsForm.vue frontend/src/components/domains/DomainSummary.vue frontend/src/components/identities/AccountAliasForm.vue frontend/src/components/identities/AccountCreationForm.vue frontend/src/components/identities/AccountForm.vue frontend/src/components/identities/AccountGeneralForm.vue frontend/src/components/identities/AccountMailboxForm.vue frontend/src/components/identities/AccountRoleForm.vue frontend/src/components/identities/AliasCreationForm.vue frontend/src/components/identities/AliasForm.vue frontend/src/components/identities/AliasGeneralForm.vue frontend/src/components/identities/AliasRecipientForm.vue frontend/src/components/identities/IdentityList.vue frontend/src/components/layout/ConfirmDialog.vue frontend/src/components/layout/Navbar.vue frontend/src/components/layout/Topbar.vue frontend/src/components/logs/AuditTrailList.vue frontend/src/components/logs/MessageList.vue frontend/src/components/parameters/ParametersForm.vue frontend/src/components/tools/ChoiceField.vue frontend/src/components/tools/CreationForm.vue frontend/src/components/tools/CreationSummary.vue frontend/src/components/tools/DateField.vue frontend/src/components/tools/EmailField.vue frontend/src/components/tools/MenuItems.vue frontend/src/components/tools/TimeSerieChart.vue frontend/src/filters/index.js frontend/src/main.js frontend/src/plugins/vee-validate.js frontend/src/plugins/vue-cookie.js frontend/src/plugins/vue-gettext.js frontend/src/plugins/vuetify.js frontend/src/router/index.js frontend/src/store/index.js frontend/src/store/modules/auth.js frontend/src/store/modules/domains.js frontend/src/store/modules/identities.js frontend/src/styles/global.scss frontend/src/styles/variables.scss frontend/src/translations.json frontend/src/views/Dashboard.vue frontend/src/views/Login.vue frontend/src/views/TwoFA.vue frontend/src/views/domains/Domain.vue frontend/src/views/domains/DomainEdit.vue frontend/src/views/domains/Domains.vue frontend/src/views/identities/AccountEdit.vue frontend/src/views/identities/AliasEdit.vue frontend/src/views/identities/Identities.vue frontend/src/views/logs/AuditTrail.vue frontend/src/views/logs/Messages.vue frontend/tests/unit/example.spec.js frontend/vue.config.js frontend/yarn.lock ldap-requirements.txt modoboa/__init__.py modoboa/admin/__init__.py modoboa/admin/api/__init__.py modoboa/admin/api/v1/__init__.py modoboa/admin/api/v1/serializers.py modoboa/admin/api/v1/tests.py modoboa/admin/api/v1/urls.py modoboa/admin/api/v1/viewsets.py modoboa/admin/api/v2/__init__.py modoboa/admin/api/v2/serializers.py modoboa/admin/api/v2/tests.py modoboa/admin/api/v2/urls.py modoboa/admin/api/v2/viewsets.py modoboa/admin/app_settings.py modoboa/admin/apps.py modoboa/admin/constants.py modoboa/admin/factories.py modoboa/admin/forms/__init__.py modoboa/admin/forms/account.py modoboa/admin/forms/alias.py modoboa/admin/forms/domain.py modoboa/admin/forms/export.py modoboa/admin/forms/forward.py modoboa/admin/forms/import_.py modoboa/admin/handlers.py modoboa/admin/lib.py modoboa/admin/locale/br/LC_MESSAGES/django.po modoboa/admin/locale/br/LC_MESSAGES/djangojs.po modoboa/admin/locale/cs_CZ/LC_MESSAGES/django.po modoboa/admin/locale/cs_CZ/LC_MESSAGES/djangojs.po modoboa/admin/locale/de/LC_MESSAGES/django.po modoboa/admin/locale/de/LC_MESSAGES/djangojs.po modoboa/admin/locale/el_GR/LC_MESSAGES/django.po modoboa/admin/locale/el_GR/LC_MESSAGES/djangojs.po modoboa/admin/locale/en/LC_MESSAGES/django.po modoboa/admin/locale/en/LC_MESSAGES/djangojs.po modoboa/admin/locale/es/LC_MESSAGES/django.po modoboa/admin/locale/es/LC_MESSAGES/djangojs.po modoboa/admin/locale/fr/LC_MESSAGES/django.po modoboa/admin/locale/fr/LC_MESSAGES/djangojs.po modoboa/admin/locale/it/LC_MESSAGES/django.po modoboa/admin/locale/it/LC_MESSAGES/djangojs.po modoboa/admin/locale/ja_JP/LC_MESSAGES/django.po modoboa/admin/locale/ja_JP/LC_MESSAGES/djangojs.po modoboa/admin/locale/nl_NL/LC_MESSAGES/django.po modoboa/admin/locale/nl_NL/LC_MESSAGES/djangojs.po modoboa/admin/locale/pl_PL/LC_MESSAGES/django.po modoboa/admin/locale/pl_PL/LC_MESSAGES/djangojs.po modoboa/admin/locale/pt_BR/LC_MESSAGES/django.po modoboa/admin/locale/pt_BR/LC_MESSAGES/djangojs.po modoboa/admin/locale/pt_PT/LC_MESSAGES/django.po modoboa/admin/locale/pt_PT/LC_MESSAGES/djangojs.po modoboa/admin/locale/ro_RO/LC_MESSAGES/django.po modoboa/admin/locale/ro_RO/LC_MESSAGES/djangojs.po modoboa/admin/locale/ru/LC_MESSAGES/django.po modoboa/admin/locale/ru/LC_MESSAGES/djangojs.po modoboa/admin/locale/sv/LC_MESSAGES/django.po modoboa/admin/locale/sv/LC_MESSAGES/djangojs.po modoboa/admin/locale/tr_TR/LC_MESSAGES/django.po modoboa/admin/locale/tr_TR/LC_MESSAGES/djangojs.po modoboa/admin/locale/zh_TW/LC_MESSAGES/django.po modoboa/admin/locale/zh_TW/LC_MESSAGES/djangojs.po modoboa/admin/management/__init__.py modoboa/admin/management/commands/__init__.py modoboa/admin/management/commands/handle_mailbox_operations.py modoboa/admin/management/commands/modo.py modoboa/admin/management/commands/subcommands/__init__.py modoboa/admin/management/commands/subcommands/_export.py modoboa/admin/management/commands/subcommands/_import.py modoboa/admin/management/commands/subcommands/_manage_dkim_keys.py modoboa/admin/management/commands/subcommands/_mx.py modoboa/admin/management/commands/subcommands/_repair.py modoboa/admin/migrations/0001_initial.py modoboa/admin/migrations/0002_migrate_from_modoboa_admin.py modoboa/admin/migrations/0003_auto_20151118_1215.py modoboa/admin/migrations/0004_auto_20160914_0907.py modoboa/admin/migrations/0005_auto_20161026_1003.py modoboa/admin/migrations/0006_auto_20161104_1900.py modoboa/admin/migrations/0007_auto_20161104_1915.py modoboa/admin/migrations/0008_domain_enable_dns_checks.py modoboa/admin/migrations/0009_auto_20170215_0948.py modoboa/admin/migrations/0010_auto_20170215_1328.py modoboa/admin/migrations/0011_domain_transport.py modoboa/admin/migrations/0012_auto_20180112_1658.py modoboa/admin/migrations/0013_auto_20180124_2311.py modoboa/admin/migrations/0014_auto_20181017_1628.py modoboa/admin/migrations/0015_rename_view_permissions.py modoboa/admin/migrations/0016_auto_20200602_1201.py modoboa/admin/migrations/0017_alarm.py modoboa/admin/migrations/0018_auto_20201204_0935.py modoboa/admin/migrations/0019_update_disabled_accounts_aliases.py modoboa/admin/migrations/0020_auto_20210130_2226.py modoboa/admin/migrations/__init__.py modoboa/admin/models/__init__.py modoboa/admin/models/alarm.py modoboa/admin/models/alias.py modoboa/admin/models/base.py modoboa/admin/models/domain.py modoboa/admin/models/domain_alias.py modoboa/admin/models/mailbox.py modoboa/admin/models/mixins.py modoboa/admin/models/mxrecord.py modoboa/admin/postfix_maps.py modoboa/admin/signals.py modoboa/admin/static/admin/css/admin.css modoboa/admin/static/admin/css/settings.css modoboa/admin/static/admin/js/admin.js modoboa/admin/templates/admin/_domain_dkim_key.html modoboa/admin/templates/admin/_domain_dnschecks_status.html modoboa/admin/templates/admin/_global_statistics_widget.html modoboa/admin/templates/admin/_per_domain_statistics_widget.html modoboa/admin/templates/admin/account_detail.html modoboa/admin/templates/admin/account_general_form.html modoboa/admin/templates/admin/account_profile_form.html modoboa/admin/templates/admin/alias_detail.html modoboa/admin/templates/admin/aliasform.html modoboa/admin/templates/admin/dnsbl_domain_detail.html modoboa/admin/templates/admin/domain_alarms.html modoboa/admin/templates/admin/domain_detail.html modoboa/admin/templates/admin/domain_general_form.html modoboa/admin/templates/admin/domain_headers.html modoboa/admin/templates/admin/domain_options_form.html modoboa/admin/templates/admin/domains.html modoboa/admin/templates/admin/domains_log_headers.html modoboa/admin/templates/admin/domains_logs.html modoboa/admin/templates/admin/domains_quota_headers.html modoboa/admin/templates/admin/domains_quotas.html modoboa/admin/templates/admin/domains_table.html modoboa/admin/templates/admin/forward.html modoboa/admin/templates/admin/header.html modoboa/admin/templates/admin/identities.html modoboa/admin/templates/admin/identities_quota_headers.html modoboa/admin/templates/admin/identities_quotas.html modoboa/admin/templates/admin/identities_table.html modoboa/admin/templates/admin/identity_headers.html modoboa/admin/templates/admin/import_domains_form.html modoboa/admin/templates/admin/import_done.html modoboa/admin/templates/admin/import_identities_form.html modoboa/admin/templates/admin/importform.html modoboa/admin/templates/admin/listing.html modoboa/admin/templates/admin/mailboxes_raw.html modoboa/admin/templates/admin/mailform.html modoboa/admin/templates/admin/messages_log.html modoboa/admin/templates/admin/messages_log_headers.html modoboa/admin/templates/admin/mx_domain_detail.html modoboa/admin/templates/admin/newdomainform.html modoboa/admin/templates/admin/notifications/domain_in_dnsbl.html modoboa/admin/templates/admin/notifications/domain_invalid_mx.html modoboa/admin/templates/admin/permsform.html modoboa/admin/templates/admin/searchform.html modoboa/admin/templatetags/__init__.py modoboa/admin/templatetags/admin_tags.py modoboa/admin/tests/__init__.py modoboa/admin/tests/dovecot modoboa/admin/tests/test_account.py modoboa/admin/tests/test_alias.py modoboa/admin/tests/test_data/import_domains.csv modoboa/admin/tests/test_data/import_domains_duplicates.csv modoboa/admin/tests/test_data/import_domains_iso8859.csv modoboa/admin/tests/test_domain.py modoboa/admin/tests/test_domain_alias.py modoboa/admin/tests/test_export.py modoboa/admin/tests/test_import_.py modoboa/admin/tests/test_mailbox_operations.py modoboa/admin/tests/test_mapfiles.py modoboa/admin/tests/test_mx.py modoboa/admin/tests/test_need_dovecot_update.py modoboa/admin/tests/test_password_schemes.py modoboa/admin/tests/test_repair.py modoboa/admin/tests/test_user.py modoboa/admin/tests/utils.py modoboa/admin/urls.py modoboa/admin/views/__init__.py modoboa/admin/views/alias.py modoboa/admin/views/dns.py modoboa/admin/views/domain.py modoboa/admin/views/export.py modoboa/admin/views/identity.py modoboa/admin/views/import_.py modoboa/admin/views/user.py modoboa/bower_components/bootstrap/.bower.json modoboa/bower_components/bootstrap/CHANGELOG.md modoboa/bower_components/bootstrap/Gemfile modoboa/bower_components/bootstrap/Gemfile.lock modoboa/bower_components/bootstrap/Gruntfile.js modoboa/bower_components/bootstrap/ISSUE_TEMPLATE.md modoboa/bower_components/bootstrap/LICENSE modoboa/bower_components/bootstrap/README.md modoboa/bower_components/bootstrap/bower.json modoboa/bower_components/bootstrap/dist/css/bootstrap-theme.css modoboa/bower_components/bootstrap/dist/css/bootstrap-theme.css.map modoboa/bower_components/bootstrap/dist/css/bootstrap-theme.min.css modoboa/bower_components/bootstrap/dist/css/bootstrap.css modoboa/bower_components/bootstrap/dist/css/bootstrap.css.map modoboa/bower_components/bootstrap/dist/css/bootstrap.min.css modoboa/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.eot modoboa/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.svg modoboa/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.ttf modoboa/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff modoboa/bower_components/bootstrap/dist/fonts/glyphicons-halflings-regular.woff2 modoboa/bower_components/bootstrap/dist/js/bootstrap.js modoboa/bower_components/bootstrap/dist/js/bootstrap.min.js modoboa/bower_components/bootstrap/dist/js/npm.js modoboa/bower_components/bootstrap/fonts/glyphicons-halflings-regular.eot modoboa/bower_components/bootstrap/fonts/glyphicons-halflings-regular.svg modoboa/bower_components/bootstrap/fonts/glyphicons-halflings-regular.ttf modoboa/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff modoboa/bower_components/bootstrap/fonts/glyphicons-halflings-regular.woff2 modoboa/bower_components/bootstrap/grunt/.jshintrc modoboa/bower_components/bootstrap/grunt/bs-commonjs-generator.js modoboa/bower_components/bootstrap/grunt/bs-glyphicons-data-generator.js modoboa/bower_components/bootstrap/grunt/bs-lessdoc-parser.js modoboa/bower_components/bootstrap/grunt/bs-raw-files-generator.js modoboa/bower_components/bootstrap/grunt/change-version.js modoboa/bower_components/bootstrap/grunt/configBridge.json modoboa/bower_components/bootstrap/grunt/npm-shrinkwrap.json modoboa/bower_components/bootstrap/grunt/sauce_browsers.yml modoboa/bower_components/bootstrap/js/.jscsrc modoboa/bower_components/bootstrap/js/.jshintrc modoboa/bower_components/bootstrap/js/affix.js modoboa/bower_components/bootstrap/js/alert.js modoboa/bower_components/bootstrap/js/button.js modoboa/bower_components/bootstrap/js/carousel.js modoboa/bower_components/bootstrap/js/collapse.js modoboa/bower_components/bootstrap/js/dropdown.js modoboa/bower_components/bootstrap/js/modal.js modoboa/bower_components/bootstrap/js/popover.js modoboa/bower_components/bootstrap/js/scrollspy.js modoboa/bower_components/bootstrap/js/tab.js modoboa/bower_components/bootstrap/js/tooltip.js modoboa/bower_components/bootstrap/js/transition.js modoboa/bower_components/bootstrap/less/.csscomb.json modoboa/bower_components/bootstrap/less/.csslintrc modoboa/bower_components/bootstrap/less/alerts.less modoboa/bower_components/bootstrap/less/badges.less modoboa/bower_components/bootstrap/less/bootstrap.less modoboa/bower_components/bootstrap/less/breadcrumbs.less modoboa/bower_components/bootstrap/less/button-groups.less modoboa/bower_components/bootstrap/less/buttons.less modoboa/bower_components/bootstrap/less/carousel.less modoboa/bower_components/bootstrap/less/close.less modoboa/bower_components/bootstrap/less/code.less modoboa/bower_components/bootstrap/less/component-animations.less modoboa/bower_components/bootstrap/less/dropdowns.less modoboa/bower_components/bootstrap/less/forms.less modoboa/bower_components/bootstrap/less/glyphicons.less modoboa/bower_components/bootstrap/less/grid.less modoboa/bower_components/bootstrap/less/input-groups.less modoboa/bower_components/bootstrap/less/jumbotron.less modoboa/bower_components/bootstrap/less/labels.less modoboa/bower_components/bootstrap/less/list-group.less modoboa/bower_components/bootstrap/less/media.less modoboa/bower_components/bootstrap/less/mixins.less modoboa/bower_components/bootstrap/less/mixins/alerts.less modoboa/bower_components/bootstrap/less/mixins/background-variant.less modoboa/bower_components/bootstrap/less/mixins/border-radius.less modoboa/bower_components/bootstrap/less/mixins/buttons.less modoboa/bower_components/bootstrap/less/mixins/center-block.less modoboa/bower_components/bootstrap/less/mixins/clearfix.less modoboa/bower_components/bootstrap/less/mixins/forms.less modoboa/bower_components/bootstrap/less/mixins/gradients.less modoboa/bower_components/bootstrap/less/mixins/grid-framework.less modoboa/bower_components/bootstrap/less/mixins/grid.less modoboa/bower_components/bootstrap/less/mixins/hide-text.less modoboa/bower_components/bootstrap/less/mixins/image.less modoboa/bower_components/bootstrap/less/mixins/labels.less modoboa/bower_components/bootstrap/less/mixins/list-group.less modoboa/bower_components/bootstrap/less/mixins/nav-divider.less modoboa/bower_components/bootstrap/less/mixins/nav-vertical-align.less modoboa/bower_components/bootstrap/less/mixins/opacity.less modoboa/bower_components/bootstrap/less/mixins/pagination.less modoboa/bower_components/bootstrap/less/mixins/panels.less modoboa/bower_components/bootstrap/less/mixins/progress-bar.less modoboa/bower_components/bootstrap/less/mixins/reset-filter.less modoboa/bower_components/bootstrap/less/mixins/reset-text.less modoboa/bower_components/bootstrap/less/mixins/resize.less modoboa/bower_components/bootstrap/less/mixins/responsive-visibility.less modoboa/bower_components/bootstrap/less/mixins/size.less modoboa/bower_components/bootstrap/less/mixins/tab-focus.less modoboa/bower_components/bootstrap/less/mixins/table-row.less modoboa/bower_components/bootstrap/less/mixins/text-emphasis.less modoboa/bower_components/bootstrap/less/mixins/text-overflow.less modoboa/bower_components/bootstrap/less/mixins/vendor-prefixes.less modoboa/bower_components/bootstrap/less/modals.less modoboa/bower_components/bootstrap/less/navbar.less modoboa/bower_components/bootstrap/less/navs.less modoboa/bower_components/bootstrap/less/normalize.less modoboa/bower_components/bootstrap/less/pager.less modoboa/bower_components/bootstrap/less/pagination.less modoboa/bower_components/bootstrap/less/panels.less modoboa/bower_components/bootstrap/less/popovers.less modoboa/bower_components/bootstrap/less/print.less modoboa/bower_components/bootstrap/less/progress-bars.less modoboa/bower_components/bootstrap/less/responsive-embed.less modoboa/bower_components/bootstrap/less/responsive-utilities.less modoboa/bower_components/bootstrap/less/scaffolding.less modoboa/bower_components/bootstrap/less/tables.less modoboa/bower_components/bootstrap/less/theme.less modoboa/bower_components/bootstrap/less/thumbnails.less modoboa/bower_components/bootstrap/less/tooltip.less modoboa/bower_components/bootstrap/less/type.less modoboa/bower_components/bootstrap/less/utilities.less modoboa/bower_components/bootstrap/less/variables.less modoboa/bower_components/bootstrap/less/wells.less modoboa/bower_components/bootstrap/nuget/MyGet.ps1 modoboa/bower_components/bootstrap/nuget/bootstrap.less.nuspec modoboa/bower_components/bootstrap/nuget/bootstrap.nuspec modoboa/bower_components/bootstrap/package.js modoboa/bower_components/bootstrap/package.json modoboa/bower_components/c3/.bower.json modoboa/bower_components/c3/LICENSE modoboa/bower_components/c3/README.md modoboa/bower_components/c3/bower.json modoboa/bower_components/c3/c3.css modoboa/bower_components/c3/c3.js modoboa/bower_components/c3/c3.min.css modoboa/bower_components/c3/c3.min.js modoboa/bower_components/c3/extensions/exporter/config.json modoboa/bower_components/c3/extensions/exporter/phantom-exporter.js modoboa/bower_components/c3/extensions/exporter/test.png modoboa/bower_components/c3/extensions/js/c3ext.js modoboa/bower_components/d3/.bower.json modoboa/bower_components/d3/CONTRIBUTING.md modoboa/bower_components/d3/LICENSE modoboa/bower_components/d3/README.md modoboa/bower_components/d3/bower.json modoboa/bower_components/d3/d3.js modoboa/bower_components/d3/d3.min.js modoboa/bower_components/eonasdan-bootstrap-datetimepicker/.bower.json modoboa/bower_components/eonasdan-bootstrap-datetimepicker/CONTRIBUTING.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/Gruntfile.js modoboa/bower_components/eonasdan-bootstrap-datetimepicker/LICENSE modoboa/bower_components/eonasdan-bootstrap-datetimepicker/README.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/bower.json modoboa/bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.css modoboa/bower_components/eonasdan-bootstrap-datetimepicker/build/css/bootstrap-datetimepicker.min.css modoboa/bower_components/eonasdan-bootstrap-datetimepicker/build/js/bootstrap-datetimepicker.min.js modoboa/bower_components/eonasdan-bootstrap-datetimepicker/component.json modoboa/bower_components/eonasdan-bootstrap-datetimepicker/composer.json modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/ChangeLog.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/ContributorsGuide.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/Events.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/Extras.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/FAQ.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/Functions.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/Installing.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/Options.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/Version 4 Changelog.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/Version 4 Contributors guide.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/index.md modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-144x144.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-192x192.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-36x36.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-48x48.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-72x72.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/android-chrome-96x96.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-114x114.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-120x120.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-144x144.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-152x152.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-180x180.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-57x57.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-60x60.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-72x72.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-76x76.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon-precomposed.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/apple-touch-icon.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/base.html modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/browserconfig.xml modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/content.html modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/css/base.css modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/css/prettify-1.0.css modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/favicon-16x16.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/favicon-32x32.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/favicon-96x96.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/favicon.ico modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/js/base.js modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/js/prettify-1.0.min.js modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/manifest.json modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-144x144.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-150x150.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-310x150.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-310x310.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/mstile-70x70.png modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/nav.html modoboa/bower_components/eonasdan-bootstrap-datetimepicker/docs/theme/toc.html modoboa/bower_components/eonasdan-bootstrap-datetimepicker/mkdocs.yml modoboa/bower_components/eonasdan-bootstrap-datetimepicker/package.json modoboa/bower_components/eonasdan-bootstrap-datetimepicker/src/js/bootstrap-datetimepicker.js modoboa/bower_components/eonasdan-bootstrap-datetimepicker/src/less/_bootstrap-datetimepicker.less modoboa/bower_components/eonasdan-bootstrap-datetimepicker/src/less/bootstrap-datetimepicker-build.less modoboa/bower_components/eonasdan-bootstrap-datetimepicker/src/nuget/Bootstrap.v3.Datetimepicker.CSS.nuspec modoboa/bower_components/eonasdan-bootstrap-datetimepicker/src/nuget/Bootstrap.v3.Datetimepicker.nuspec modoboa/bower_components/eonasdan-bootstrap-datetimepicker/src/nuget/NuGet.exe modoboa/bower_components/eonasdan-bootstrap-datetimepicker/src/nuget/install.ps1 modoboa/bower_components/eonasdan-bootstrap-datetimepicker/src/sass/_bootstrap-datetimepicker.scss modoboa/bower_components/eonasdan-bootstrap-datetimepicker/src/sass/bootstrap-datetimepicker-build.scss modoboa/bower_components/eonasdan-bootstrap-datetimepicker/tasks/bump_version.js modoboa/bower_components/font-awesome/.bower.json modoboa/bower_components/font-awesome/.gitignore modoboa/bower_components/font-awesome/.npmignore modoboa/bower_components/font-awesome/HELP-US-OUT.txt modoboa/bower_components/font-awesome/bower.json modoboa/bower_components/font-awesome/css/font-awesome.css modoboa/bower_components/font-awesome/css/font-awesome.css.map modoboa/bower_components/font-awesome/css/font-awesome.min.css modoboa/bower_components/font-awesome/fonts/FontAwesome.otf modoboa/bower_components/font-awesome/fonts/fontawesome-webfont.eot modoboa/bower_components/font-awesome/fonts/fontawesome-webfont.svg modoboa/bower_components/font-awesome/fonts/fontawesome-webfont.ttf modoboa/bower_components/font-awesome/fonts/fontawesome-webfont.woff modoboa/bower_components/font-awesome/fonts/fontawesome-webfont.woff2 modoboa/bower_components/font-awesome/less/animated.less modoboa/bower_components/font-awesome/less/bordered-pulled.less modoboa/bower_components/font-awesome/less/core.less modoboa/bower_components/font-awesome/less/fixed-width.less modoboa/bower_components/font-awesome/less/font-awesome.less modoboa/bower_components/font-awesome/less/icons.less modoboa/bower_components/font-awesome/less/larger.less modoboa/bower_components/font-awesome/less/list.less modoboa/bower_components/font-awesome/less/mixins.less modoboa/bower_components/font-awesome/less/path.less modoboa/bower_components/font-awesome/less/rotated-flipped.less modoboa/bower_components/font-awesome/less/screen-reader.less modoboa/bower_components/font-awesome/less/stacked.less modoboa/bower_components/font-awesome/less/variables.less modoboa/bower_components/font-awesome/scss/_animated.scss modoboa/bower_components/font-awesome/scss/_bordered-pulled.scss modoboa/bower_components/font-awesome/scss/_core.scss modoboa/bower_components/font-awesome/scss/_fixed-width.scss modoboa/bower_components/font-awesome/scss/_icons.scss modoboa/bower_components/font-awesome/scss/_larger.scss modoboa/bower_components/font-awesome/scss/_list.scss modoboa/bower_components/font-awesome/scss/_mixins.scss modoboa/bower_components/font-awesome/scss/_path.scss modoboa/bower_components/font-awesome/scss/_rotated-flipped.scss modoboa/bower_components/font-awesome/scss/_screen-reader.scss modoboa/bower_components/font-awesome/scss/_stacked.scss modoboa/bower_components/font-awesome/scss/_variables.scss modoboa/bower_components/font-awesome/scss/font-awesome.scss modoboa/bower_components/jquery-ui/.bower.json modoboa/bower_components/jquery-ui/.gitignore modoboa/bower_components/jquery-ui/AUTHORS.txt modoboa/bower_components/jquery-ui/LICENSE.txt modoboa/bower_components/jquery-ui/README.md modoboa/bower_components/jquery-ui/bower.json modoboa/bower_components/jquery-ui/component.json modoboa/bower_components/jquery-ui/composer.json modoboa/bower_components/jquery-ui/jquery-ui.js modoboa/bower_components/jquery-ui/jquery-ui.min.js modoboa/bower_components/jquery-ui/package.json modoboa/bower_components/jquery-ui/themes/base/accordion.css modoboa/bower_components/jquery-ui/themes/base/all.css modoboa/bower_components/jquery-ui/themes/base/autocomplete.css modoboa/bower_components/jquery-ui/themes/base/base.css modoboa/bower_components/jquery-ui/themes/base/button.css modoboa/bower_components/jquery-ui/themes/base/core.css modoboa/bower_components/jquery-ui/themes/base/datepicker.css modoboa/bower_components/jquery-ui/themes/base/dialog.css modoboa/bower_components/jquery-ui/themes/base/draggable.css modoboa/bower_components/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png modoboa/bower_components/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png modoboa/bower_components/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png modoboa/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png modoboa/bower_components/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png modoboa/bower_components/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png modoboa/bower_components/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_222222_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_444444_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_454545_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_555555_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_777620_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_777777_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_888888_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png modoboa/bower_components/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/base/jquery-ui.css modoboa/bower_components/jquery-ui/themes/base/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/base/menu.css modoboa/bower_components/jquery-ui/themes/base/progressbar.css modoboa/bower_components/jquery-ui/themes/base/resizable.css modoboa/bower_components/jquery-ui/themes/base/selectable.css modoboa/bower_components/jquery-ui/themes/base/selectmenu.css modoboa/bower_components/jquery-ui/themes/base/slider.css modoboa/bower_components/jquery-ui/themes/base/sortable.css modoboa/bower_components/jquery-ui/themes/base/spinner.css modoboa/bower_components/jquery-ui/themes/base/tabs.css modoboa/bower_components/jquery-ui/themes/base/theme.css modoboa/bower_components/jquery-ui/themes/base/tooltip.css modoboa/bower_components/jquery-ui/themes/black-tie/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-bg_diagonals-thick_8_333333_40x40.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-bg_flat_65_ffffff_40x100.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_40_111111_1x400.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-bg_glass_55_1c1c1c_1x400.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_100_f9f9f9_1x100.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-hard_40_aaaaaa_1x100.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-bg_highlight-soft_50_aaaaaa_1x100.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_45_cd0a0a_1x100.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-bg_inset-hard_55_ffeb80_1x100.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-icons_222222_256x240.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-icons_4ca300_256x240.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-icons_bbbbbb_256x240.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ededed_256x240.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffcf29_256x240.png modoboa/bower_components/jquery-ui/themes/black-tie/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/black-tie/jquery-ui.css modoboa/bower_components/jquery-ui/themes/black-tie/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/black-tie/theme.css modoboa/bower_components/jquery-ui/themes/blitzer/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-bg_diagonals-thick_75_f3d8d8_40x40.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-bg_dots-small_65_a6a6a6_2x2.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_0_333333_40x100.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_65_ffffff_40x100.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-bg_flat_75_ffffff_40x100.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-bg_glass_55_fbf8ee_1x400.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_eeeeee_1x100.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-hard_100_f6f6f6_1x100.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-bg_highlight-soft_15_cc0000_1x100.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-icons_004276_256x240.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-icons_cc0000_256x240.png modoboa/bower_components/jquery-ui/themes/blitzer/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/blitzer/jquery-ui.css modoboa/bower_components/jquery-ui/themes/blitzer/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/blitzer/theme.css modoboa/bower_components/jquery-ui/themes/cupertino/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-bg_diagonals-thick_90_eeeeee_40x40.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-bg_flat_15_cd0a0a_40x100.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_100_e4f1fb_1x400.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_50_3baae3_1x400.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-bg_glass_80_d7ebf9_1x400.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_100_f2f5f7_1x100.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-hard_70_000000_1x100.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-bg_highlight-soft_25_ffef8f_1x100.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2694e8_256x240.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-icons_2e83ff_256x240.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-icons_3d80b3_256x240.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-icons_72a7cf_256x240.png modoboa/bower_components/jquery-ui/themes/cupertino/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/cupertino/jquery-ui.css modoboa/bower_components/jquery-ui/themes/cupertino/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/cupertino/theme.css modoboa/bower_components/jquery-ui/themes/dark-hive/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_30_cccccc_40x100.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_flat_50_5c5c5c_40x100.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_glass_40_ffc73d_1x400.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-hard_20_0972a5_1x100.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_33_003147_1x100.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_35_222222_1x100.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_44_444444_1x100.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_highlight-soft_80_eeeeee_1x100.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-bg_loop_25_000000_21x21.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_222222_256x240.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_4b8e0b_256x240.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_a83300_256x240.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_cccccc_256x240.png modoboa/bower_components/jquery-ui/themes/dark-hive/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/dark-hive/jquery-ui.css modoboa/bower_components/jquery-ui/themes/dark-hive/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/dark-hive/theme.css modoboa/bower_components/jquery-ui/themes/dot-luv/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_diagonals-thick_15_0b3e6f_40x40.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-medium_30_0b58a2_4x4.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_20_333333_2x2.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_30_a32d00_2x2.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_dots-small_40_00498f_2x2.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_0_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_flat_40_292929_40x100.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-bg_gloss-wave_20_111111_500x100.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_00498f_256x240.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_98d2fb_256x240.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_9ccdfc_256x240.png modoboa/bower_components/jquery-ui/themes/dot-luv/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/dot-luv/jquery-ui.css modoboa/bower_components/jquery-ui/themes/dot-luv/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/dot-luv/theme.css modoboa/bower_components/jquery-ui/themes/eggplant/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_0_eeeeee_40x100.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_994d53_40x100.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-bg_flat_55_fafafa_40x100.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-bg_gloss-wave_30_3d3644_500x100.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_dcd9de_1x100.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_100_eae6ea_1x100.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_25_30273a_1x100.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-bg_highlight-soft_45_5f5964_1x100.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-icons_454545_256x240.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-icons_734d99_256x240.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-icons_8d78a5_256x240.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-icons_a8a3ae_256x240.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ebccce_256x240.png modoboa/bower_components/jquery-ui/themes/eggplant/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/eggplant/jquery-ui.css modoboa/bower_components/jquery-ui/themes/eggplant/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/eggplant/theme.css modoboa/bower_components/jquery-ui/themes/excite-bike/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-small_25_c5ddfc_40x40.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_20_e69700_40x40.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_22_1484e6_40x40.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_diagonals-thick_26_2293f7_40x40.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e69700_40x100.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_flat_0_e6b900_40x100.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_highlight-soft_100_f9f9f9_1x100.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-bg_inset-hard_100_eeeeee_1x100.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0a82eb_256x240.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_0b54d5_256x240.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_5fa5e3_256x240.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_fcdd4a_256x240.png modoboa/bower_components/jquery-ui/themes/excite-bike/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/excite-bike/jquery-ui.css modoboa/bower_components/jquery-ui/themes/excite-bike/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/excite-bike/theme.css modoboa/bower_components/jquery-ui/themes/flick/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_0_eeeeee_40x100.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_55_ffffff_40x100.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-bg_flat_75_ffffff_40x100.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-bg_glass_65_ffffff_1x400.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_100_f6f6f6_1x100.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_25_0073ea_1x100.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-bg_highlight-soft_50_dddddd_1x100.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-icons_0073ea_256x240.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-icons_454545_256x240.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-icons_666666_256x240.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-icons_ff0084_256x240.png modoboa/bower_components/jquery-ui/themes/flick/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/flick/jquery-ui.css modoboa/bower_components/jquery-ui/themes/flick/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/flick/theme.css modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_40_db4865_40x40.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_93c3cd_40x40.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_50_ff3853_40x40.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_diagonals-small_75_ccd232_40x40.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-medium_80_ffff38_4x4.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_dots-small_35_35414f_2x2.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ba9217_40x100.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_flat_75_ffffff_40x100.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-bg_white-lines_85_f7f7ba_40x100.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_454545_256x240.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_88a206_256x240.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_c02669_256x240.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_e1e463_256x240.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffeb33_256x240.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.css modoboa/bower_components/jquery-ui/themes/hot-sneaks/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/hot-sneaks/theme.css modoboa/bower_components/jquery-ui/themes/humanity/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/humanity/images/ui-bg_flat_75_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_100_f5f0e5_1x400.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_25_cb842e_1x400.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-bg_glass_70_ede4d4_1x400.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_100_f4f0ec_1x100.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_65_fee4bd_1x100.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-bg_highlight-hard_75_f5f5b5_1x100.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-bg_inset-soft_100_f4f0ec_1x100.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-icons_c47a23_256x240.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-icons_cb672b_256x240.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-icons_f08000_256x240.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-icons_f35f07_256x240.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-icons_ff7519_256x240.png modoboa/bower_components/jquery-ui/themes/humanity/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/humanity/jquery-ui.css modoboa/bower_components/jquery-ui/themes/humanity/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/humanity/theme.css modoboa/bower_components/jquery-ui/themes/le-frog/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-small_0_aaaaaa_40x40.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_15_444444_40x40.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-bg_diagonals-thick_95_ffdc2e_40x40.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-bg_glass_55_fbf5d0_1x400.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-hard_30_285c00_1x100.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_33_3a8104_1x100.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_50_4eb305_1x100.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-bg_highlight-soft_60_4ca20b_1x100.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-bg_inset-soft_10_285c00_1x100.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-icons_4eb305_256x240.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-icons_72b42d_256x240.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-icons_cd0a0a_256x240.png modoboa/bower_components/jquery-ui/themes/le-frog/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/le-frog/jquery-ui.css modoboa/bower_components/jquery-ui/themes/le-frog/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/le-frog/theme.css modoboa/bower_components/jquery-ui/themes/mint-choc/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_flat_0_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_glass_15_5f391b_1x400.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_20_1c160d_500x100.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_25_453326_500x100.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_gloss-wave_30_44372c_500x100.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_201913_1x100.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_highlight-soft_20_619226_1x100.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-bg_inset-soft_10_201913_1x100.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_222222_256x240.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_9bcc60_256x240.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_add978_256x240.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_e3ddc9_256x240.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_f1fd86_256x240.png modoboa/bower_components/jquery-ui/themes/mint-choc/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/mint-choc/jquery-ui.css modoboa/bower_components/jquery-ui/themes/mint-choc/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/mint-choc/theme.css modoboa/bower_components/jquery-ui/themes/overcast/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_0_eeeeee_40x100.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_c0402a_40x100.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-bg_flat_55_eeeeee_40x100.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_100_f8f8f8_1x400.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_35_dddddd_1x400.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-bg_glass_60_eeeeee_1x400.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-hard_75_999999_1x100.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-bg_inset-soft_50_c9c9c9_1x100.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-icons_3383bb_256x240.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-icons_454545_256x240.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-icons_70b2e1_256x240.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-icons_999999_256x240.png modoboa/bower_components/jquery-ui/themes/overcast/images/ui-icons_fbc856_256x240.png modoboa/bower_components/jquery-ui/themes/overcast/jquery-ui.css modoboa/bower_components/jquery-ui/themes/overcast/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/overcast/theme.css modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_20_6e4f1c_10x10.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_diagonal-maze_40_000000_10x10.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_eceadf_60x60.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_10_f8f7f6_60x60.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_eceadf_60x60.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_f7f3de_60x60.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_15_ffffff_60x60.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_65_654b24_60x60.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-bg_fine-grain_68_b83400_60x60.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_222222_256x240.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_3572ac_256x240.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_8c291d_256x240.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_b83400_256x240.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_fbdb93_256x240.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.css modoboa/bower_components/jquery-ui/themes/pepper-grinder/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/pepper-grinder/theme.css modoboa/bower_components/jquery-ui/themes/redmond/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_0_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-bg_flat_55_fbec88_40x100.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_75_d0e5f5_1x400.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_85_dfeffc_1x400.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-bg_glass_95_fef1ec_1x400.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_f5f8f9_1x100.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-bg_inset-hard_100_fcfdfd_1x100.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-icons_217bc0_256x240.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-icons_2e83ff_256x240.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-icons_469bdd_256x240.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-icons_6da8d5_256x240.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-icons_cd0a0a_256x240.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-icons_d8e7f3_256x240.png modoboa/bower_components/jquery-ui/themes/redmond/images/ui-icons_f9bd01_256x240.png modoboa/bower_components/jquery-ui/themes/redmond/jquery-ui.css modoboa/bower_components/jquery-ui/themes/redmond/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/redmond/theme.css modoboa/bower_components/jquery-ui/themes/smoothness/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-bg_flat_75_ffffff_40x100.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_65_ffffff_1x400.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_dadada_1x400.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-icons_222222_256x240.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-icons_2e83ff_256x240.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-icons_454545_256x240.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-icons_888888_256x240.png modoboa/bower_components/jquery-ui/themes/smoothness/images/ui-icons_cd0a0a_256x240.png modoboa/bower_components/jquery-ui/themes/smoothness/jquery-ui.css modoboa/bower_components/jquery-ui/themes/smoothness/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/smoothness/theme.css modoboa/bower_components/jquery-ui/themes/south-street/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/south-street/images/ui-bg_glass_55_fcf0ba_1x400.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-bg_gloss-wave_100_ece8da_500x100.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_f5f3e5_1x100.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_100_fafaf4_1x100.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_15_459e00_1x100.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-hard_95_cccccc_1x100.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_25_67b021_1x100.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-bg_highlight-soft_95_ffedad_1x100.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-bg_inset-soft_15_2b2922_1x100.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-icons_808080_256x240.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-icons_847e71_256x240.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-icons_8DC262_256x240.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-icons_cd0a0a_256x240.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-icons_eeeeee_256x240.png modoboa/bower_components/jquery-ui/themes/south-street/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/south-street/jquery-ui.css modoboa/bower_components/jquery-ui/themes/south-street/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/south-street/theme.css modoboa/bower_components/jquery-ui/themes/start/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/start/images/ui-bg_flat_55_999999_40x100.png modoboa/bower_components/jquery-ui/themes/start/images/ui-bg_flat_75_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/start/images/ui-bg_glass_45_0078ae_1x400.png modoboa/bower_components/jquery-ui/themes/start/images/ui-bg_glass_55_f8da4e_1x400.png modoboa/bower_components/jquery-ui/themes/start/images/ui-bg_glass_75_79c9ec_1x400.png modoboa/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_45_e14f1c_500x100.png modoboa/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_50_6eac2c_500x100.png modoboa/bower_components/jquery-ui/themes/start/images/ui-bg_gloss-wave_75_2191c0_500x100.png modoboa/bower_components/jquery-ui/themes/start/images/ui-bg_inset-hard_100_fcfdfd_1x100.png modoboa/bower_components/jquery-ui/themes/start/images/ui-icons_0078ae_256x240.png modoboa/bower_components/jquery-ui/themes/start/images/ui-icons_056b93_256x240.png modoboa/bower_components/jquery-ui/themes/start/images/ui-icons_d8e7f3_256x240.png modoboa/bower_components/jquery-ui/themes/start/images/ui-icons_e0fdff_256x240.png modoboa/bower_components/jquery-ui/themes/start/images/ui-icons_f5e175_256x240.png modoboa/bower_components/jquery-ui/themes/start/images/ui-icons_f7a50d_256x240.png modoboa/bower_components/jquery-ui/themes/start/images/ui-icons_fcd113_256x240.png modoboa/bower_components/jquery-ui/themes/start/jquery-ui.css modoboa/bower_components/jquery-ui/themes/start/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/start/theme.css modoboa/bower_components/jquery-ui/themes/sunny/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/sunny/images/ui-bg_diagonals-medium_20_d34d17_40x40.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_30_cccccc_40x100.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-bg_flat_50_5c5c5c_40x100.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_45_817865_500x100.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_60_fece2f_500x100.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_70_ffdd57_500x100.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-bg_gloss-wave_90_fff9e5_500x100.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-bg_highlight-soft_100_feeebd_1x100.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-bg_inset-soft_30_ffffff_1x100.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-icons_3d3d3d_256x240.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-icons_bd7b00_256x240.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-icons_d19405_256x240.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-icons_eb990f_256x240.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-icons_ed9f26_256x240.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-icons_fadc7a_256x240.png modoboa/bower_components/jquery-ui/themes/sunny/images/ui-icons_ffe180_256x240.png modoboa/bower_components/jquery-ui/themes/sunny/jquery-ui.css modoboa/bower_components/jquery-ui/themes/sunny/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/sunny/theme.css modoboa/bower_components/jquery-ui/themes/swanky-purse/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_10_4f4221_10x8.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_20_372806_10x8.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_675423_10x8.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_25_d5ac5d_10x8.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_261803_10x8.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_diamond_8_443113_10x8.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_flat_75_ddd4b0_40x100.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-bg_highlight-hard_65_fee4bd_1x100.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_070603_256x240.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e8e2b5_256x240.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_e9cd86_256x240.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_efec9f_256x240.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f2ec64_256x240.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_f9f2bd_256x240.png modoboa/bower_components/jquery-ui/themes/swanky-purse/images/ui-icons_ff7519_256x240.png modoboa/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.css modoboa/bower_components/jquery-ui/themes/swanky-purse/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/swanky-purse/theme.css modoboa/bower_components/jquery-ui/themes/trontastic/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-bg_diagonals-small_50_262626_40x40.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_303030_40x100.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-bg_flat_0_4c4c4c_40x100.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_40_0a0a0a_1x400.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_55_f1fbe5_1x400.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-bg_glass_60_000000_1x400.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_55_000000_500x100.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_85_9fda58_500x100.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-bg_gloss-wave_95_f6ecd5_500x100.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-icons_000000_256x240.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-icons_1f1f1f_256x240.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-icons_9fda58_256x240.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-icons_b8ec79_256x240.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-icons_cd0a0a_256x240.png modoboa/bower_components/jquery-ui/themes/trontastic/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/trontastic/jquery-ui.css modoboa/bower_components/jquery-ui/themes/trontastic/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/trontastic/theme.css modoboa/bower_components/jquery-ui/themes/ui-darkness/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_30_cccccc_40x100.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_flat_50_5c5c5c_40x100.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_20_555555_1x400.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_0078a3_1x400.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_glass_40_ffc73d_1x400.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_gloss-wave_25_333333_500x100.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_highlight-soft_80_eeeeee_1x100.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_25_000000_1x100.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_222222_256x240.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_4b8e0b_256x240.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_a83300_256x240.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_cccccc_256x240.png modoboa/bower_components/jquery-ui/themes/ui-darkness/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.css modoboa/bower_components/jquery-ui/themes/ui-darkness/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/ui-darkness/theme.css modoboa/bower_components/jquery-ui/themes/ui-lightness/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_diagonals-thick_20_666666_40x40.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_flat_10_000000_40x100.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_f6f6f6_1x400.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_100_fdf5ce_1x400.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_glass_65_ffffff_1x400.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_gloss-wave_35_f6a828_500x100.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_100_eeeeee_1x100.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_222222_256x240.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_228ef1_256x240.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ef8c08_256x240.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffd27a_256x240.png modoboa/bower_components/jquery-ui/themes/ui-lightness/images/ui-icons_ffffff_256x240.png modoboa/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.css modoboa/bower_components/jquery-ui/themes/ui-lightness/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/ui-lightness/theme.css modoboa/bower_components/jquery-ui/themes/vader/images/animated-overlay.gif modoboa/bower_components/jquery-ui/themes/vader/images/ui-bg_flat_0_aaaaaa_40x100.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-bg_glass_95_fef1ec_1x400.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-bg_gloss-wave_16_121212_500x100.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_15_888888_1x100.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-hard_55_555555_1x100.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_35_adadad_1x100.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-bg_highlight-soft_60_dddddd_1x100.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-bg_inset-soft_15_121212_1x100.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-icons_666666_256x240.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-icons_aaaaaa_256x240.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-icons_bbbbbb_256x240.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-icons_c98000_256x240.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-icons_cccccc_256x240.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-icons_cd0a0a_256x240.png modoboa/bower_components/jquery-ui/themes/vader/images/ui-icons_f29a00_256x240.png modoboa/bower_components/jquery-ui/themes/vader/jquery-ui.css modoboa/bower_components/jquery-ui/themes/vader/jquery-ui.min.css modoboa/bower_components/jquery-ui/themes/vader/theme.css modoboa/bower_components/jquery-ui/ui/.jshintrc modoboa/bower_components/jquery-ui/ui/accordion.js modoboa/bower_components/jquery-ui/ui/autocomplete.js modoboa/bower_components/jquery-ui/ui/button.js modoboa/bower_components/jquery-ui/ui/core.js modoboa/bower_components/jquery-ui/ui/datepicker.js modoboa/bower_components/jquery-ui/ui/dialog.js modoboa/bower_components/jquery-ui/ui/draggable.js modoboa/bower_components/jquery-ui/ui/droppable.js modoboa/bower_components/jquery-ui/ui/effect-blind.js modoboa/bower_components/jquery-ui/ui/effect-bounce.js modoboa/bower_components/jquery-ui/ui/effect-clip.js modoboa/bower_components/jquery-ui/ui/effect-drop.js modoboa/bower_components/jquery-ui/ui/effect-explode.js modoboa/bower_components/jquery-ui/ui/effect-fade.js modoboa/bower_components/jquery-ui/ui/effect-fold.js modoboa/bower_components/jquery-ui/ui/effect-highlight.js modoboa/bower_components/jquery-ui/ui/effect-puff.js modoboa/bower_components/jquery-ui/ui/effect-pulsate.js modoboa/bower_components/jquery-ui/ui/effect-scale.js modoboa/bower_components/jquery-ui/ui/effect-shake.js modoboa/bower_components/jquery-ui/ui/effect-size.js modoboa/bower_components/jquery-ui/ui/effect-slide.js modoboa/bower_components/jquery-ui/ui/effect-transfer.js modoboa/bower_components/jquery-ui/ui/effect.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-af.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ar-DZ.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ar.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-az.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-be.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-bg.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-bs.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ca.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-cs.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-cy-GB.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-da.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-de.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-el.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-en-AU.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-en-GB.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-en-NZ.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-eo.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-es.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-et.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-eu.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-fa.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-fi.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-fo.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-fr-CA.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-fr-CH.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-fr.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-gl.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-he.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-hi.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-hr.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-hu.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-hy.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-id.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-is.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-it-CH.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-it.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ja.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ka.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-kk.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-km.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ko.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ky.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-lb.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-lt.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-lv.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-mk.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ml.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ms.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-nb.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-nl-BE.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-nl.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-nn.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-no.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-pl.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-pt-BR.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-pt.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-rm.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ro.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ru.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-sk.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-sl.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-sq.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-sr-SR.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-sr.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-sv.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-ta.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-th.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-tj.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-tr.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-uk.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-vi.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-zh-CN.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-zh-HK.js modoboa/bower_components/jquery-ui/ui/i18n/datepicker-zh-TW.js modoboa/bower_components/jquery-ui/ui/menu.js modoboa/bower_components/jquery-ui/ui/minified/accordion.min.js modoboa/bower_components/jquery-ui/ui/minified/autocomplete.min.js modoboa/bower_components/jquery-ui/ui/minified/button.min.js modoboa/bower_components/jquery-ui/ui/minified/core.min.js modoboa/bower_components/jquery-ui/ui/minified/datepicker.min.js modoboa/bower_components/jquery-ui/ui/minified/dialog.min.js modoboa/bower_components/jquery-ui/ui/minified/draggable.min.js modoboa/bower_components/jquery-ui/ui/minified/droppable.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-blind.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-bounce.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-clip.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-drop.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-explode.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-fade.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-fold.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-highlight.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-puff.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-pulsate.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-scale.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-shake.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-size.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-slide.min.js modoboa/bower_components/jquery-ui/ui/minified/effect-transfer.min.js modoboa/bower_components/jquery-ui/ui/minified/effect.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-af.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ar.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-az.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-be.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-bg.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-bs.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ca.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-cs.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-da.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-de.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-el.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-eo.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-es.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-et.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-eu.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-fa.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-fi.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-fo.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-fr.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-gl.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-he.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-hi.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-hr.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-hu.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-hy.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-id.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-is.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-it.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ja.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ka.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-kk.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-km.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ko.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ky.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-lb.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-lt.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-lv.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-mk.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ml.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ms.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-nb.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-nl.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-nn.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-no.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-pl.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-pt.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-rm.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ro.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ru.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-sk.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-sl.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-sq.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-sr.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-sv.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-ta.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-th.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-tj.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-tr.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-uk.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-vi.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js modoboa/bower_components/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js modoboa/bower_components/jquery-ui/ui/minified/menu.min.js modoboa/bower_components/jquery-ui/ui/minified/mouse.min.js modoboa/bower_components/jquery-ui/ui/minified/position.min.js modoboa/bower_components/jquery-ui/ui/minified/progressbar.min.js modoboa/bower_components/jquery-ui/ui/minified/resizable.min.js modoboa/bower_components/jquery-ui/ui/minified/selectable.min.js modoboa/bower_components/jquery-ui/ui/minified/selectmenu.min.js modoboa/bower_components/jquery-ui/ui/minified/slider.min.js modoboa/bower_components/jquery-ui/ui/minified/sortable.min.js modoboa/bower_components/jquery-ui/ui/minified/spinner.min.js modoboa/bower_components/jquery-ui/ui/minified/tabs.min.js modoboa/bower_components/jquery-ui/ui/minified/tooltip.min.js modoboa/bower_components/jquery-ui/ui/minified/widget.min.js modoboa/bower_components/jquery-ui/ui/mouse.js modoboa/bower_components/jquery-ui/ui/position.js modoboa/bower_components/jquery-ui/ui/progressbar.js modoboa/bower_components/jquery-ui/ui/resizable.js modoboa/bower_components/jquery-ui/ui/selectable.js modoboa/bower_components/jquery-ui/ui/selectmenu.js modoboa/bower_components/jquery-ui/ui/slider.js modoboa/bower_components/jquery-ui/ui/sortable.js modoboa/bower_components/jquery-ui/ui/spinner.js modoboa/bower_components/jquery-ui/ui/tabs.js modoboa/bower_components/jquery-ui/ui/tooltip.js modoboa/bower_components/jquery-ui/ui/widget.js modoboa/bower_components/jquery/.bower.json modoboa/bower_components/jquery/.editorconfig modoboa/bower_components/jquery/.gitattributes modoboa/bower_components/jquery/.gitignore modoboa/bower_components/jquery/.gitmodules modoboa/bower_components/jquery/.jshintrc modoboa/bower_components/jquery/AUTHORS.txt modoboa/bower_components/jquery/CONTRIBUTING.md modoboa/bower_components/jquery/Gruntfile.js modoboa/bower_components/jquery/MIT-LICENSE.txt modoboa/bower_components/jquery/README.md modoboa/bower_components/jquery/build/release-notes.js modoboa/bower_components/jquery/build/release.js modoboa/bower_components/jquery/component.json modoboa/bower_components/jquery/composer.json modoboa/bower_components/jquery/jquery-migrate.js modoboa/bower_components/jquery/jquery-migrate.min.js modoboa/bower_components/jquery/jquery.js modoboa/bower_components/jquery/jquery.min.js modoboa/bower_components/jquery/jquery.min.map modoboa/bower_components/jquery/package.json modoboa/bower_components/jquery/speed/benchmark.js modoboa/bower_components/jquery/speed/benchmarker.css modoboa/bower_components/jquery/speed/benchmarker.js modoboa/bower_components/jquery/speed/closest.html modoboa/bower_components/jquery/speed/css.html modoboa/bower_components/jquery/speed/event.html modoboa/bower_components/jquery/speed/filter.html modoboa/bower_components/jquery/speed/find.html modoboa/bower_components/jquery/speed/index.html modoboa/bower_components/jquery/speed/jquery-basis.js modoboa/bower_components/jquery/speed/slice.vs.concat.html modoboa/bower_components/jquery/src/.jshintrc modoboa/bower_components/jquery/src/ajax.js modoboa/bower_components/jquery/src/ajax/jsonp.js modoboa/bower_components/jquery/src/ajax/script.js modoboa/bower_components/jquery/src/ajax/xhr.js modoboa/bower_components/jquery/src/attributes.js modoboa/bower_components/jquery/src/callbacks.js modoboa/bower_components/jquery/src/core.js modoboa/bower_components/jquery/src/css.js modoboa/bower_components/jquery/src/data.js modoboa/bower_components/jquery/src/deferred.js modoboa/bower_components/jquery/src/deprecated.js modoboa/bower_components/jquery/src/dimensions.js modoboa/bower_components/jquery/src/effects.js modoboa/bower_components/jquery/src/event-alias.js modoboa/bower_components/jquery/src/event.js modoboa/bower_components/jquery/src/exports.js modoboa/bower_components/jquery/src/intro.js modoboa/bower_components/jquery/src/manipulation.js modoboa/bower_components/jquery/src/offset.js modoboa/bower_components/jquery/src/outro.js modoboa/bower_components/jquery/src/queue.js modoboa/bower_components/jquery/src/serialize.js modoboa/bower_components/jquery/src/sizzle-jquery.js modoboa/bower_components/jquery/src/support.js modoboa/bower_components/jquery/src/traversing.js modoboa/bower_components/jquery/test/.jshintignore modoboa/bower_components/jquery/test/.jshintrc modoboa/bower_components/jquery/test/csp.php modoboa/bower_components/jquery/test/data/1x1.jpg modoboa/bower_components/jquery/test/data/ajax/unreleasedXHR.html modoboa/bower_components/jquery/test/data/atom+xml.php modoboa/bower_components/jquery/test/data/badcall.js modoboa/bower_components/jquery/test/data/badjson.js modoboa/bower_components/jquery/test/data/cleanScript.html modoboa/bower_components/jquery/test/data/core/cc_on.html modoboa/bower_components/jquery/test/data/dashboard.xml modoboa/bower_components/jquery/test/data/dimensions/documentLarge.html modoboa/bower_components/jquery/test/data/dimensions/documentSmall.html modoboa/bower_components/jquery/test/data/echoData.php modoboa/bower_components/jquery/test/data/echoQuery.php modoboa/bower_components/jquery/test/data/errorWithText.php modoboa/bower_components/jquery/test/data/etag.php modoboa/bower_components/jquery/test/data/evalScript.php modoboa/bower_components/jquery/test/data/event/longLoadScript.php modoboa/bower_components/jquery/test/data/event/promiseReady.html modoboa/bower_components/jquery/test/data/event/syncReady.html modoboa/bower_components/jquery/test/data/headers.php modoboa/bower_components/jquery/test/data/if_modified_since.php modoboa/bower_components/jquery/test/data/iframe.html modoboa/bower_components/jquery/test/data/jquery-1.8.2.ajax_xhr.min.js modoboa/bower_components/jquery/test/data/json.php modoboa/bower_components/jquery/test/data/json_obj.js modoboa/bower_components/jquery/test/data/jsonp.php modoboa/bower_components/jquery/test/data/manipulation/iframe-denied.html modoboa/bower_components/jquery/test/data/name.html modoboa/bower_components/jquery/test/data/name.php modoboa/bower_components/jquery/test/data/nocontent.php modoboa/bower_components/jquery/test/data/offset/absolute.html modoboa/bower_components/jquery/test/data/offset/body.html modoboa/bower_components/jquery/test/data/offset/fixed.html modoboa/bower_components/jquery/test/data/offset/relative.html modoboa/bower_components/jquery/test/data/offset/scroll.html modoboa/bower_components/jquery/test/data/offset/static.html modoboa/bower_components/jquery/test/data/offset/table.html modoboa/bower_components/jquery/test/data/params_html.php modoboa/bower_components/jquery/test/data/readywaitasset.js modoboa/bower_components/jquery/test/data/readywaitloader.js modoboa/bower_components/jquery/test/data/script.php modoboa/bower_components/jquery/test/data/selector/html5_selector.html modoboa/bower_components/jquery/test/data/selector/sizzle_cache.html modoboa/bower_components/jquery/test/data/statusText.php modoboa/bower_components/jquery/test/data/support/bodyBackground.html modoboa/bower_components/jquery/test/data/support/shrinkWrapBlocks.html modoboa/bower_components/jquery/test/data/support/testElementCrash.html modoboa/bower_components/jquery/test/data/test.html modoboa/bower_components/jquery/test/data/test.js modoboa/bower_components/jquery/test/data/test.php modoboa/bower_components/jquery/test/data/test2.html modoboa/bower_components/jquery/test/data/test3.html modoboa/bower_components/jquery/test/data/testinit.js modoboa/bower_components/jquery/test/data/testrunner.js modoboa/bower_components/jquery/test/data/testsuite.css modoboa/bower_components/jquery/test/data/text.php modoboa/bower_components/jquery/test/data/ua.txt modoboa/bower_components/jquery/test/data/with_fries.xml modoboa/bower_components/jquery/test/data/with_fries_over_jsonp.php modoboa/bower_components/jquery/test/delegatetest.html modoboa/bower_components/jquery/test/hovertest.html modoboa/bower_components/jquery/test/index.html modoboa/bower_components/jquery/test/localfile.html modoboa/bower_components/jquery/test/networkerror.html modoboa/bower_components/jquery/test/polluted.php modoboa/bower_components/jquery/test/readywait.html modoboa/bower_components/jquery/test/unit/ajax.js modoboa/bower_components/jquery/test/unit/attributes.js modoboa/bower_components/jquery/test/unit/callbacks.js modoboa/bower_components/jquery/test/unit/core.js modoboa/bower_components/jquery/test/unit/css.js modoboa/bower_components/jquery/test/unit/data.js modoboa/bower_components/jquery/test/unit/deferred.js modoboa/bower_components/jquery/test/unit/deprecated.js modoboa/bower_components/jquery/test/unit/dimensions.js modoboa/bower_components/jquery/test/unit/effects.js modoboa/bower_components/jquery/test/unit/event.js modoboa/bower_components/jquery/test/unit/exports.js modoboa/bower_components/jquery/test/unit/manipulation.js modoboa/bower_components/jquery/test/unit/offset.js modoboa/bower_components/jquery/test/unit/queue.js modoboa/bower_components/jquery/test/unit/selector.js modoboa/bower_components/jquery/test/unit/serialize.js modoboa/bower_components/jquery/test/unit/support.js modoboa/bower_components/jquery/test/unit/traversing.js modoboa/bower_components/jquery/test/xhtml.php modoboa/bower_components/microplugin/.bower.json modoboa/bower_components/microplugin/.gitignore modoboa/bower_components/microplugin/.npmignore modoboa/bower_components/microplugin/README.md modoboa/bower_components/microplugin/bower.json modoboa/bower_components/microplugin/package.json modoboa/bower_components/microplugin/src/microplugin.js modoboa/bower_components/moment/.bower.json modoboa/bower_components/moment/CHANGELOG.md modoboa/bower_components/moment/LICENSE modoboa/bower_components/moment/README.md modoboa/bower_components/moment/bower.json modoboa/bower_components/moment/locale/af.js modoboa/bower_components/moment/locale/ar-dz.js modoboa/bower_components/moment/locale/ar-kw.js modoboa/bower_components/moment/locale/ar-ly.js modoboa/bower_components/moment/locale/ar-ma.js modoboa/bower_components/moment/locale/ar-sa.js modoboa/bower_components/moment/locale/ar-tn.js modoboa/bower_components/moment/locale/ar.js modoboa/bower_components/moment/locale/az.js modoboa/bower_components/moment/locale/be.js modoboa/bower_components/moment/locale/bg.js modoboa/bower_components/moment/locale/bm.js modoboa/bower_components/moment/locale/bn.js modoboa/bower_components/moment/locale/bo.js modoboa/bower_components/moment/locale/br.js modoboa/bower_components/moment/locale/bs.js modoboa/bower_components/moment/locale/ca.js modoboa/bower_components/moment/locale/cs.js modoboa/bower_components/moment/locale/cv.js modoboa/bower_components/moment/locale/cy.js modoboa/bower_components/moment/locale/da.js modoboa/bower_components/moment/locale/de-at.js modoboa/bower_components/moment/locale/de-ch.js modoboa/bower_components/moment/locale/de.js modoboa/bower_components/moment/locale/dv.js modoboa/bower_components/moment/locale/el.js modoboa/bower_components/moment/locale/en-au.js modoboa/bower_components/moment/locale/en-ca.js modoboa/bower_components/moment/locale/en-gb.js modoboa/bower_components/moment/locale/en-ie.js modoboa/bower_components/moment/locale/en-il.js modoboa/bower_components/moment/locale/en-nz.js modoboa/bower_components/moment/locale/eo.js modoboa/bower_components/moment/locale/es-do.js modoboa/bower_components/moment/locale/es-us.js modoboa/bower_components/moment/locale/es.js modoboa/bower_components/moment/locale/et.js modoboa/bower_components/moment/locale/eu.js modoboa/bower_components/moment/locale/fa.js modoboa/bower_components/moment/locale/fi.js modoboa/bower_components/moment/locale/fo.js modoboa/bower_components/moment/locale/fr-ca.js modoboa/bower_components/moment/locale/fr-ch.js modoboa/bower_components/moment/locale/fr.js modoboa/bower_components/moment/locale/fy.js modoboa/bower_components/moment/locale/gd.js modoboa/bower_components/moment/locale/gl.js modoboa/bower_components/moment/locale/gom-latn.js modoboa/bower_components/moment/locale/gu.js modoboa/bower_components/moment/locale/he.js modoboa/bower_components/moment/locale/hi.js modoboa/bower_components/moment/locale/hr.js modoboa/bower_components/moment/locale/hu.js modoboa/bower_components/moment/locale/hy-am.js modoboa/bower_components/moment/locale/id.js modoboa/bower_components/moment/locale/is.js modoboa/bower_components/moment/locale/it.js modoboa/bower_components/moment/locale/ja.js modoboa/bower_components/moment/locale/jv.js modoboa/bower_components/moment/locale/ka.js modoboa/bower_components/moment/locale/kk.js modoboa/bower_components/moment/locale/km.js modoboa/bower_components/moment/locale/kn.js modoboa/bower_components/moment/locale/ko.js modoboa/bower_components/moment/locale/ky.js modoboa/bower_components/moment/locale/lb.js modoboa/bower_components/moment/locale/lo.js modoboa/bower_components/moment/locale/lt.js modoboa/bower_components/moment/locale/lv.js modoboa/bower_components/moment/locale/me.js modoboa/bower_components/moment/locale/mi.js modoboa/bower_components/moment/locale/mk.js modoboa/bower_components/moment/locale/ml.js modoboa/bower_components/moment/locale/mn.js modoboa/bower_components/moment/locale/mr.js modoboa/bower_components/moment/locale/ms-my.js modoboa/bower_components/moment/locale/ms.js modoboa/bower_components/moment/locale/mt.js modoboa/bower_components/moment/locale/my.js modoboa/bower_components/moment/locale/nb.js modoboa/bower_components/moment/locale/ne.js modoboa/bower_components/moment/locale/nl-be.js modoboa/bower_components/moment/locale/nl.js modoboa/bower_components/moment/locale/nn.js modoboa/bower_components/moment/locale/pa-in.js modoboa/bower_components/moment/locale/pl.js modoboa/bower_components/moment/locale/pt-br.js modoboa/bower_components/moment/locale/pt.js modoboa/bower_components/moment/locale/ro.js modoboa/bower_components/moment/locale/ru.js modoboa/bower_components/moment/locale/sd.js modoboa/bower_components/moment/locale/se.js modoboa/bower_components/moment/locale/si.js modoboa/bower_components/moment/locale/sk.js modoboa/bower_components/moment/locale/sl.js modoboa/bower_components/moment/locale/sq.js modoboa/bower_components/moment/locale/sr-cyrl.js modoboa/bower_components/moment/locale/sr.js modoboa/bower_components/moment/locale/ss.js modoboa/bower_components/moment/locale/sv.js modoboa/bower_components/moment/locale/sw.js modoboa/bower_components/moment/locale/ta.js modoboa/bower_components/moment/locale/te.js modoboa/bower_components/moment/locale/tet.js modoboa/bower_components/moment/locale/tg.js modoboa/bower_components/moment/locale/th.js modoboa/bower_components/moment/locale/tl-ph.js modoboa/bower_components/moment/locale/tlh.js modoboa/bower_components/moment/locale/tr.js modoboa/bower_components/moment/locale/tzl.js modoboa/bower_components/moment/locale/tzm-latn.js modoboa/bower_components/moment/locale/tzm.js modoboa/bower_components/moment/locale/ug-cn.js modoboa/bower_components/moment/locale/uk.js modoboa/bower_components/moment/locale/ur.js modoboa/bower_components/moment/locale/uz-latn.js modoboa/bower_components/moment/locale/uz.js modoboa/bower_components/moment/locale/vi.js modoboa/bower_components/moment/locale/x-pseudo.js modoboa/bower_components/moment/locale/yo.js modoboa/bower_components/moment/locale/zh-cn.js modoboa/bower_components/moment/locale/zh-hk.js modoboa/bower_components/moment/locale/zh-tw.js modoboa/bower_components/moment/min/locales.js modoboa/bower_components/moment/min/locales.min.js modoboa/bower_components/moment/min/moment-with-locales.js modoboa/bower_components/moment/min/moment-with-locales.min.js modoboa/bower_components/moment/min/moment.min.js modoboa/bower_components/moment/moment.d.ts modoboa/bower_components/moment/moment.js modoboa/bower_components/moment/package-lock.json modoboa/bower_components/moment/src/lib/create/check-overflow.js modoboa/bower_components/moment/src/lib/create/date-from-array.js modoboa/bower_components/moment/src/lib/create/from-anything.js modoboa/bower_components/moment/src/lib/create/from-array.js modoboa/bower_components/moment/src/lib/create/from-object.js modoboa/bower_components/moment/src/lib/create/from-string-and-array.js modoboa/bower_components/moment/src/lib/create/from-string-and-format.js modoboa/bower_components/moment/src/lib/create/from-string.js modoboa/bower_components/moment/src/lib/create/local.js modoboa/bower_components/moment/src/lib/create/parsing-flags.js modoboa/bower_components/moment/src/lib/create/utc.js modoboa/bower_components/moment/src/lib/create/valid.js modoboa/bower_components/moment/src/lib/duration/abs.js modoboa/bower_components/moment/src/lib/duration/add-subtract.js modoboa/bower_components/moment/src/lib/duration/as.js modoboa/bower_components/moment/src/lib/duration/bubble.js modoboa/bower_components/moment/src/lib/duration/clone.js modoboa/bower_components/moment/src/lib/duration/constructor.js modoboa/bower_components/moment/src/lib/duration/create.js modoboa/bower_components/moment/src/lib/duration/duration.js modoboa/bower_components/moment/src/lib/duration/get.js modoboa/bower_components/moment/src/lib/duration/humanize.js modoboa/bower_components/moment/src/lib/duration/iso-string.js modoboa/bower_components/moment/src/lib/duration/prototype.js modoboa/bower_components/moment/src/lib/duration/valid.js modoboa/bower_components/moment/src/lib/format/format.js modoboa/bower_components/moment/src/lib/locale/base-config.js modoboa/bower_components/moment/src/lib/locale/calendar.js modoboa/bower_components/moment/src/lib/locale/constructor.js modoboa/bower_components/moment/src/lib/locale/en.js modoboa/bower_components/moment/src/lib/locale/formats.js modoboa/bower_components/moment/src/lib/locale/invalid.js modoboa/bower_components/moment/src/lib/locale/lists.js modoboa/bower_components/moment/src/lib/locale/locale.js modoboa/bower_components/moment/src/lib/locale/locales.js modoboa/bower_components/moment/src/lib/locale/ordinal.js modoboa/bower_components/moment/src/lib/locale/pre-post-format.js modoboa/bower_components/moment/src/lib/locale/prototype.js modoboa/bower_components/moment/src/lib/locale/relative.js modoboa/bower_components/moment/src/lib/locale/set.js modoboa/bower_components/moment/src/lib/moment/add-subtract.js modoboa/bower_components/moment/src/lib/moment/calendar.js modoboa/bower_components/moment/src/lib/moment/clone.js modoboa/bower_components/moment/src/lib/moment/compare.js modoboa/bower_components/moment/src/lib/moment/constructor.js modoboa/bower_components/moment/src/lib/moment/creation-data.js modoboa/bower_components/moment/src/lib/moment/diff.js modoboa/bower_components/moment/src/lib/moment/format.js modoboa/bower_components/moment/src/lib/moment/from.js modoboa/bower_components/moment/src/lib/moment/get-set.js modoboa/bower_components/moment/src/lib/moment/locale.js modoboa/bower_components/moment/src/lib/moment/min-max.js modoboa/bower_components/moment/src/lib/moment/moment.js modoboa/bower_components/moment/src/lib/moment/now.js modoboa/bower_components/moment/src/lib/moment/prototype.js modoboa/bower_components/moment/src/lib/moment/start-end-of.js modoboa/bower_components/moment/src/lib/moment/to-type.js modoboa/bower_components/moment/src/lib/moment/to.js modoboa/bower_components/moment/src/lib/moment/valid.js modoboa/bower_components/moment/src/lib/parse/regex.js modoboa/bower_components/moment/src/lib/parse/token.js modoboa/bower_components/moment/src/lib/units/aliases.js modoboa/bower_components/moment/src/lib/units/constants.js modoboa/bower_components/moment/src/lib/units/day-of-month.js modoboa/bower_components/moment/src/lib/units/day-of-week.js modoboa/bower_components/moment/src/lib/units/day-of-year.js modoboa/bower_components/moment/src/lib/units/hour.js modoboa/bower_components/moment/src/lib/units/millisecond.js modoboa/bower_components/moment/src/lib/units/minute.js modoboa/bower_components/moment/src/lib/units/month.js modoboa/bower_components/moment/src/lib/units/offset.js modoboa/bower_components/moment/src/lib/units/priorities.js modoboa/bower_components/moment/src/lib/units/quarter.js modoboa/bower_components/moment/src/lib/units/second.js modoboa/bower_components/moment/src/lib/units/timestamp.js modoboa/bower_components/moment/src/lib/units/timezone.js modoboa/bower_components/moment/src/lib/units/units.js modoboa/bower_components/moment/src/lib/units/week-calendar-utils.js modoboa/bower_components/moment/src/lib/units/week-year.js modoboa/bower_components/moment/src/lib/units/week.js modoboa/bower_components/moment/src/lib/units/year.js modoboa/bower_components/moment/src/lib/utils/abs-ceil.js modoboa/bower_components/moment/src/lib/utils/abs-floor.js modoboa/bower_components/moment/src/lib/utils/abs-round.js modoboa/bower_components/moment/src/lib/utils/compare-arrays.js modoboa/bower_components/moment/src/lib/utils/defaults.js modoboa/bower_components/moment/src/lib/utils/deprecate.js modoboa/bower_components/moment/src/lib/utils/extend.js modoboa/bower_components/moment/src/lib/utils/has-own-prop.js modoboa/bower_components/moment/src/lib/utils/hooks.js modoboa/bower_components/moment/src/lib/utils/index-of.js modoboa/bower_components/moment/src/lib/utils/is-array.js modoboa/bower_components/moment/src/lib/utils/is-date.js modoboa/bower_components/moment/src/lib/utils/is-function.js modoboa/bower_components/moment/src/lib/utils/is-number.js modoboa/bower_components/moment/src/lib/utils/is-object-empty.js modoboa/bower_components/moment/src/lib/utils/is-object.js modoboa/bower_components/moment/src/lib/utils/is-undefined.js modoboa/bower_components/moment/src/lib/utils/keys.js modoboa/bower_components/moment/src/lib/utils/map.js modoboa/bower_components/moment/src/lib/utils/mod.js modoboa/bower_components/moment/src/lib/utils/some.js modoboa/bower_components/moment/src/lib/utils/to-int.js modoboa/bower_components/moment/src/lib/utils/zero-fill.js modoboa/bower_components/moment/src/locale/af.js modoboa/bower_components/moment/src/locale/ar-dz.js modoboa/bower_components/moment/src/locale/ar-kw.js modoboa/bower_components/moment/src/locale/ar-ly.js modoboa/bower_components/moment/src/locale/ar-ma.js modoboa/bower_components/moment/src/locale/ar-sa.js modoboa/bower_components/moment/src/locale/ar-tn.js modoboa/bower_components/moment/src/locale/ar.js modoboa/bower_components/moment/src/locale/az.js modoboa/bower_components/moment/src/locale/be.js modoboa/bower_components/moment/src/locale/bg.js modoboa/bower_components/moment/src/locale/bm.js modoboa/bower_components/moment/src/locale/bn.js modoboa/bower_components/moment/src/locale/bo.js modoboa/bower_components/moment/src/locale/br.js modoboa/bower_components/moment/src/locale/bs.js modoboa/bower_components/moment/src/locale/ca.js modoboa/bower_components/moment/src/locale/cs.js modoboa/bower_components/moment/src/locale/cv.js modoboa/bower_components/moment/src/locale/cy.js modoboa/bower_components/moment/src/locale/da.js modoboa/bower_components/moment/src/locale/de-at.js modoboa/bower_components/moment/src/locale/de-ch.js modoboa/bower_components/moment/src/locale/de.js modoboa/bower_components/moment/src/locale/dv.js modoboa/bower_components/moment/src/locale/el.js modoboa/bower_components/moment/src/locale/en-au.js modoboa/bower_components/moment/src/locale/en-ca.js modoboa/bower_components/moment/src/locale/en-gb.js modoboa/bower_components/moment/src/locale/en-ie.js modoboa/bower_components/moment/src/locale/en-il.js modoboa/bower_components/moment/src/locale/en-nz.js modoboa/bower_components/moment/src/locale/eo.js modoboa/bower_components/moment/src/locale/es-do.js modoboa/bower_components/moment/src/locale/es-us.js modoboa/bower_components/moment/src/locale/es.js modoboa/bower_components/moment/src/locale/et.js modoboa/bower_components/moment/src/locale/eu.js modoboa/bower_components/moment/src/locale/fa.js modoboa/bower_components/moment/src/locale/fi.js modoboa/bower_components/moment/src/locale/fo.js modoboa/bower_components/moment/src/locale/fr-ca.js modoboa/bower_components/moment/src/locale/fr-ch.js modoboa/bower_components/moment/src/locale/fr.js modoboa/bower_components/moment/src/locale/fy.js modoboa/bower_components/moment/src/locale/gd.js modoboa/bower_components/moment/src/locale/gl.js modoboa/bower_components/moment/src/locale/gom-latn.js modoboa/bower_components/moment/src/locale/gu.js modoboa/bower_components/moment/src/locale/he.js modoboa/bower_components/moment/src/locale/hi.js modoboa/bower_components/moment/src/locale/hr.js modoboa/bower_components/moment/src/locale/hu.js modoboa/bower_components/moment/src/locale/hy-am.js modoboa/bower_components/moment/src/locale/id.js modoboa/bower_components/moment/src/locale/is.js modoboa/bower_components/moment/src/locale/it.js modoboa/bower_components/moment/src/locale/ja.js modoboa/bower_components/moment/src/locale/jv.js modoboa/bower_components/moment/src/locale/ka.js modoboa/bower_components/moment/src/locale/kk.js modoboa/bower_components/moment/src/locale/km.js modoboa/bower_components/moment/src/locale/kn.js modoboa/bower_components/moment/src/locale/ko.js modoboa/bower_components/moment/src/locale/ky.js modoboa/bower_components/moment/src/locale/lb.js modoboa/bower_components/moment/src/locale/lo.js modoboa/bower_components/moment/src/locale/lt.js modoboa/bower_components/moment/src/locale/lv.js modoboa/bower_components/moment/src/locale/me.js modoboa/bower_components/moment/src/locale/mi.js modoboa/bower_components/moment/src/locale/mk.js modoboa/bower_components/moment/src/locale/ml.js modoboa/bower_components/moment/src/locale/mn.js modoboa/bower_components/moment/src/locale/mr.js modoboa/bower_components/moment/src/locale/ms-my.js modoboa/bower_components/moment/src/locale/ms.js modoboa/bower_components/moment/src/locale/mt.js modoboa/bower_components/moment/src/locale/my.js modoboa/bower_components/moment/src/locale/nb.js modoboa/bower_components/moment/src/locale/ne.js modoboa/bower_components/moment/src/locale/nl-be.js modoboa/bower_components/moment/src/locale/nl.js modoboa/bower_components/moment/src/locale/nn.js modoboa/bower_components/moment/src/locale/pa-in.js modoboa/bower_components/moment/src/locale/pl.js modoboa/bower_components/moment/src/locale/pt-br.js modoboa/bower_components/moment/src/locale/pt.js modoboa/bower_components/moment/src/locale/ro.js modoboa/bower_components/moment/src/locale/ru.js modoboa/bower_components/moment/src/locale/sd.js modoboa/bower_components/moment/src/locale/se.js modoboa/bower_components/moment/src/locale/si.js modoboa/bower_components/moment/src/locale/sk.js modoboa/bower_components/moment/src/locale/sl.js modoboa/bower_components/moment/src/locale/sq.js modoboa/bower_components/moment/src/locale/sr-cyrl.js modoboa/bower_components/moment/src/locale/sr.js modoboa/bower_components/moment/src/locale/ss.js modoboa/bower_components/moment/src/locale/sv.js modoboa/bower_components/moment/src/locale/sw.js modoboa/bower_components/moment/src/locale/ta.js modoboa/bower_components/moment/src/locale/te.js modoboa/bower_components/moment/src/locale/tet.js modoboa/bower_components/moment/src/locale/tg.js modoboa/bower_components/moment/src/locale/th.js modoboa/bower_components/moment/src/locale/tl-ph.js modoboa/bower_components/moment/src/locale/tlh.js modoboa/bower_components/moment/src/locale/tr.js modoboa/bower_components/moment/src/locale/tzl.js modoboa/bower_components/moment/src/locale/tzm-latn.js modoboa/bower_components/moment/src/locale/tzm.js modoboa/bower_components/moment/src/locale/ug-cn.js modoboa/bower_components/moment/src/locale/uk.js modoboa/bower_components/moment/src/locale/ur.js modoboa/bower_components/moment/src/locale/uz-latn.js modoboa/bower_components/moment/src/locale/uz.js modoboa/bower_components/moment/src/locale/vi.js modoboa/bower_components/moment/src/locale/x-pseudo.js modoboa/bower_components/moment/src/locale/yo.js modoboa/bower_components/moment/src/locale/zh-cn.js modoboa/bower_components/moment/src/locale/zh-hk.js modoboa/bower_components/moment/src/locale/zh-tw.js modoboa/bower_components/moment/src/moment.js modoboa/bower_components/moment/templates/default.js modoboa/bower_components/moment/templates/locale-header.js modoboa/bower_components/moment/templates/test-header.js modoboa/bower_components/selectize/.bower.json modoboa/bower_components/selectize/.github/ISSUE_TEMPLATE.md modoboa/bower_components/selectize/.gitignore modoboa/bower_components/selectize/CHANGELOG.md modoboa/bower_components/selectize/LICENSE modoboa/bower_components/selectize/README.md modoboa/bower_components/selectize/bower.json modoboa/bower_components/selectize/dist/css/selectize.bootstrap2.css modoboa/bower_components/selectize/dist/css/selectize.bootstrap3.css modoboa/bower_components/selectize/dist/css/selectize.css modoboa/bower_components/selectize/dist/css/selectize.default.css modoboa/bower_components/selectize/dist/css/selectize.legacy.css modoboa/bower_components/selectize/dist/js/selectize.js modoboa/bower_components/selectize/dist/js/selectize.min.js modoboa/bower_components/selectize/dist/js/standalone/selectize.js modoboa/bower_components/selectize/dist/js/standalone/selectize.min.js modoboa/bower_components/selectize/dist/less/plugins/drag_drop.less modoboa/bower_components/selectize/dist/less/plugins/dropdown_header.less modoboa/bower_components/selectize/dist/less/plugins/optgroup_columns.less modoboa/bower_components/selectize/dist/less/plugins/remove_button.less modoboa/bower_components/selectize/dist/less/selectize.bootstrap2.less modoboa/bower_components/selectize/dist/less/selectize.bootstrap3.less modoboa/bower_components/selectize/dist/less/selectize.default.less modoboa/bower_components/selectize/dist/less/selectize.legacy.less modoboa/bower_components/selectize/dist/less/selectize.less modoboa/bower_components/selectize/karma.conf.js modoboa/bower_components/selectize/yarn.lock modoboa/bower_components/sifter/.bower.json modoboa/bower_components/sifter/.gitignore modoboa/bower_components/sifter/.npmignore modoboa/bower_components/sifter/README.md modoboa/bower_components/sifter/bower.json modoboa/bower_components/sifter/package.json modoboa/bower_components/sifter/sifter.js modoboa/bower_components/sifter/sifter.min.js modoboa/bower_components/swagger-ui/.bower.json modoboa/bower_components/swagger-ui/.gitignore modoboa/bower_components/swagger-ui/LICENSE modoboa/bower_components/swagger-ui/README.md modoboa/bower_components/swagger-ui/SECURITY.md modoboa/bower_components/swagger-ui/dist/index.html modoboa/bower_components/swagger-ui/dist/swagger-ui-bundle.js modoboa/bower_components/swagger-ui/dist/swagger-ui-bundle.js.map modoboa/bower_components/swagger-ui/dist/swagger-ui.css modoboa/bower_components/swagger-ui/dist/swagger-ui.css.map modoboa/bower_components/swagger-ui/package-lock.json modoboa/bower_components/swagger-ui/package.json modoboa/core/__init__.py modoboa/core/api/__init__.py modoboa/core/api/v1/__init__.py modoboa/core/api/v1/serializers.py modoboa/core/api/v1/tests.py modoboa/core/api/v1/urls.py modoboa/core/api/v1/viewsets.py modoboa/core/api/v2/__init__.py modoboa/core/api/v2/serializers.py modoboa/core/api/v2/tests.py modoboa/core/api/v2/urls.py modoboa/core/api/v2/views.py modoboa/core/api/v2/viewsets.py modoboa/core/app_settings.py modoboa/core/apps.py modoboa/core/checks/__init__.py modoboa/core/checks/settings_checks.py modoboa/core/commands/__init__.py modoboa/core/commands/deploy.py modoboa/core/commands/help.py modoboa/core/commands/templates/settings.py.tpl modoboa/core/commands/templates/urls.py.tpl modoboa/core/constants.py modoboa/core/context_processors.py modoboa/core/dev_settings.py modoboa/core/drf_authentication.py modoboa/core/extensions.py modoboa/core/factories.py modoboa/core/forms.py modoboa/core/handlers.py modoboa/core/loggers.py modoboa/core/management/__init__.py modoboa/core/management/commands/__init__.py modoboa/core/management/commands/clean_inactive_accounts.py modoboa/core/management/commands/cleanlogs.py modoboa/core/management/commands/communicate_with_public_api.py modoboa/core/management/commands/generate_postfix_maps.py modoboa/core/management/commands/load_initial_data.py modoboa/core/management/commands/set_default_site.py modoboa/core/middleware.py modoboa/core/migrations/0001_initial.py modoboa/core/migrations/0002_delete_extension.py modoboa/core/migrations/0003_user_master_user.py modoboa/core/migrations/0004_auto_20150728_1228.py modoboa/core/migrations/0005_user_language.py modoboa/core/migrations/0006_auto_20151114_1518.py modoboa/core/migrations/0007_auto_20151116_1349.py modoboa/core/migrations/0008_localconfig.py modoboa/core/migrations/0009_auto_20161026_1003.py modoboa/core/migrations/0010_auto_20161026_1011.py modoboa/core/migrations/0011_auto_20161104_2217.py modoboa/core/migrations/0012_auto_20170215_1034.py modoboa/core/migrations/0013_auto_20170707_1058.py modoboa/core/migrations/0014_auto_20171010_1746.py modoboa/core/migrations/0015_auto_20180112_1642.py modoboa/core/migrations/0016_auto_20180713_1014.py modoboa/core/migrations/0017_auto_20190705_1045.py modoboa/core/migrations/0018_auto_20200104_1714.py modoboa/core/migrations/0019_auto_20200121_1659.py modoboa/core/migrations/0020_auto_20200421_0851.py modoboa/core/migrations/0021_localconfig_need_dovecot_update.py modoboa/core/migrations/0022_user_tfa_enabled.py modoboa/core/migrations/__init__.py modoboa/core/mocks.py modoboa/core/models.py modoboa/core/password_hashers/__init__.py modoboa/core/password_hashers/advanced.py modoboa/core/password_hashers/base.py modoboa/core/password_validation.py modoboa/core/signals.py modoboa/core/sms_backends/__init__.py modoboa/core/sms_backends/dummy.py modoboa/core/sms_backends/ovh.py modoboa/core/static/core/css/userprefs.css modoboa/core/static/core/img/qrcode.svg modoboa/core/static/core/js/settings.js modoboa/core/templates/core/_current_features.html modoboa/core/templates/core/_latest_news_widget.html modoboa/core/templates/core/api_access.html modoboa/core/templates/core/dashboard.html modoboa/core/templates/core/information.html modoboa/core/templates/core/logs.html modoboa/core/templates/core/logs_page.html modoboa/core/templates/core/notifications/update_available.html modoboa/core/templates/core/parameters.html modoboa/core/templates/core/settings_header.html modoboa/core/templates/core/user_index.html modoboa/core/templates/core/user_preferences.html modoboa/core/templates/core/user_profile.html modoboa/core/templates/core/user_security.html modoboa/core/templatetags/__init__.py modoboa/core/templatetags/core_tags.py modoboa/core/tests/__init__.py modoboa/core/tests/doveadm modoboa/core/tests/stupid_extension_1/__init__.py modoboa/core/tests/stupid_extension_1/modo_extension.py modoboa/core/tests/stupid_extension_2/__init__.py modoboa/core/tests/stupid_extension_2/modo_extension.py modoboa/core/tests/stupid_extension_2/urls.py modoboa/core/tests/stupid_extension_2/views.py modoboa/core/tests/test_authentication.py modoboa/core/tests/test_checks.py modoboa/core/tests/test_core.py modoboa/core/tests/test_extensions.py modoboa/core/tests/test_ldap.py modoboa/core/tests/test_views.py modoboa/core/tests/test_viewsets.py modoboa/core/urls.py modoboa/core/utils.py modoboa/core/views/__init__.py modoboa/core/views/admin.py modoboa/core/views/auth.py modoboa/core/views/base.py modoboa/core/views/dashboard.py modoboa/core/views/user.py modoboa/dnstools/__init__.py modoboa/dnstools/api/__init__.py modoboa/dnstools/api/v2/__init__.py modoboa/dnstools/api/v2/serializers.py modoboa/dnstools/api/v2/tests.py modoboa/dnstools/api/v2/urls.py modoboa/dnstools/api/v2/viewsets.py modoboa/dnstools/apps.py modoboa/dnstools/constants.py modoboa/dnstools/factories.py modoboa/dnstools/lib.py modoboa/dnstools/locale/br/LC_MESSAGES/django.po modoboa/dnstools/locale/cs_CZ/LC_MESSAGES/django.po modoboa/dnstools/locale/de/LC_MESSAGES/django.po modoboa/dnstools/locale/el_GR/LC_MESSAGES/django.po modoboa/dnstools/locale/en/LC_MESSAGES/django.po modoboa/dnstools/locale/es/LC_MESSAGES/django.po modoboa/dnstools/locale/fr/LC_MESSAGES/django.po modoboa/dnstools/locale/it/LC_MESSAGES/django.po modoboa/dnstools/locale/ja_JP/LC_MESSAGES/django.po modoboa/dnstools/locale/nl_NL/LC_MESSAGES/django.po modoboa/dnstools/locale/pl_PL/LC_MESSAGES/django.po modoboa/dnstools/locale/pt_BR/LC_MESSAGES/django.po modoboa/dnstools/locale/pt_PT/LC_MESSAGES/django.po modoboa/dnstools/locale/ro_RO/LC_MESSAGES/django.po modoboa/dnstools/locale/ru/LC_MESSAGES/django.po modoboa/dnstools/locale/sv/LC_MESSAGES/django.po modoboa/dnstools/locale/tr_TR/LC_MESSAGES/django.po modoboa/dnstools/locale/zh_TW/LC_MESSAGES/django.po modoboa/dnstools/migrations/0001_initial.py modoboa/dnstools/migrations/__init__.py modoboa/dnstools/models.py modoboa/dnstools/templates/dnstools/autoconfig_records_status.html modoboa/dnstools/templates/dnstools/dns_record_detail.html modoboa/dnstools/templates/dnstools/domain_dns_configuration.html modoboa/dnstools/tests.py modoboa/dnstools/urls.py modoboa/dnstools/views.py modoboa/ldapsync/__init__.py modoboa/ldapsync/apps.py modoboa/ldapsync/handlers.py modoboa/ldapsync/lib.py modoboa/ldapsync/locale/br/LC_MESSAGES/django.po modoboa/ldapsync/locale/cs_CZ/LC_MESSAGES/django.po modoboa/ldapsync/locale/de/LC_MESSAGES/django.po modoboa/ldapsync/locale/el_GR/LC_MESSAGES/django.po modoboa/ldapsync/locale/en/LC_MESSAGES/django.po modoboa/ldapsync/locale/es/LC_MESSAGES/django.po modoboa/ldapsync/locale/fr/LC_MESSAGES/django.po modoboa/ldapsync/locale/it/LC_MESSAGES/django.po modoboa/ldapsync/locale/ja_JP/LC_MESSAGES/django.po modoboa/ldapsync/locale/nl_NL/LC_MESSAGES/django.po modoboa/ldapsync/locale/no/LC_MESSAGES/django.po modoboa/ldapsync/locale/pl_PL/LC_MESSAGES/django.po modoboa/ldapsync/locale/pt_BR/LC_MESSAGES/django.po modoboa/ldapsync/locale/pt_PT/LC_MESSAGES/django.po modoboa/ldapsync/locale/ro_RO/LC_MESSAGES/django.po modoboa/ldapsync/locale/ru/LC_MESSAGES/django.po modoboa/ldapsync/locale/sk_SK/LC_MESSAGES/django.po modoboa/ldapsync/locale/sv/LC_MESSAGES/django.po modoboa/ldapsync/locale/tr_TR/LC_MESSAGES/django.po modoboa/ldapsync/locale/uk/LC_MESSAGES/django.po modoboa/ldapsync/locale/zh_CN/LC_MESSAGES/django.po modoboa/ldapsync/locale/zh_TW/LC_MESSAGES/django.po modoboa/ldapsync/management/__init__.py modoboa/ldapsync/management/commands/__init__.py modoboa/ldapsync/management/commands/import_from_ldap_directory.py modoboa/ldapsync/management/commands/update_dovecot_conf.py modoboa/ldapsync/tests.py modoboa/lib/__init__.py modoboa/lib/api_client.py modoboa/lib/authbackends.py modoboa/lib/connections.py modoboa/lib/cryptutils.py modoboa/lib/db_utils.py modoboa/lib/email_utils.py modoboa/lib/exceptions.py modoboa/lib/fields.py modoboa/lib/form_utils.py modoboa/lib/imap_utf7.py modoboa/lib/ldap_utils.py modoboa/lib/listing.py modoboa/lib/middleware.py modoboa/lib/migrations/0001_initial.py modoboa/lib/migrations/0002_rename_parameters.py modoboa/lib/migrations/0003_rename_parameters.py modoboa/lib/migrations/0004_auto_20151114_1409.py modoboa/lib/migrations/0005_auto_20160416_1449.py modoboa/lib/migrations/0006_auto_20161104_2206.py modoboa/lib/migrations/__init__.py modoboa/lib/pagination.py modoboa/lib/paginator.py modoboa/lib/permissions.py modoboa/lib/renderers.py modoboa/lib/signals.py modoboa/lib/singleton.py modoboa/lib/sysutils.py modoboa/lib/templatetags/__init__.py modoboa/lib/templatetags/form_tags.py modoboa/lib/templatetags/lib_tags.py modoboa/lib/test_utils.py modoboa/lib/tests/__init__.py modoboa/lib/tests/sample_messages/multipart-input.txt modoboa/lib/tests/sample_messages/multipart-output-html_links.txt modoboa/lib/tests/sample_messages/multipart-output-html_nolinks.txt modoboa/lib/tests/sample_messages/multipart-output-plain_nolinks.txt modoboa/lib/tests/sample_messages/text_plain-input.txt modoboa/lib/tests/sample_messages/text_plain-output-plain_nolinks.txt modoboa/lib/tests/test_cryptutils.py modoboa/lib/tests/test_email_utils.py modoboa/lib/tests/test_u2u_decode.py modoboa/lib/tests/test_web_utils.py modoboa/lib/u2u_decode.py modoboa/lib/validators.py modoboa/lib/views.py modoboa/lib/viewsets.py modoboa/lib/web_utils.py modoboa/limits/__init__.py modoboa/limits/api/__init__.py modoboa/limits/api/v1/__init__.py modoboa/limits/api/v1/serializers.py modoboa/limits/api/v1/tests.py modoboa/limits/api/v1/urls.py modoboa/limits/api/v1/viewsets.py modoboa/limits/api/v2/__init__.py modoboa/limits/api/v2/serializers.py modoboa/limits/app_settings.py modoboa/limits/apps.py modoboa/limits/constants.py modoboa/limits/forms.py modoboa/limits/handlers.py modoboa/limits/lib.py modoboa/limits/locale/br/LC_MESSAGES/django.po modoboa/limits/locale/cs_CZ/LC_MESSAGES/django.po modoboa/limits/locale/de/LC_MESSAGES/django.po modoboa/limits/locale/el_GR/LC_MESSAGES/django.po modoboa/limits/locale/en/LC_MESSAGES/django.po modoboa/limits/locale/es/LC_MESSAGES/django.po modoboa/limits/locale/fr/LC_MESSAGES/django.po modoboa/limits/locale/it/LC_MESSAGES/django.po modoboa/limits/locale/ja_JP/LC_MESSAGES/django.po modoboa/limits/locale/nl_NL/LC_MESSAGES/django.po modoboa/limits/locale/pl_PL/LC_MESSAGES/django.po modoboa/limits/locale/pt_BR/LC_MESSAGES/django.po modoboa/limits/locale/pt_PT/LC_MESSAGES/django.po modoboa/limits/locale/ro_RO/LC_MESSAGES/django.po modoboa/limits/locale/ru/LC_MESSAGES/django.po modoboa/limits/locale/sv/LC_MESSAGES/django.po modoboa/limits/locale/tr_TR/LC_MESSAGES/django.po modoboa/limits/locale/zh_TW/LC_MESSAGES/django.po modoboa/limits/migrations/0001_initial.py modoboa/limits/migrations/0001_squashed_0004_auto_20160413_1312.py modoboa/limits/migrations/0002_auto_20151114_1518.py modoboa/limits/migrations/0003_auto_20160413_1046.py modoboa/limits/migrations/0004_auto_20160413_1312.py modoboa/limits/migrations/0005_auto_20160415_1654.py modoboa/limits/migrations/0006_auto_20170216_1112.py modoboa/limits/migrations/__init__.py modoboa/limits/models.py modoboa/limits/templates/limits/poolusage.html modoboa/limits/templates/limits/resources_widget.html modoboa/limits/tests/__init__.py modoboa/limits/tests/test_domain_limits.py modoboa/limits/tests/test_import.py modoboa/limits/tests/test_user_limits.py modoboa/limits/utils.py modoboa/locale/br/LC_MESSAGES/django.po modoboa/locale/br/LC_MESSAGES/djangojs.po modoboa/locale/cs_CZ/LC_MESSAGES/django.po modoboa/locale/cs_CZ/LC_MESSAGES/djangojs.po modoboa/locale/de/LC_MESSAGES/django.po modoboa/locale/de/LC_MESSAGES/djangojs.po modoboa/locale/el_GR/LC_MESSAGES/django.po modoboa/locale/el_GR/LC_MESSAGES/djangojs.po modoboa/locale/en/LC_MESSAGES/django.po modoboa/locale/en/LC_MESSAGES/djangojs.po modoboa/locale/es/LC_MESSAGES/django.po modoboa/locale/es/LC_MESSAGES/djangojs.po modoboa/locale/fr/LC_MESSAGES/django.po modoboa/locale/fr/LC_MESSAGES/djangojs.po modoboa/locale/hu/LC_MESSAGES/djangojs.po modoboa/locale/it/LC_MESSAGES/django.po modoboa/locale/it/LC_MESSAGES/djangojs.po modoboa/locale/ja_JP/LC_MESSAGES/django.po modoboa/locale/ja_JP/LC_MESSAGES/djangojs.po modoboa/locale/nl_NL/LC_MESSAGES/django.po modoboa/locale/nl_NL/LC_MESSAGES/djangojs.po modoboa/locale/no/LC_MESSAGES/djangojs.po modoboa/locale/pl_PL/LC_MESSAGES/django.po modoboa/locale/pl_PL/LC_MESSAGES/djangojs.po modoboa/locale/pt_BR/LC_MESSAGES/django.po modoboa/locale/pt_BR/LC_MESSAGES/djangojs.po modoboa/locale/pt_PT/LC_MESSAGES/django.po modoboa/locale/pt_PT/LC_MESSAGES/djangojs.po modoboa/locale/ro_RO/LC_MESSAGES/django.po modoboa/locale/ro_RO/LC_MESSAGES/djangojs.po modoboa/locale/ru/LC_MESSAGES/django.po modoboa/locale/ru/LC_MESSAGES/djangojs.po modoboa/locale/sv/LC_MESSAGES/django.po modoboa/locale/sv/LC_MESSAGES/djangojs.po modoboa/locale/tr_TR/LC_MESSAGES/django.po modoboa/locale/tr_TR/LC_MESSAGES/djangojs.po modoboa/locale/uk/LC_MESSAGES/djangojs.po modoboa/locale/zh_CN/LC_MESSAGES/djangojs.po modoboa/locale/zh_TW/LC_MESSAGES/django.po modoboa/locale/zh_TW/LC_MESSAGES/djangojs.po modoboa/maillog/__init__.py modoboa/maillog/api/__init__.py modoboa/maillog/api/v2/__init__.py modoboa/maillog/api/v2/serializers.py modoboa/maillog/api/v2/tests.py modoboa/maillog/api/v2/urls.py modoboa/maillog/api/v2/viewsets.py modoboa/maillog/apps.py modoboa/maillog/factories.py modoboa/maillog/forms.py modoboa/maillog/graphics.py modoboa/maillog/handlers.py modoboa/maillog/lib.py modoboa/maillog/locale/cs_CZ/LC_MESSAGES/django.po modoboa/maillog/locale/cs_CZ/LC_MESSAGES/djangojs.po modoboa/maillog/locale/de/LC_MESSAGES/django.po modoboa/maillog/locale/de/LC_MESSAGES/djangojs.po modoboa/maillog/locale/el_GR/LC_MESSAGES/django.po modoboa/maillog/locale/el_GR/LC_MESSAGES/djangojs.po modoboa/maillog/locale/en/LC_MESSAGES/django.po modoboa/maillog/locale/en/LC_MESSAGES/djangojs.po modoboa/maillog/locale/es/LC_MESSAGES/django.po modoboa/maillog/locale/es/LC_MESSAGES/djangojs.po modoboa/maillog/locale/fr/LC_MESSAGES/django.po modoboa/maillog/locale/fr/LC_MESSAGES/djangojs.po modoboa/maillog/locale/it/LC_MESSAGES/django.po modoboa/maillog/locale/it/LC_MESSAGES/djangojs.po modoboa/maillog/locale/ja_JP/LC_MESSAGES/django.po modoboa/maillog/locale/ja_JP/LC_MESSAGES/djangojs.po modoboa/maillog/locale/nl_NL/LC_MESSAGES/django.po modoboa/maillog/locale/nl_NL/LC_MESSAGES/djangojs.po modoboa/maillog/locale/pl_PL/LC_MESSAGES/django.po modoboa/maillog/locale/pl_PL/LC_MESSAGES/djangojs.po modoboa/maillog/locale/pt_BR/LC_MESSAGES/django.po modoboa/maillog/locale/pt_BR/LC_MESSAGES/djangojs.po modoboa/maillog/locale/pt_PT/LC_MESSAGES/django.po modoboa/maillog/locale/pt_PT/LC_MESSAGES/djangojs.po modoboa/maillog/locale/ro_RO/LC_MESSAGES/django.po modoboa/maillog/locale/ro_RO/LC_MESSAGES/djangojs.po modoboa/maillog/locale/ru/LC_MESSAGES/django.po modoboa/maillog/locale/ru/LC_MESSAGES/djangojs.po modoboa/maillog/locale/sv/LC_MESSAGES/django.po modoboa/maillog/locale/sv/LC_MESSAGES/djangojs.po modoboa/maillog/locale/zh_TW/LC_MESSAGES/django.po modoboa/maillog/locale/zh_TW/LC_MESSAGES/djangojs.po modoboa/maillog/management/__init__.py modoboa/maillog/management/commands/__init__.py modoboa/maillog/management/commands/logparser.py modoboa/maillog/management/commands/update_statistics.py modoboa/maillog/migrations/0001_initial.py modoboa/maillog/migrations/0002_auto_20200916_1346.py modoboa/maillog/migrations/0003_auto_20211108_1652.py modoboa/maillog/migrations/__init__.py modoboa/maillog/models.py modoboa/maillog/parser.py modoboa/maillog/signals.py modoboa/maillog/static/maillog/css/stats.css modoboa/maillog/static/maillog/js/d3.legend.js modoboa/maillog/static/maillog/js/graphic.js modoboa/maillog/static/maillog/js/stats.js modoboa/maillog/templates/maillog/index.html modoboa/maillog/tests/__init__.py modoboa/maillog/tests/mail.log modoboa/maillog/tests/test_views.py modoboa/maillog/urls.py modoboa/maillog/views.py modoboa/parameters/__init__.py modoboa/parameters/api/__init__.py modoboa/parameters/api/v2/__init__.py modoboa/parameters/api/v2/serializers.py modoboa/parameters/api/v2/tests.py modoboa/parameters/api/v2/urls.py modoboa/parameters/api/v2/viewsets.py modoboa/parameters/apps.py modoboa/parameters/forms.py modoboa/parameters/templates/parameters/base_form.html modoboa/parameters/tools.py modoboa/policyd/__init__.py modoboa/policyd/apps.py modoboa/policyd/constants.py modoboa/policyd/core.py modoboa/policyd/handlers.py modoboa/policyd/locale/en/LC_MESSAGES/django.po modoboa/policyd/locale/fr/LC_MESSAGES/django.po modoboa/policyd/management/__init__.py modoboa/policyd/management/commands/__init__.py modoboa/policyd/management/commands/policy_daemon.py modoboa/policyd/templates/policyd/notifications/limit_reached.html modoboa/policyd/tests.py modoboa/policyd/utils.py modoboa/relaydomains/__init__.py modoboa/relaydomains/api/__init__.py modoboa/relaydomains/api/v1/__init__.py modoboa/relaydomains/api/v1/serializers.py modoboa/relaydomains/api/v1/tests.py modoboa/relaydomains/api/v1/urls.py modoboa/relaydomains/api/v1/viewsets.py modoboa/relaydomains/apps.py modoboa/relaydomains/forms.py modoboa/relaydomains/handlers.py modoboa/relaydomains/lib.py modoboa/relaydomains/locale/br/LC_MESSAGES/django.po modoboa/relaydomains/locale/br/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/cs_CZ/LC_MESSAGES/django.po modoboa/relaydomains/locale/cs_CZ/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/de/LC_MESSAGES/django.po modoboa/relaydomains/locale/de/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/el_GR/LC_MESSAGES/django.po modoboa/relaydomains/locale/el_GR/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/en/LC_MESSAGES/django.po modoboa/relaydomains/locale/en/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/es/LC_MESSAGES/django.po modoboa/relaydomains/locale/es/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/fr/LC_MESSAGES/django.po modoboa/relaydomains/locale/fr/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/it/LC_MESSAGES/django.po modoboa/relaydomains/locale/it/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/ja_JP/LC_MESSAGES/django.po modoboa/relaydomains/locale/ja_JP/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/nl_NL/LC_MESSAGES/django.po modoboa/relaydomains/locale/nl_NL/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/pl_PL/LC_MESSAGES/django.po modoboa/relaydomains/locale/pl_PL/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/pt_BR/LC_MESSAGES/django.po modoboa/relaydomains/locale/pt_BR/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/pt_PT/LC_MESSAGES/django.po modoboa/relaydomains/locale/pt_PT/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/ro_RO/LC_MESSAGES/django.po modoboa/relaydomains/locale/ro_RO/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/ru/LC_MESSAGES/django.po modoboa/relaydomains/locale/ru/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/sv/LC_MESSAGES/django.po modoboa/relaydomains/locale/sv/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/tr_TR/LC_MESSAGES/django.po modoboa/relaydomains/locale/tr_TR/LC_MESSAGES/djangojs.po modoboa/relaydomains/locale/zh_TW/LC_MESSAGES/django.po modoboa/relaydomains/locale/zh_TW/LC_MESSAGES/djangojs.po modoboa/relaydomains/migrations/0001_initial.py modoboa/relaydomains/migrations/0002_migrate_from_modoboa_admin_relaydomains.py modoboa/relaydomains/migrations/0003_auto_20170116_1508.py modoboa/relaydomains/migrations/0004_auto_20161105_1424.py modoboa/relaydomains/migrations/0005_auto_20161105_1426.py modoboa/relaydomains/migrations/0006_auto_20170215_0948.py modoboa/relaydomains/migrations/0007_recipientaccess.py modoboa/relaydomains/migrations/0008_auto_20171123_1653.py modoboa/relaydomains/migrations/0009_auto_20171124_1508.py modoboa/relaydomains/migrations/__init__.py modoboa/relaydomains/models.py modoboa/relaydomains/postfix_maps.py modoboa/relaydomains/tests.py modoboa/relaydomains/transport.py modoboa/static/css/custom.css modoboa/static/css/jquery.sortable.css modoboa/static/css/login.css modoboa/static/css/logo-icon.png modoboa/static/css/modoboa.png modoboa/static/css/offline.css modoboa/static/css/searchbar.css modoboa/static/css/spinner.gif modoboa/static/css/viewmail.css modoboa/static/js/autocompleter.js modoboa/static/js/confirmation.js modoboa/static/js/creation_wizard.js modoboa/static/js/csrf.js modoboa/static/js/dynamic_input.js modoboa/static/js/global.js modoboa/static/js/history.js modoboa/static/js/jquery.htmltable.js modoboa/static/js/jquery.infinitescroll.js modoboa/static/js/jquery.sortable.js modoboa/static/js/listing.js modoboa/static/js/notify.js modoboa/static/js/poller.js modoboa/static/js/searchbar.js modoboa/static/js/top_notifications.js modoboa/static/js/twocols_nav.js modoboa/static/pics/answered.png modoboa/static/pics/attachment.png modoboa/static/pics/collapsed.png modoboa/static/pics/expanded.png modoboa/static/pics/forwarded.png modoboa/static/pics/grippy.png modoboa/static/pics/release.png modoboa/static/pics/transparent.png modoboa/templates/404.html modoboa/templates/500.html modoboa/templates/common/buttons_list.html modoboa/templates/common/email_searchbar.html modoboa/templates/common/error.html modoboa/templates/common/generic_field.html modoboa/templates/common/generic_fields_group.html modoboa/templates/common/generic_modal.html modoboa/templates/common/generic_modal_form.html modoboa/templates/common/horizontal_select.html modoboa/templates/common/horizontal_select_option.html modoboa/templates/common/mailheaders.html modoboa/templates/common/menu.html modoboa/templates/common/menulist.html modoboa/templates/common/progressbar.html modoboa/templates/common/tabforms.html modoboa/templates/common/table_body.html modoboa/templates/common/table_head.html modoboa/templates/common/tables.html modoboa/templates/common/top_notifications.html modoboa/templates/common/viewmail.html modoboa/templates/common/wizard_forms.html modoboa/templates/fluid.html modoboa/templates/layout_simple.html modoboa/templates/nlayout.html modoboa/templates/registration/base.html modoboa/templates/registration/login.html modoboa/templates/registration/password_reset_complete.html modoboa/templates/registration/password_reset_confirm.html modoboa/templates/registration/password_reset_confirm_code.html modoboa/templates/registration/password_reset_done.html modoboa/templates/registration/password_reset_email.html modoboa/templates/registration/password_reset_form.html modoboa/templates/registration/password_reset_subject.txt modoboa/templates/registration/twofactor_code_verify.html modoboa/templates/twocols.html modoboa/test_settings.py modoboa/transport/__init__.py modoboa/transport/apps.py modoboa/transport/backends.py modoboa/transport/constants.py modoboa/transport/factories.py modoboa/transport/forms.py modoboa/transport/handlers.py modoboa/transport/locale/br/LC_MESSAGES/django.po modoboa/transport/locale/br/LC_MESSAGES/djangojs.po modoboa/transport/locale/cs_CZ/LC_MESSAGES/django.po modoboa/transport/locale/cs_CZ/LC_MESSAGES/djangojs.po modoboa/transport/locale/de/LC_MESSAGES/django.po modoboa/transport/locale/de/LC_MESSAGES/djangojs.po modoboa/transport/locale/el_GR/LC_MESSAGES/django.po modoboa/transport/locale/en/LC_MESSAGES/django.po modoboa/transport/locale/en/LC_MESSAGES/djangojs.po modoboa/transport/locale/es/LC_MESSAGES/django.po modoboa/transport/locale/fr/LC_MESSAGES/django.po modoboa/transport/locale/fr/LC_MESSAGES/djangojs.po modoboa/transport/locale/it/LC_MESSAGES/django.po modoboa/transport/locale/it/LC_MESSAGES/djangojs.po modoboa/transport/locale/ja_JP/LC_MESSAGES/django.po modoboa/transport/locale/nl_NL/LC_MESSAGES/django.po modoboa/transport/locale/nl_NL/LC_MESSAGES/djangojs.po modoboa/transport/locale/pl_PL/LC_MESSAGES/django.po modoboa/transport/locale/pl_PL/LC_MESSAGES/djangojs.po modoboa/transport/locale/pt_BR/LC_MESSAGES/django.po modoboa/transport/locale/pt_BR/LC_MESSAGES/djangojs.po modoboa/transport/locale/pt_PT/LC_MESSAGES/django.po modoboa/transport/locale/ro_RO/LC_MESSAGES/django.po modoboa/transport/locale/ro_RO/LC_MESSAGES/djangojs.po modoboa/transport/locale/ru/LC_MESSAGES/django.po modoboa/transport/locale/ru/LC_MESSAGES/djangojs.po modoboa/transport/locale/sv/LC_MESSAGES/django.po modoboa/transport/locale/sv/LC_MESSAGES/djangojs.po modoboa/transport/locale/tr_TR/LC_MESSAGES/django.po modoboa/transport/locale/tr_TR/LC_MESSAGES/djangojs.po modoboa/transport/locale/zh_TW/LC_MESSAGES/django.po modoboa/transport/locale/zh_TW/LC_MESSAGES/djangojs.po modoboa/transport/migrations/0001_initial.py modoboa/transport/migrations/0002_auto_20180928_1520.py modoboa/transport/migrations/__init__.py modoboa/transport/models.py modoboa/transport/postfix_maps.py modoboa/transport/static/transport/js/transport.js modoboa/transport/templates/transport/_transport_form.html modoboa/urls.py modoboa/urls_api_v1.py modoboa/urls_api_v2.py mysql-requirements.txt postgresql-requirements.txt pylintrc requirements.txt setup.cfg setup.py test-requirements.txt test_data/base.ldif test_data/slapd.conf test_project/.coveragerc test_project/docker-compose.yml test_project/manage.py test_project/test_project/__init__.py test_project/test_project/settings.py test_project/test_project/urls.py test_project/test_project/wsgi.py tests.py tox.ini <<<<<< network # path=/home/runner/work/modoboa/modoboa/coverage.xml /home/runner/work/modoboa/modoboa <<<<<< EOF