ts-mailcow-api
    Preparing search index...

    Interface QuarantaineEditRequest

    Quarantaine notification edit payload.

    interface QuarantaineEditRequest {
        attr: { quarantine_notification: QuarantineSchedule };
        items: { anyOf: string | string[] };
    }
    Index

    Properties

    Properties

    attr: { quarantine_notification: QuarantineSchedule }

    The attributes to edit.

    Type declaration

    • quarantine_notification: QuarantineSchedule

      How often quarantine notifications should be sent.

    items: { anyOf: string | string[] }

    The mailboxes to edit.