NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
lib.h
Go to the documentation of this file.
1
40#ifndef MUTT_MIXMASTER_LIB_H
41#define MUTT_MIXMASTER_LIB_H
42
43#include "remailer.h"
44
45struct Email;
46struct ListHead;
47
48int mix_send_message(struct ListHead *chain, const char *tempfile);
49int mix_check_message(struct Email *e);
50
51void dlg_mixmaster(struct ListHead *chainhead);
52
53#endif /* MUTT_MIXMASTER_LIB_H */
void dlg_mixmaster(struct ListHead *chainhead)
Create a Mixmaster chain -.
int mix_send_message(struct ListHead *chain, const char *tempfile)
Send an email via Mixmaster.
Definition: mixmaster.c:101
int mix_check_message(struct Email *e)
Safety-check the message before passing it to mixmaster.
Definition: mixmaster.c:50
Mixmaster Remailer.
The envelope/body of an email.
Definition: email.h:39