mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 00:13:47 +03:00
update readme and docs
This commit is contained in:
parent
e34b2c3730
commit
5f00f7662e
2 changed files with 9 additions and 9 deletions
14
README.md
14
README.md
|
@ -145,22 +145,22 @@ https://nlnet.nl/project/Mox/.
|
|||
- Add special IMAP mailbox ("Queue?") that contains queued but
|
||||
undelivered messages, updated with IMAP flags/keywords/tags and message headers.
|
||||
- External addresses in aliases/lists.
|
||||
- Sieve for filtering (for now see Rulesets in the account config)
|
||||
- Autoresponder (out of office/vacation)
|
||||
- OAUTH2 support, for single sign on
|
||||
- IMAP extensions for "online"/non-syncing/webmail clients (SORT (including
|
||||
DISPLAYFROM, DISPLAYTO), THREAD, PARTIAL, CONTEXT=SEARCH CONTEXT=SORT ESORT,
|
||||
FILTERS)
|
||||
- Improve support for mobile clients with extensions: IMAP URLAUTH, SMTP
|
||||
CHUNKING and BINARYMIME, IMAP CATENATE
|
||||
- Mailing list manager
|
||||
- Privilege separation, isolating parts of the application to more restricted
|
||||
sandbox (e.g. new unauthenticated connections)
|
||||
- Using mox as backup MX
|
||||
- JMAP
|
||||
- Sieve for filtering (for now see Rulesets in the account config)
|
||||
- Milter support, for integration with external tools
|
||||
- IMAP extensions for "online"/non-syncing/webmail clients (SORT (including
|
||||
DISPLAYFROM, DISPLAYTO), THREAD, PARTIAL, CONTEXT=SEARCH CONTEXT=SORT ESORT,
|
||||
FILTERS)
|
||||
- IMAP Sieve extension, to run Sieve scripts after message changes (not only
|
||||
new deliveries)
|
||||
- Improve support for mobile clients with extensions: IMAP URLAUTH, SMTP
|
||||
CHUNKING and BINARYMIME, IMAP CATENATE
|
||||
- Mailing list manager
|
||||
|
||||
There are many smaller improvements to make as well, search for "todo" in the code.
|
||||
|
||||
|
|
|
@ -285,7 +285,7 @@ for i in 0 12; do
|
|||
done
|
||||
```
|
||||
|
||||
With the following "tobmox.sh" script:
|
||||
With the following "tombox.sh" script:
|
||||
|
||||
```
|
||||
#!/bin/sh
|
||||
|
@ -305,7 +305,7 @@ done
|
|||
- Check if dependencies need updates.
|
||||
- Check code if there are deprecated features that can be removed.
|
||||
- Generate apidiff and check if breaking changes can be prevented. Update moxtools.
|
||||
- Update features & roadmap in README.md
|
||||
- Update features & roadmap in README.md and website.
|
||||
- Write release notes, copy from previous.
|
||||
- Build and run tests with previous major Go release.
|
||||
- Run tests, including with race detector, also with TZ= for UTC-behaviour.
|
||||
|
|
Loading…
Reference in a new issue