Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
mess822_quote(3)	    Library Functions Manual		mess822_quote(3)

NAME
     mess822_quote - encode mail addresses in an RFC 822 field

SYNTAX
     #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;

DESCRIPTION
     To be filled in.

SEE ALSO
     mess822(3), mess822_addr(3), mess822_fold(3)

								mess822_quote(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=mess822_quote&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help