Consent

On this website, we use the web analytics service Matomo to analyze and review the use of our website. Through the collected statistics, we can improve our offerings and make them more appealing for you. Here, you can decide whether to allow us to process your data and set corresponding cookies for these purposes, in addition to technically necessary cookies. Further information on data protection—especially regarding "cookies" and "Matomo"—can be found in our privacy policy. You can withdraw your consent at any time.

Skip to content
Snippets Groups Projects
Commit 4558b7d9 authored by Stephan Bosch's avatar Stephan Bosch
Browse files

Updated documentation.

parent a454ba13
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ v0.2.3 14-04-2011 Stephan Bosch <stephan@rename-it.nl> ...@@ -10,7 +10,7 @@ v0.2.3 14-04-2011 Stephan Bosch <stephan@rename-it.nl>
+ Vacation extension: implemented the (draft) vacation-seconds extension. + Vacation extension: implemented the (draft) vacation-seconds extension.
This also adds min/max period configuration settings. Refer to This also adds min/max period configuration settings. Refer to
doc/vacation.txt for configuration information. doc/vacation.txt for configuration information.
- ManageSieve: fixed bug in UTF-8 checking of string values. This is done - ManageSieve: fixed bug in UTF-8 checking of string values. This is done
by discarding the original implementation and migrating to the Dovecot by discarding the original implementation and migrating to the Dovecot
API's UTF-8 functionality. API's UTF-8 functionality.
- Sieve command line tools now avoid initializing the mail store unless - Sieve command line tools now avoid initializing the mail store unless
......
...@@ -100,28 +100,30 @@ following list outlines the implementation status of each supported extension: ...@@ -100,28 +100,30 @@ following list outlines the implementation status of each supported extension:
copy (RFC 3894): fully supported. copy (RFC 3894): fully supported.
body (RFC 5173): almost fully supported, but the text body-transform body (RFC 5173): almost fully supported, but the text body-transform
implementation is simple and some issues make it still not completely RFC implementation is simple and some issues make it still not completely
compliant. RFC compliant.
environment (RFC 5183): basic support is provided (v0.1.5+). environment (RFC 5183): basic support is provided (v0.1.5+).
variables (RFC 5229): fully supported. variables (RFC 5229): fully supported.
vacation (RFC 5230): fully supported. vacation (RFC 5230): fully supported.
+ vacation-seconds (RFC 6131): fully supported (v0.2.3+).
relational (RFC 5231): fully supported. relational (RFC 5231): fully supported.
imap4flags (RFC 5232): fully supported. imap4flags (RFC 5232): fully supported.
subaddress (RFC 5233): fully supported, but with limited configurability. subaddress (RFC 5233): fully supported, but with limited configurability.
spamtest and virustest (RFC 5235): fully supported (v0.1.16+), but currently spamtest and virustest (RFC 5235): fully supported (v0.1.16+), but
considered experimental. currently considered experimental.
date (RFC 5260; page 3): fully supported (v0.1.12+). date (RFC 5260; Section 4): fully supported (v0.1.12+).
reject (RFC 5429; page 6): fully supported. reject (RFC 5429; Section 2.2): fully supported.
enotify (RFC 5435): fully supported (v0.1.3+). Currently, only the mailto enotify (RFC 5435): fully supported (v0.1.3+).
notification mechanism (RFC 5436) is available. The xmpp notification mailto method (RFC 5436): fully supported (v0.1.3+).
mechanism (RFC 5437) is under development and will become available as a xmpp method (RFC 5437): is under development and will become available
plugin. as a plugin.
mailbox (RFC 5490; page 2): fully supported (v0.1.10+), but ACL permissions ihave (RFC 5463): fully supported (v0.2.4+).
are not verified for mailboxexists. mailbox (RFC 5490; Section 3): fully supported (v0.1.10+), but ACL
permissions are not verified for mailboxexists.
include (draft v05): almost fully supported, but interaction with include (draft v05): almost fully supported, but interaction with
ManageSieve is not in accordance with specification. ManageSieve is not in accordance with specification.
regex (draft v08; not latest ietf version): almost fully supported, but regex (draft v08; not latest ietf version): almost fully supported, but
UTF-8 is not supported. UTF-8 is not supported.
The following deprecated extensions are supported for backwards The following deprecated extensions are supported for backwards
compatibility: compatibility:
...@@ -139,7 +141,6 @@ following list outlines the implementation status of each supported extension: ...@@ -139,7 +141,6 @@ following list outlines the implementation status of each supported extension:
useful for Dovecot in particular, but many of them are. Currently, the useful for Dovecot in particular, but many of them are. Currently, the
author has taken notice of the following extensions: author has taken notice of the following extensions:
vacation-seconds (draft): planned.
index (RFC 5260; page 7): planned. index (RFC 5260; page 7): planned.
editheader (RFC 5293): planned. editheader (RFC 5293): planned.
foreverypart, mime, replace, enclose, and extracttext (RFC 5703): planned. foreverypart, mime, replace, enclose, and extracttext (RFC 5703): planned.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment