Skip to content

mess822_fold.3

Manvendra Bhangui edited this page Feb 25, 2024 · 4 revisions

NAME

mess822_fold - wrap lines in an RFC 822 field

SYNTAX

#include <mess822.h>

int mess822_fold(&out,&in,prefix,linelen);

stralloc out;
stralloc in;
char *prefix;
int linelen;

DESCRIPTION

To be filled in.

SEE ALSO

mess822(3), mess822_quote(3),

Clone this wiki locally