type t
= private
{
}
include sig ... end
val bin_t : t Bin_prot.Type_class.t
val bin_read_t : t Bin_prot.Read.reader
val __bin_read_t__ : (int ‑> t) Bin_prot.Read.reader
val bin_reader_t : t Bin_prot.Type_class.reader
val bin_size_t : t Bin_prot.Size.sizer
val bin_write_t : t Bin_prot.Write.writer
val bin_writer_t : t Bin_prot.Type_class.writer
val bin_shape_t : Bin_prot.Shape.t
val t_of_sexp : Base.Sexp.t ‑> t
val sexp_of_t : t ‑> Base.Sexp.t
val code : t ‑> int
val service_ready_220 : string ‑> t
val closing_connection_221 : t
val authentication_successful_235 : t
val ok_completed_250 : string ‑> t
val start_authentication_input_334 : string ‑> t
val start_mail_input_354 : t
val local_error_451 : string ‑> t
val message_rate_exceeded_452 : t
val unable_to_accommodate_455 : string ‑> t
val command_not_recognized_500 : string ‑> t
val syntax_error_501 : string ‑> t
val command_not_implemented_502 : Smtp_command.t ‑> t
val bad_sequence_of_commands_503 : Smtp_command.t ‑> t
val authentication_required_530 : t
val authentication_credentials_invalid_535 : t
val exceeded_storage_allocation_552 : t
val transaction_failed_554 : string ‑> t
val from_to_parameters_bad_555 : string ‑> t
val is_ok : t ‑> bool
val is_permanent_error : t ‑> bool
val to_string : t ‑> string
val of_string : string ‑> t
val of_bigstring : Core.Bigstring.t ‑> t