@truenas/api-client
    Preparing search index...

    Interface MailEntry

    interface MailEntry {
        fromemail: string;
        fromname: string;
        id: number;
        oauth: v25_10_0.EmptyDict | v25_10_0.MailEntryOAuth | null;
        outgoingserver: string;
        pass: string | null;
        port: number;
        security: v25_10_0.Security;
        smtp: boolean;
        user: string | null;
    }
    Index
    fromemail: string
    fromname: string
    id: number
    outgoingserver: string
    pass: string | null
    port: number
    security: v25_10_0.Security
    smtp: boolean
    user: string | null