mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-07 13:44:13 +08:00
Updated Improve performance (markdown)
parent
714ecc0a00
commit
7b531079f7
1 changed files with 8 additions and 5 deletions
|
@ -55,7 +55,10 @@ IMAP[DEBUG]: 0.28226494789123454 (net session)
|
|||
Dovecot allows you to keep remote connections alive by proxying
|
||||
https://doc.dovecot.org/admin_manual/dovecot_proxy/
|
||||
|
||||
## Disable folders LIST-STATUS
|
||||
## Disable capabilities
|
||||
How to can be found at: https://github.com/the-djmaze/snappymail/wiki/IMAP-capabilities
|
||||
|
||||
### Disable folders LIST-STATUS
|
||||
1. Go to Admin -> Domains -> "the domain"
|
||||
2. In the `Disable capabilities` section check `LIST-STATUS`
|
||||
3. Hit the save button at the bottom
|
||||
|
@ -65,7 +68,7 @@ This way SnappyMail only has to do 1 request to the IMAP server to fetch all req
|
|||
When the IMAP server is slow (for whatever reason) this kind of request can take a very long time.
|
||||
With the above setting you disable the feature and SnappyMail has to do several requests on the background (depends on the amount of folders).
|
||||
|
||||
## Disable folders METADATA
|
||||
### Disable folders METADATA
|
||||
1. Go to Admin -> Domains -> "the domain"
|
||||
2. In the `Disable capabilities` section check `METADATA`
|
||||
3. Hit the save button at the bottom
|
||||
|
@ -73,7 +76,7 @@ With the above setting you disable the feature and SnappyMail has to do several
|
|||
The folders METADATA is fetched to support RFC 5464, RFC 6154 and Kolab.
|
||||
With the above setting you disable the feature and SnappyMail has no support to check for comments nor special-use nor integrate with Kolab.
|
||||
|
||||
## Disable folders STATUS SIZE
|
||||
### Disable folders STATUS SIZE
|
||||
1. Go to Admin -> Domains -> "the domain"
|
||||
2. In the `Disable capabilities` section check `STATUS SIZE`
|
||||
3. Hit the save button at the bottom
|
||||
|
@ -82,7 +85,7 @@ With STATUS SIZE each folder size is calculated by the IMAP software and shown i
|
|||
|
||||
Also read https://github.com/the-djmaze/snappymail/issues/1303
|
||||
|
||||
## Disable messages SORT(ing)
|
||||
### Disable messages SORT(ing)
|
||||
1. Go to Admin -> Domains -> "the domain"
|
||||
2. In the `Disable capabilities` section check `SORT`
|
||||
3. Hit the save button at the bottom
|
||||
|
@ -93,7 +96,7 @@ Messages will probably be shown based on receival so when an old message is rece
|
|||
|
||||
Read more at https://github.com/the-djmaze/snappymail/issues/1022
|
||||
|
||||
## Disable messages THREAD(ed) view
|
||||
### Disable messages THREAD(ed) view
|
||||
1. Go to Admin -> Domains -> "the domain"
|
||||
2. In the `Disable capabilities` section check `THREAD`
|
||||
3. Hit the save button at the bottom
|
||||
|
|
Loading…
Add table
Reference in a new issue