sieve_get_ec_message
Last updated March 2020
Name
sieve_get_ec_message — Get the message associated with the Sieve engine
Synopsis
#include "sieve/ecsieve.h"
| ec_message * **sieve_get_ec_message** (
| seng, | |
| | headers_only)
; | |
Description
This function returns the message associated with the Sieve engine state.
- seng
-
The Sieve engine state.
- headers_only
-
This parameter is no longer used.
On success this function returns the ec_message; on failure, NULL
is returned.
It is legal to call this function in any thread.
See Also
Was this page helpful?