Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Lib

Hierarchy

  • Lib

Index

Constructors

constructor

  • new Lib(serverModule: ServerModule, options: Options): Lib

Properties

attachmentService

attachmentService: AttachmentService

helperService

helperService: HelperService

labelService

labelService: LabelService

mailRoute

mailRoute: MailRoute

mailService

mailService: MailService

mailThreadRoute

mailThreadRoute: MailThreadRoute

mailThreadsRoute

mailThreadsRoute: MailThreadsRoute

messageService

messageService: MessageService

optionService

optionService: OptionService

threadService

threadService: ThreadService

Methods

registerRoutes

  • registerRoutes(routeEnabling?: true | DisabledRoutes, middlewares?: Middlewares | RouteMiddlewares): RouterService
  • Expose the module routes

    Parameters

    • Optional routeEnabling: true | DisabledRoutes
    • Optional middlewares: Middlewares | RouteMiddlewares

    Returns RouterService

Generated using TypeDoc