class type message = object end
method get_type : unit -> message_type option
Bad_packet
if the type
specified in the XML is not recognizedmethod set_type : message_type option -> unit
method get_body : unit -> string option
method get_subject : unit -> string option
method get_thread : unit -> string option