Cross Reference:
xref
: /
dovecot
/
src
/
deliver
/
mail-send.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
mail-send.h revision c25356d5978632df6203437e1953bcb29e0c736f
#
ifndef
MAIL_SEND_H
#
define
MAIL_SEND_H
struct
mail
;
int
mail_send_rejection
(
struct
mail
*
mail
,
const
char
*
recipient
,
const
char
*
reason
);
int
mail_send_forward
(
struct
mail
*
mail
,
const
char
*
forwardto
);
#
endif