Skip to main content

Name

sieve_parse_text — parse/compile a sieve script from a memory buffer

Synopsis

#include "sieve/ecsieve.h"

| SIEVE * **sieve_parse_text** ( | sourcename, |   | |   | script, |   | |   | scriptlen, |   | |   | error_log); |   |

const char * <var class="pdparam">sourcename</var>; const char * <var class="pdparam">script</var>; int <var class="pdparam">scriptlen</var>; string * <var class="pdparam">error_log</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

parse/compile a sieve script from a memory buffer.

Script must be utf-8 encoded, as per RFC 3028.

Was this page helpful?