Module Adaptor.Mailcap


module Mailcap: sig .. end
Adaptor module for mailcap files (RFC 1524)

val adaptor : (< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : Line.absent;
passwd : 'e; ps : 'f; seq : 'g; source : 'h; stat : 'i > ->
< delim : 'a; fstab : 'b; group : 'c; key_value : 'd;
mailcap : Line.present; passwd : 'e; ps : 'f; seq : 'g; source : 'h;
stat : 'i >)
Adaptor.adaptor
Adaptor to parse a mailcap file.
val fitting : (< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : Line.absent;
passwd : 'e; ps : 'f; seq : 'g; source : 'h; stat : 'i > ->
< delim : 'a; fstab : 'b; group : 'c; key_value : 'd;
mailcap : Line.present; passwd : 'e; ps : 'f; seq : 'g; source : 'h;
stat : 'i >)
Adaptor.fitting_adaptor
Fitting for mailcap files.
val reader : Reader.t
Read mailcap file records.
val splitter : (< delim : 'a; fstab : 'b; group : 'c; key_value : 'd; mailcap : Line.absent;
passwd : 'e; ps : 'f; seq : 'g; source : 'h; stat : 'i > ->
< delim : 'a; fstab : 'b; group : 'c; key_value : 'd;
mailcap : Line.present; passwd : 'e; ps : 'f; seq : 'g; source : 'h;
stat : 'i >)
Adaptor.splitter
Split mailcap file records and fill in Line.Mailcap.