generated from Nodarx/template
feat: lots more improvements
Signed-off-by: Sebastian Krupinski <krupinski01@gmail.com>
This commit is contained in:
+15
-8
@@ -3,32 +3,39 @@ import type { ServiceInterface } from '@KTXM/MailManager/types/service'
|
||||
import { ServiceObject } from '@KTXM/MailManager/models/service'
|
||||
|
||||
const integrations: ModuleIntegrations = {
|
||||
mail_account_protocol_panels: [
|
||||
mail_provider_panels_auxiliary: [
|
||||
{
|
||||
id: 'imap',
|
||||
label: 'IMAP',
|
||||
icon: 'mdi-email',
|
||||
caption: 'Internet Message Access Protocol',
|
||||
label: 'IMAP Settings',
|
||||
component: () => import('@/components/ImapAuxiliaryPanel.vue'),
|
||||
priority: 20,
|
||||
}
|
||||
],
|
||||
mail_provider_panels_protocol: [
|
||||
{
|
||||
id: 'imap',
|
||||
label: 'IMAP Protocol',
|
||||
component: () => import('@/components/ImapProtocolPanel.vue'),
|
||||
priority: 20,
|
||||
}
|
||||
],
|
||||
mail_account_auth_panels: [
|
||||
mail_provider_panels_auth: [
|
||||
{
|
||||
id: 'imap',
|
||||
label: 'IMAP Authentication',
|
||||
component: () => import('@/components/ImapAuthPanel.vue'),
|
||||
}
|
||||
],
|
||||
mail_service_factory: [
|
||||
mail_provider_factory_service: [
|
||||
{
|
||||
id: 'imap',
|
||||
factory: (data: ServiceInterface) => new ServiceObject().fromJson(data)
|
||||
}
|
||||
],
|
||||
mail_provider_metadata: [
|
||||
mail_provider_details: [
|
||||
{
|
||||
id: 'imap',
|
||||
label: 'IMAP',
|
||||
label: 'IMAP Protocol',
|
||||
description: 'Classic mailbox access over IMAP',
|
||||
icon: 'mdi-email',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user