Skip to main content
Glama
Leonamin

Naver Mail MCP Server

by Leonamin

delete_mails

Remove selected emails from your Naver Mail account by specifying their unique identifiers. This tool helps manage your inbox by permanently deleting unwanted messages.

Instructions

메일 삭제

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mail_uidsYes삭제할 메일들의 UID 목록

Implementation Reference

  • The `delete_mails` method within the `MailService` class implements the actual logic to delete emails using the `imap_tools` library.
    def delete_mails(self, mail_uids: List[str]) -> None:
        """
        메일을 삭제합니다.
        """
        with self._get_mailbox_client() as mailbox:
            mailbox.delete(mail_uids)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Leonamin/NaverMail-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server