File tree Expand file tree Collapse file tree 4 files changed +65
-0
lines changed
Expand file tree Collapse file tree 4 files changed +65
-0
lines changed Original file line number Diff line number Diff line change @@ -66,3 +66,20 @@ protocol lmtp {
6666 postmaster_address = webmaster@localhost
6767 mail_plugins = quota sieve
6868}
69+ mail_plugins = $mail_plugins quota
70+ imap_capability=+SEPCIAL-USE XLIST
71+ namespace inbox {
72+ inbox = yes
73+ mailbox Drafts {
74+ special_use = \Drafts
75+ }
76+ mailbox Junk {
77+ special_use = \Junk
78+ }
79+ mailbox Sent {
80+ special_use = \Sent
81+ }
82+ mailbox Trash {
83+ special_use = \Trash
84+ }
85+ }
Original file line number Diff line number Diff line change @@ -65,3 +65,19 @@ protocol lmtp {
6565 mail_plugins = quota sieve
6666}
6767mail_plugins = $mail_plugins quota
68+ imap_capability=+SEPCIAL-USE XLIST
69+ namespace inbox {
70+ inbox = yes
71+ mailbox Drafts {
72+ special_use = \Drafts
73+ }
74+ mailbox Junk {
75+ special_use = \Junk
76+ }
77+ mailbox Sent {
78+ special_use = \Sent
79+ }
80+ mailbox Trash {
81+ special_use = \Trash
82+ }
83+ }
Original file line number Diff line number Diff line change @@ -62,3 +62,19 @@ protocol lmtp {
6262 mail_plugins = quota sieve
6363}
6464mail_plugins = $mail_plugins quota
65+ imap_capability=+SEPCIAL-USE XLIST
66+ namespace inbox {
67+ inbox = yes
68+ mailbox Drafts {
69+ special_use = \Drafts
70+ }
71+ mailbox Junk {
72+ special_use = \Junk
73+ }
74+ mailbox Sent {
75+ special_use = \Sent
76+ }
77+ mailbox Trash {
78+ special_use = \Trash
79+ }
80+ }
Original file line number Diff line number Diff line change @@ -61,3 +61,19 @@ protocol lmtp {
6161 mail_plugins = quota sieve
6262}
6363mail_plugins = $mail_plugins quota
64+ imap_capability=+SEPCIAL-USE XLIST
65+ namespace inbox {
66+ inbox = yes
67+ mailbox Drafts {
68+ special_use = \Drafts
69+ }
70+ mailbox Junk {
71+ special_use = \Junk
72+ }
73+ mailbox Sent {
74+ special_use = \Sent
75+ }
76+ mailbox Trash {
77+ special_use = \Trash
78+ }
79+ }
You can’t perform that action at this time.
0 commit comments