3-Implement-IMAP/POP #4

Merged
giacchetta merged 11 commits from 3-Implement-IMAP/POP into main 2026-02-11 22:40:10 +00:00
Showing only changes of commit c9892b9e51 - Show all commits

View File

@@ -4,4 +4,24 @@
mail_location = {{ dovecot_mail_location }}
namespace inbox {
inbox = yes
mailbox Drafts {
special_use = \Drafts
auto = subscribe
}
mailbox Junk {
special_use = \Junk
auto = subscribe
}
mailbox Trash {
special_use = \Trash
auto = subscribe
}
mailbox Sent {
special_use = \Sent
auto = subscribe
}
mailbox "Sent Messages" {
special_use = \Sent
}
}