all repos — emessage @ 0cbb6ef61f1c6f3f3a199c14add57b3daed63684

The EMessage email client

frontend/src/lib/wailsjs/go/main/App.d.ts (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
// Cynhyrchwyd y ffeil hon yn awtomatig. PEIDIWCH Â MODIWL
// This file is automatically generated. DO NOT EDIT
import {main} from '../models';

export function GetAppConfigFile():Promise<string>;

export function GetDataFile():Promise<string>;

export function GetMailPasswordKeyringService():Promise<string>;

export function GetMailServerKeyringService():Promise<string>;

export function GetTitle():Promise<string>;

export function GetUserContact():Promise<main.Contact>;

export function MailAuth(arg1:main.EmailAddress):Promise<main.MailConnection>;

export function SaveContact(arg1:main.Contact):Promise<void>;

export function UserMailAuth():Promise<void>;