Skip to main content

Name

sieve_create_string — Create a Sieve string

Synopsis

#include "sieve/ecsieve.h"

| SIEVEARGS * **sieve_create_string** ( | str, |   | |   | len); |   |

const char * <var class="pdparam">str</var>; int <var class="pdparam">len</var>;

Description

Create a Sieve string.

Parameters

str

The string you wish to create.

len

The length of the string.

Return Values

This function returns a SIEVEARGS. For information about this data type see sieve_ast.

Threading

It is legal to call this function in any thread.

Was this page helpful?