ts-mailcow-api
    Preparing search index...

    Interface MailboxEditAttributes

    Attributes of the mailbox you can edit.

    interface MailboxEditAttributes {
        active: number;
        force_pw_update: boolean;
        name: string;
        password: string;
        password2: string;
        quota: number;
        sender_acl: string[];
        sogo_access: boolean;
    }

    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.

    sender_acl: string[]

    List of allowed send from addresses.

    sogo_access: boolean

    Boolean iff mailbox has SOGo acces.