ts-mailcow-api
    Preparing search index...

    Interface QuarantineEndpoints

    Interface for all Quarantine endpoints related to email handling in Mailcow.

    interface QuarantineEndpoints {
        delete(payload: DeleteQuarantineRequest): Promise<MailcowResponse>;
        get(): Promise<QuarantineItem[]>;
    }
    Index

    Methods

    Methods