MCPcopy Create free account

hub / github.com/mailvelope/mailvelope / functions

Functions1,624 in github.com/mailvelope/mailvelope

↓ 1 callersFunctionregisterRuntimeHandler
* Register runtime event handlers
src/lib/browser.runtime.js:37
↓ 1 callersMethodremoveElements
()
src/content-scripts/gmailIntegration.js:394
↓ 1 callersMethodremoveKey
(fingerprint, type)
src/modules/KeyringGPG.js:66
↓ 1 callersMethodremoveKeysForId
(keyId)
src/modules/keyStore.js:24
↓ 1 callersMethodremovePort
(port)
src/controller/sub.controller.js:59
↓ 1 callersMethodrender
()
src/components/recovery-sheet/recoverySheet.js:92
↓ 1 callersMethodrenderFrame
()
src/content-scripts/encryptFrame.js:71
↓ 1 callersMethodrenderFrame
()
src/content-scripts/extractFrame.js:59
↓ 1 callersFunctionrequestLicense
(domain, gmail_account_id)
src/modules/gmail.js:171
↓ 1 callersMethodrestoreBackupReady
()
src/content-scripts/restoreBackupContainer.js:67
↓ 1 callersMethodrestorePrivateKeyBackup
(code)
src/controller/privateKey.controller.js:190
↓ 1 callersFunctionsanitizeHTML
(html)
src/lib/offscreen/offscreen.js:61
↓ 1 callersFunctionsanitizeKeyring
* Sanitize all the keys in the keyring (discard invalid user IDs and sub keys) * @param {String} keyringId
src/modules/keyring.js:237
↓ 1 callersMethodsendKeyUpdate
()
src/controller/editor.controller.js:282
↓ 1 callersFunctionset
({key, password, reservedOperations = 0})
src/modules/pwdCache.js:196
↓ 1 callersMethodsetAttachments
(attachments)
src/controller/editor.controller.js:324
↓ 1 callersFunctionsetBadge
()
src/modules/uiLog.js:51
↓ 1 callersMethodsetBrand
(brandId)
src/components/recovery-sheet/recoverySheet.js:74
↓ 1 callersMethodsetDefaultKey
(fpr)
src/modules/KeyStoreLocal.js:80
↓ 1 callersMethodsetFrameDim
()
src/content-scripts/encryptFrame.js:127
↓ 1 callersMethodsetFrameDim
()
src/content-scripts/decryptFrame.js:104
↓ 1 callersMethodsetFrameDim
()
src/content-scripts/attachmentFrame.js:117
↓ 1 callersMethodsetFrameDim
()
src/content-scripts/extractFrame.js:139
↓ 1 callersFunctionsetReactValue
(input, value)
test/integration/content-scripts/providerSpecific.test.js:427
↓ 1 callersFunctionsetupChromeExtensionAPI
()
test/unit/__mocks__/service-worker-env.js:98
↓ 1 callersFunctionsetupChromeRuntimeForUI
()
test/unit/__mocks__/dom-environment.js:62
↓ 1 callersFunctionsetupDOMEnvironment
()
test/unit/__mocks__/dom-environment.js:3
↓ 1 callersFunctionsetupServiceWorkerEnvironment
()
test/unit/__mocks__/service-worker-env.js:5
↓ 1 callersFunctionshouldSeeConsentDialog
()
src/lib/analytics.js:136
↓ 1 callersMethodshowBlurWarning
()
src/components/editor/components/BlurWarning.js:46
↓ 1 callersFunctionshowIndicator
(duration = 2000)
src/modules/uiLog.js:42
↓ 1 callersMethodsignAndEncrypt
(data)
src/controller/encryptedForm.controller.js:228
↓ 1 callersFunctionsignMessage
({data, keyringId, unlockKey, signingKeyFpr})
src/modules/pgpModel.js:327
↓ 1 callersMethodsignMessage
* Create a cleartext signature * @param {String} data * @return {Promise<String>}
src/controller/editor.controller.js:596
↓ 1 callersFunctionsizeLimitResponse
Adds a size limit on a Response which throws * an error if the limit is surpassed. * * Based on: https://fetch.spec.whatwg.org/ * * @param {Respo
src/modules/wkdLocate.js:267
↓ 1 callersFunctionsortKeysByCreationDate
(keys, defaultKeyFpr)
src/modules/key.js:406
↓ 1 callersMethodstartBlurWarnInterval
()
src/components/editor/components/BlurWarning.js:27
↓ 1 callersMethodstorePrivate
()
src/modules/KeyStoreLocal.js:43
↓ 1 callersMethodstorePublic
()
src/modules/KeyStoreLocal.js:39
↓ 1 callersMethodsyncDone
(data)
src/content-scripts/syncHandler.js:26
↓ 1 callersFunctiontagToRecipient
(tag, keys)
src/components/editor/components/RecipientInput.js:40
↓ 1 callersFunctiontimeout
Convert a promise into a promise with a timeout. * * @param {Number} ms The timeout in milliseconds. * @param {Promise} promise The
src/modules/wkdLocate.js:179
↓ 1 callersMethodtoObject
()
src/modules/autocryptWrapper.js:156
↓ 1 callersFunctiontoRecipients
* Maps an array of email addresses to an array of recipient objects. * @param {Array} addresses - An array of email addresses * @return {Array} T
src/content-scripts/providerSpecific.js:366
↓ 1 callersMethodtransferEncrypted
* Transfer the encrypted/signed armored message and recipients back to the webmail interface or editor container * @param {String} options.armored
src/controller/editor.controller.js:614
↓ 1 callersMethodunlock
* @param {Object} options * @param {openpgp.key.Key} options.key - key to unlock * @param {String} [options.reason] - optional explanation for p
src/controller/pwd.controller.js:96
↓ 1 callersMethodunlockKey
src/controller/editor.controller.js:356
↓ 1 callersMethodupdateElements
()
src/content-scripts/gmailIntegration.js:376
↓ 1 callersMethodupdateKey
(fingerprint, stockKey, newKey)
src/controller/import.controller.js:122
↓ 1 callersMethodupdatePrefs
()
src/controller/mainCs.controller.js:20
↓ 1 callersMethoduploadSyncMessage
(options)
src/controller/sync.controller.js:157
↓ 1 callersFunctionurl
* Helper function to create a url with the proper path for an api request. * @param {String} [options.email] - The user id's email address * @param
src/modules/openpgpKeyServer.js:71
↓ 1 callersMethodvalidKeyForAddress
* Checks for valid key in the keyring for provided email addresses * If none is found also checks in other sources (see LookupResult). * @param
src/client-API/client-api.js:257
↓ 1 callersFunctionvalidateLicense
(storedData)
src/modules/gmail.js:140
↓ 1 callersMethodvalidatePwdTimeout
()
src/app/settings/Security.js:87
↓ 1 callersMethodvalidateSignature
(rawHtml)
src/controller/encryptedForm.controller.js:204
↓ 1 callersFunctionverifyConnectPermission
(type, sender)
src/controller/factory.js:126
↓ 1 callersFunctionverifyCreatePermission
* Verify if port is allowed to create controller * All web accessible resources should not be allowed to create a controller, * therefore only known
src/controller/factory.js:107
↓ 1 callersFunctionverifyForAddress
(key, email)
src/modules/key.js:492
↓ 1 callersFunctionwait
(ms)
src/lib/util.js:61
↓ 1 callersMethodwaitForPersonaCard
(action)
src/content-scripts/providerSpecific.js:211
↓ 1 callersFunctionwithHistory
(Component)
src/app/settings/AnalyticsConsent.js:34
FunctionActionMenuBase
(props)
src/components/action-menu/components/ActionMenuBase.js:24
FunctionAlert
({className, id, header, children: message, type})
src/components/util/Alert.js:12
FunctionControlledRecipients
()
test/unit/components/editor/recipient-input.test.js:194
FunctionDashboard
()
src/app/dashboard/Dashboard.js:18
FunctionDownloadRow
* Read-only row showing the backup file and its size. * @param {{name: string, sizeStr: string}} props
src/app/keyring/components/KeyBackup.js:56
FunctionEditorFooter
(props)
src/app/settings/components/watchListEditor.js:112
FunctionFAQSidebar
({items, titleKey = 'onboarding_faq_title'})
src/components/util/FAQSidebar.js:14
FunctionGnupgFooter
({heading, body})
src/app/keyring/GnupgFooter.js:15
FunctionKeyDetails
* @param {KeyDetailsProps} props
src/app/keyring/components/KeyBackup.js:26
FunctionKeyringBreadcrumb
()
src/app/keyring/components/KeyringBreadcrumb.js:14
FunctionMockContentSandbox
(props)
test/unit/__mocks__/components/decrypt-message/components/ContentSandbox.js:8
FunctionMockFormSandbox
({onLoad})
test/unit/__mocks__/components/encrypted-form/components/FormSandbox.js:8
FunctionMockPlainText
({defaultValue, onChange, onLoad})
test/unit/__mocks__/components/editor/components/PlainText.js:8
FunctionModal
(props)
src/components/util/Modal.js:16
FunctionPageTitle
({children})
src/app/keyring/Keyring.js:33
FunctionRecipientInput
({extraKey, hideErrorMsg, keys, recipients, onChangeRecipients})
src/components/editor/components/RecipientInput.js:56
FunctionSimpleDialog
(props)
src/components/util/SimpleDialog.js:16
FunctionTerminate
()
src/components/util/Terminate.js:10
FunctionTimeout
()
src/components/util/Timeout.js:10
FunctionToast
({className, isOpen, transition, toggle, header, type, children: message})
src/components/util/Toast.js:13
FunctionTrans
(props)
src/components/util/Trans.js:5
FunctionWatchListEditor
(props)
src/app/settings/components/watchListEditor.js:26
Method_tabActivatedChangeHandler
({tabId})
src/lib/lib-mvelo.js:242
Method_windowRemovedHandler
(closedWindowId)
src/lib/lib-mvelo.js:252
FunctionacceptNode
* Check the nodes text content for PGP_HEADER and PGP_FOOTER * @return NodeFilter.FILTER_ACCEPT|NodeFilter.FILTER_REJECT
src/content-scripts/main.js:174
MethodacceptNode
(node)
src/content-scripts/verifyFrame.js:37
Methodactivate
()
src/modules/keyringSync.js:25
FunctionaddAttachment
(file)
src/components/editor/editor.js:371
FunctionaddFile
(file)
src/app/keyring/KeyImport.js:227
FunctionaddFile
(file)
src/app/decrypt/Decrypt.js:173
FunctionaddFile
(file)
src/app/encrypt/Encrypt.js:235
FunctionaddListener
(listener)
test/integration/__mocks__/chrome-api-setup.js:273
FunctionaddListener
()
test/integration/__mocks__/lib/EventHandler.js:49
FunctionaddListener
(listener)
test/unit/__mocks__/service-worker-env.js:131
FunctionaddListener
(listener)
src/content-scripts/clientAPI.js:67
MethodaddPort
(port, eventCache)
src/controller/main.controller.js:57
FunctionaddSyncHandler
({keyringId})
src/content-scripts/clientAPI.js:276
MethodaddSyncHandler
* Add various functions for keyring synchronization * @param {SyncHandlerObject} syncHandlerObj * @returns {Promise.<undefined, Error>}
src/client-API/client-api.js:490
← previousnext →701–800 of 1,624, ranked by callers