MCPcopy
hub / github.com/Peppermint-Lab/peppermint / EmailConfig

Interface EmailConfig

apps/client/@/shadcn/lib/types/email.ts:1–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface EmailConfig {
2 user: string;
3 host: string;
4 port: number;
5 tls: boolean;
6 tlsOptions: {
7 rejectUnauthorized: boolean;
8 servername: string;
9 };
10 xoauth2?: string;
11 password?: string;
12}
13
14export type EmailQueue = {
15 serviceType: "gmail" | "other";

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected