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

Updated documentation.

parent b18527bd
No related branches found
No related tags found
No related merge requests found
...@@ -46,7 +46,7 @@ Extensions and their implementation status: ...@@ -46,7 +46,7 @@ Extensions and their implementation status:
Base specification (RFC3028): Base specification (RFC3028):
fileinto: validation and generation fileinto: validation and generation
reject: validation and generation reject: validation and generation
envelope: validation and generation envelope: full
encoded-character: planned (draft-ietf-sieve-3028bis) encoded-character: planned (draft-ietf-sieve-3028bis)
Other RFCs/drafts: Other RFCs/drafts:
...@@ -94,6 +94,8 @@ INTERPRETER: sieve-interpreter.c ...@@ -94,6 +94,8 @@ INTERPRETER: sieve-interpreter.c
TODO TODO
---- ----
* Resolve code duplication introduced for handling address-parts and match-types
in different command implementations.
* Further implement error handling and limit the maximum number of errors. * Further implement error handling and limit the maximum number of errors.
* Resolve code duplication amongst comparator, address-part and match-type * Resolve code duplication amongst comparator, address-part and match-type
support as much as possible. support as much as possible.
......
/* Extension envelope
* ------------------
*
* Authors: Stephan Bosch
* Specification: RFC3028
* Implementation: full
* Status: experimental, largely untested
*
*/
#include <stdio.h> #include <stdio.h>
#include "lib.h" #include "lib.h"
......
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

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.