ts-mailcow-api
    Preparing search index...

    Interface BaseMailboxAttributes

    Base attributes of a mailbox.

    interface BaseMailboxAttributes {
        active: number;
        force_pw_update: boolean;
        name: string;
        password: string;
        password2: string;
        quota: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    active: number

    Integer representing if the mailbox is active (allows for custom states).

    force_pw_update: boolean

    Boolean if the user is forced to update their password on login.

    name: string

    The ull name of the mailbox user.

    password: string

    The mailbox password.

    password2: string

    The mailbox password for confirmation.

    quota: number

    The mailbox quota.