Skip to main content
Glama
Soundhannes

IMAP MCP Server

by Soundhannes

reload_auto_archive

Reloads updated auto-archive configuration from file after manual edits to apply new email archiving rules.

Instructions

Reload auto-archive config from file (after manual edit)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The implementation of reload_auto_archive which calls _load_auto_archive_config.
    def reload_auto_archive(self) -> bool:
        """Reload auto-archive config from file."""
        self._load_auto_archive_config()
        return True
  • The MCP server tool dispatch logic for reload_auto_archive.
    elif name == "reload_auto_archive":
        return imap_client.reload_auto_archive()

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/Soundhannes/IMAP-MCP'

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