ts-mailcow-api
    Preparing search index...

    Interface QueueManagerEndpoints

    Interface for all Queue Manager endpoints.

    interface QueueManagerEndpoints {
        delete(action: "super_delete"): Promise<MailcowResponse>;
        flush(action: "flush"): Promise<MailcowResponse>;
        get(): Promise<QueueItem[]>;
    }
    Index

    Methods

    Methods