-
-
Notifications
You must be signed in to change notification settings - Fork 3
mess822_quote.3
Manvendra Bhangui edited this page Feb 25, 2024
·
4 revisions
mess822_quote - encode mail addresses in an RFC 822 field
#include <mess822.h>
int mess822_quoteplus(&out,addr,comment);
int mess822_quote(&out,addr,comment);
int mess822_quotelist(&out,&in);
stralloc out;
stralloc in;
char *addr;
char *comment;
To be filled in.