-
Notifications
You must be signed in to change notification settings - Fork 0
/
uvdesk.mailbox-component.1.1.x-dev.json
49 lines (49 loc) · 2.21 KB
/
uvdesk.mailbox-component.1.1.x-dev.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"manifests": {
"uvdesk/mailbox-component": {
"manifest": {
"bundles": {
"Webkul\\UVDesk\\MailboxBundle\\UVDeskMailboxBundle": [
"all"
]
},
"copy-from-recipe": {
"config/": "%CONFIG_DIR%"
}
},
"files": {
"config/packages/uvdesk_mailbox.yaml": {
"contents": [
"uvdesk_mailbox:",
" emails: ~",
" # Often Reply emails like from gmail contains extra and redundant previous mail data.",
" # This data can be removed by adding delimiter i.e. specific line before each reply. ",
" # delimiter: '<-- Please add content above this line -->'",
" # enable_delimiter: true",
"",
" # Configure your mailboxes here",
" mailboxes: ~",
" # default:",
" # name: 'Sample Mailbox'",
" # enabled: true",
"",
" # # [SMTP] Outgoing mail server",
" # # Mailer configurations to use for sending emails through on behalf of this mailbox",
" # smtp_server:",
" # mailer_id: ~",
"",
" # # [IMAP] Incoming mail server",
" # # IMAP configurations to use for fetching emails from mailbox",
" # imap_server:",
" # host: ~",
" # username: ~",
" # password: ~",
""
],
"executable": false
}
},
"ref": "05c1c576f662628878ac63b5484716b082916968"
}
}
}