pai
    Preparing search index...

    Type Alias MailSaved

    What saveMailConfig and mailSetup return. The password is left out.

    type MailSaved = {
        imap: MailServer;
        saved: string;
        smtp: MailServer;
        user: string;
    }
    Index

    The server pai reads mail from.

    saved: string

    The path of mail.json, which holds the login or its Keychain pointer.

    The server pai sends mail through.

    user: string

    The account's address.