sieve_create_string
Last updated March 2020
Name
sieve_create_string — Create a Sieve string
Synopsis
#include "sieve/ecsieve.h"
| SIEVEARGS * **sieve_create_string** (
| str, | |
| | len)
; | |
Description
Create a Sieve string.
- str
-
The string you wish to create.
- len
-
The length of the string.
This function returns a SIEVEARGS
. For information about this data type see sieve_ast.
It is legal to call this function in any thread.
Was this page helpful?