outbound_tls_cert
Name
outbound_tls_cert
Synopsis
#include "hooks/core/outbound_tls_cert.h"
| char * **outbound_tls_cert** (
| closure, | |
| | message)
; | |
void * <var class="pdparam">closure</var>
;
email_message * <var class="pdparam">message</var>
;
| int **has_core_outbound_tls_cert_hook** (
| )
; | |
| void **register_core_outbound_tls_cert_hook_first** (
| hook, | |
| | closure)
; | |
ec_hook_core_outbound_tls_cert_func_t <var class="pdparam">hook</var>
;
void *<var class="pdparam">closure</var>
;
| void **register_core_outbound_tls_cert_hook_last** (
| hook, | |
| | closure)
; | |
ec_hook_core_outbound_tls_cert_func_t <var class="pdparam">hook</var>
;
void *<var class="pdparam">closure</var>
;
| char * **call_core_outbound_tls_cert_hook** (
| message)
; | |
Description
This hook allows a client certificate file to be specified for a given email message.