ts-mailcow-api
    Preparing search index...

    Interface AddAppPasswordRequest

    Request payload to add a new app password.

    interface AddAppPasswordRequest {
        active: boolean;
        app_name: string;
        app_passwd: string;
        app_passwd2: string;
        protocols: string[];
        username: string;
    }
    Index

    Properties

    active: boolean

    Indicates if the app password is active.

    app_name: string

    Name of your app password.

    app_passwd: string

    Your app password.

    app_passwd2: string

    Confirmation of your app password.

    protocols: string[]

    List of protocols this app password has access to.

    username: string

    Mailbox for which the app password should be created.