auto Reply
fun AgentMailClient.autoReply(inboxId: String, scope: CoroutineScope = CoroutineScope(Dispatchers.Default + SupervisorJob()), block: AutoReplyBuilder.() -> Unit): Job
Starts an auto-reply monitor on the given inbox that automatically replies to incoming messages based on configured rules.