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

  
 
  

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

NAME
     mess822 - parse a mail message header in RFC 822 format

SYNTAX
     #include <mess822.h>

     int mess822_begin(&h,a);
     int mess822_line(&h,&line);
     int mess822_end(&h);

     int mess822_ok(&line);

     stralloc line;
     mess822_action a[];
     mess822_header h = MESS822_HEADER;

DESCRIPTION
     To be filled in.

SEE ALSO
     mess822_addr(3),	 mess822_date(3),   mess822_fold(3),   mess822_quote(3),
     mess822_token(3), mess822_when(3)

								      mess822(3)

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

home | help