ts-mailcow-api
    Preparing search index...

    Interface EditMailboxRequest

    Request payload to edit rate limits for specified mailboxes.

    interface EditMailboxRequest {
        attr: { rl_frame: string; rl_value: number };
        items: string[];
    }
    Index

    Properties

    Properties

    attr: { rl_frame: string; rl_value: number }

    Type declaration

    • rl_frame: string

      Frame for the rate limit (e.g., 'h', 's', 'm').

    • rl_value: number

      Rate limit value.

    items: string[]

    List of mailbox names to edit rate limits for.