mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33: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
|
- Add special IMAP mailbox ("Queue?") that contains queued but
|
||||||
undelivered messages, updated with IMAP flags/keywords/tags and message headers.
|
undelivered messages, updated with IMAP flags/keywords/tags and message headers.
|
||||||
- External addresses in aliases/lists.
|
- External addresses in aliases/lists.
|
||||||
- Sieve for filtering (for now see Rulesets in the account config)
|
|
||||||
- Autoresponder (out of office/vacation)
|
- Autoresponder (out of office/vacation)
|
||||||
- OAUTH2 support, for single sign on
|
- 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
|
- Privilege separation, isolating parts of the application to more restricted
|
||||||
sandbox (e.g. new unauthenticated connections)
|
sandbox (e.g. new unauthenticated connections)
|
||||||
- Using mox as backup MX
|
- Using mox as backup MX
|
||||||
- JMAP
|
- JMAP
|
||||||
|
- Sieve for filtering (for now see Rulesets in the account config)
|
||||||
- Milter support, for integration with external tools
|
- 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
|
- IMAP Sieve extension, to run Sieve scripts after message changes (not only
|
||||||
new deliveries)
|
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.
|
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
|
done
|
||||||
```
|
```
|
||||||
|
|
||||||
With the following "tobmox.sh" script:
|
With the following "tombox.sh" script:
|
||||||
|
|
||||||
```
|
```
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
@ -305,7 +305,7 @@ done
|
||||||
- Check if dependencies need updates.
|
- Check if dependencies need updates.
|
||||||
- Check code if there are deprecated features that can be removed.
|
- Check code if there are deprecated features that can be removed.
|
||||||
- Generate apidiff and check if breaking changes can be prevented. Update moxtools.
|
- 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.
|
- Write release notes, copy from previous.
|
||||||
- Build and run tests with previous major Go release.
|
- Build and run tests with previous major Go release.
|
||||||
- Run tests, including with race detector, also with TZ= for UTC-behaviour.
|
- Run tests, including with race detector, also with TZ= for UTC-behaviour.
|
||||||
|
|
Loading…
Reference in a new issue