ts-mailcow-api
    Preparing search index...

    Interface MailboxRatelimit

    Represents the rate limit settings for a mailbox.

    interface MailboxRatelimit {
        frame: string;
        mailbox: string;
        value: string;
    }
    Index

    Properties

    Properties

    frame: string

    Rate limit frame, e.g., 's', 'm', 'h'.

    mailbox: string

    The mailbox associated with this rate limit.

    value: string

    The rate limit value.