diff options
author | 2024-08-23 16:12:40 +0100 | |
---|---|---|
committer | 2024-08-23 16:52:22 +0100 | |
commit | c4d456a0618d0b8883b9ba3b86add4ab47060bca (patch) | |
tree | c2939772aae46bfd2a33b80cd8ca1ecb8ad31135 /docs | |
parent | Update neomutt folders (diff) |
Add archive to IMAP folders list
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docs/services/email/components/dovecot/imap.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/docs/services/email/components/dovecot/imap.md b/docs/docs/services/email/components/dovecot/imap.md index 1cdcda8..ee7f4af 100644 --- a/docs/docs/services/email/components/dovecot/imap.md +++ b/docs/docs/services/email/components/dovecot/imap.md @@ -17,6 +17,7 @@ Our IMAP configuration automatically creates the following folders: | Folder Name | Purpose | |--------------------|----------------------------| | Inbox | Newly received mail | +| Archive | Message archive | | Drafts | Draft (postponed) messages | | Junk | Mail marked as spam[^1] | | Trash | Mail deleted by users[^2] | |