MCPcopy
hub / github.com/mailvelope/mailvelope / constructor

Method constructor

src/content-scripts/providerSpecific.js:82–87  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80
81class Gmail {
82 constructor() {
83 if (prefs.provider.gmail_integration) {
84 this.integration = new GmailIntegration();
85 this.integration.init();
86 }
87 }
88
89 /**
90 * Parse recipients from the Gmail Webmail interface

Callers

nothing calls this directly

Calls 1

initMethod · 0.45

Tested by

no test coverage detected