type t
=
{
msgs : [ `Removed of Message_id.t list | `Quarantined of Message_id.t list ];
wrapper : Async_smtp_types.Email_wrapper.t option;
}