Skip to main content

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); |   |

SENG * <var class="pdparam">seng</var>; int <var class="pdparam">headers_only</var>;

Description

This function returns the message associated with the Sieve engine state.

Parameters

seng

The Sieve engine state.

headers_only

This parameter is no longer used.

Return Value

On success this function returns the ec_message; on failure, NULL is returned.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?