sieve_parse_file
Last updated March 2020
Name
sieve_parse_file — Parse/compile a Sieve script from a file
Synopsis
#include "sieve/ecsieve.h"
| SIEVE * **sieve_parse_file** (
| filename, | |
| | error_log)
; | |
Description
Parse/compile a Sieve script from a file. The script must be UTF-8 encoded, as per RFC 3028.
- filename
-
The file name.
- error_log
-
The message to write to the paniclog. This parameter can be
NULL
.
This function returns a SIEVE pointer.
It is legal to call this function in any thread.
See Also
Was this page helpful?