UNPKG

@silverbirder/rminc

Version:

rMinc is the Google Apps Script Library that register Mail in Calendar

9 lines (8 loc) 311 B
import IMailThread from "../mailThread/iMailThread"; import IMailApp from "./iMailApp"; import ILabel from "../label/iLabel"; export default class MailAppImpl implements IMailApp { search(q: string): Array<IMailThread>; getUserLabelByName(name: string): ILabel; createLabel(name: string): ILabel; }