ts-mailcow-api
    Preparing search index...

    Type Alias StatusVmail

    Status of the vmail volume and usage statistics.

    type StatusVmail = {
        disk: string;
        total: string;
        type: ContainerType;
        used: string;
        used_percent: string;
    }
    Index

    Properties

    disk: string

    Disk device used for vmail.

    total: string

    Total disk size.

    Classification type for the vmail status.

    used: string

    Used disk space.

    used_percent: string

    Percentage of used disk space.