MCPcopy Create free account

hub / github.com/bestruirui/Alle / functions

Functions303 in github.com/bestruirui/Alle

↓ 33 callersMethodjson
()
worker-configuration.d.ts:2061
↓ 24 callersMethodget
(key: string, options: R2GetOptions & { onlyIf: R2Conditional | Headers; })
worker-configuration.d.ts:2016
↓ 17 callersFunctionextractEmailAddresses
(value: string | null | undefined)
worker/email/recv.ts:51
↓ 16 callersFunctionheaderValue
(headers: Headers, name: string)
worker/email/recv.ts:46
↓ 14 callersMethodset
* Set a new stored value
worker-configuration.d.ts:11453
↓ 13 callersMethodreplace
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1575
↓ 12 callersMethoddelete
(keys: string | string[])
worker-configuration.d.ts:2026
↓ 7 callersFunctionapiRequest
(path: string, options: RequestOptions = {})
src/api/client.ts:34
↓ 6 callersMethoderror
* The **`console.error()`** static method outputs a message to the console at the 'error' log level. * * [MDN Reference](https://developer.m
worker-configuration.d.ts:152
↓ 6 callersFunctionformatAddressList
(value: ParsedAddress | ParsedAddress[] | null | undefined)
worker/email/recv.ts:57
↓ 6 callersMethodput
(key: string, value: ReadableStream | ArrayBuffer | ArrayBufferView | string | null | Blob, options?: R2PutOpt
worker-configuration.d.ts:2020
↓ 5 callersMethodvalues
(options?: ReadableStreamValuesOptions)
worker-configuration.d.ts:2263
↓ 4 callersFunctionhideBootLoading
()
src/lib/bootLoading.ts:1
↓ 3 callersMethodclear
* The **`console.clear()`** static method clears the console if possible. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/con
worker-configuration.d.ts:116
↓ 3 callersMethodclone
* The **`clone()`** method of the Request interface creates a copy of the current `Request` object. * * [MDN Reference](https://developer.mo
worker-configuration.d.ts:1778
↓ 3 callersFunctiondecodeHeaderValue
(value: string)
src/lib/rawHeaders.ts:11
↓ 3 callersFunctionextractEmails
(value: string | undefined)
src/lib/rawHeaders.ts:101
↓ 3 callersMethodsetReject
* Reject this email message by returning a permanent SMTP error back to the connecting client including the given reason. * @param reason The rej
worker-configuration.d.ts:11277
↓ 3 callersMethodtoString
()
worker-configuration.d.ts:517
↓ 3 callersMethodupdate
* Update hosted image metadata * @param options Properties to update * @returns Updated image metadata * @throws {@link ImagesError} if
worker-configuration.d.ts:11623
↓ 2 callersFunctionapplySystemColorScheme
(isDark: boolean)
src/main.tsx:14
↓ 2 callersFunctiongetEmailRecord
(db: ReturnType<typeof drizzle>, id: string)
worker/route/email.ts:8
↓ 2 callersMethodlog
* The **`console.log()`** static method outputs a message to the console. * * [MDN Reference](https://developer.mozilla.org/docs/Web/API/con
worker-configuration.d.ts:182
↓ 2 callersFunctionparseAddressValues
(value: string | undefined)
src/lib/rawHeaders.ts:38
↓ 2 callersFunctionuseAccountsQuery
()
src/api/account.ts:20
↓ 2 callersMethodwaitUntil
(promise: Promise<any>)
worker-configuration.d.ts:440
↓ 1 callersFunctionattachmentSize
(content: string | ArrayBuffer | ArrayBufferView | undefined)
worker/email/recv.ts:69
↓ 1 callersFunctioncacheShell
()
public/sw.js:25
↓ 1 callersFunctioncheckAuth
()
src/api/auth.ts:3
↓ 1 callersFunctionerrorSummary
(error: unknown)
worker/email/recv.ts:93
↓ 1 callersFunctionextractShellAssets
(html)
public/sw.js:14
↓ 1 callersFunctiongetAccountCandidates
(message: ForwardableEmailMessage, parsed: ParsedEmail)
worker/email/recv.ts:107
↓ 1 callersMethodgetReader
* The **`getReader()`** method of the ReadableStream interface creates a reader and locks the stream to it. * * [MDN Reference](https://deve
worker-configuration.d.ts:2235
↓ 1 callersMethodlimit
* Rate limit a request based on the provided options. * @see https://developers.cloudflare.com/workers/runtime-apis/bindings/rate-limit/ * @
worker-configuration.d.ts:11951
↓ 1 callersMethodlist
(options?: R2ListOptions)
worker-configuration.d.ts:2027
↓ 1 callersFunctionlogin
(secret: string, trusted: boolean)
src/api/auth.ts:12
↓ 1 callersFunctionnormalizeEmail
(value: string)
worker/email/recv.ts:31
↓ 1 callersFunctionnormalizeEmailSentAt
(value: string | null | undefined)
worker/email/recv.ts:88
↓ 1 callersFunctionparseRawHeaders
(rawHeaders: string | null | undefined)
src/lib/rawHeaders.ts:115
↓ 1 callersFunctionprefetchEmailsInfiniteQuery
(accountId: string | null)
src/api/email.ts:57
↓ 1 callersMethodremove
()
worker-configuration.d.ts:1576
↓ 1 callersFunctionsanitizeFilename
(value: string | null | undefined)
worker/email/recv.ts:77
↓ 1 callersMethodsetTimeout
(callback: (...args: any[]) => void, msDelay?: number)
worker-configuration.d.ts:302
↓ 1 callersMethodtext
()
worker-configuration.d.ts:2060
↓ 1 callersFunctionuniqueStrings
(values: string[])
worker/email/recv.ts:35
↓ 1 callersFunctionuseDeleteEmailMutation
()
src/api/email.ts:113
↓ 1 callersFunctionuseEmailQuery
(id: string | null | undefined)
src/api/email.ts:88
↓ 1 callersFunctionuseEmailsInfiniteQuery
(accountId: string | null, q = "", enabled = true)
src/api/email.ts:71
↓ 1 callersFunctionuseStatsQuery
()
src/api/stats.ts:11
↓ 1 callersFunctionuseUpdateAccountMutation
()
src/api/account.ts:57
↓ 1 callersFunctionuseUpdateAccountSortMutation
()
src/api/account.ts:36
↓ 1 callersFunctionuseUpdateEmailReadMutation
()
src/api/email.ts:96
Method"assert"
(condition?: boolean, ...data: any[])
worker-configuration.d.ts:110
FunctionApp
()
src/App.tsx:12
FunctionAuthGate
()
src/main.tsx:24
FunctionDashboard
()
src/components/Dashboard.tsx:4
FunctionLoginPage
({ onSuccess }: { onSuccess: () => void })
src/components/LoginPage.tsx:6
FunctionMailAttachmentList
({ emailId, attachments, className }: MailAttachmentListProps)
src/components/MailAttachmentList.tsx:10
FunctionMailShadowHtml
({ id, body, attachments }: MailShadowHtmlProps)
src/components/MailShadowHtml.tsx:10
FunctionMailboxPane
()
src/components/MailboxPane.tsx:11
FunctionSidebar
()
src/components/Sidebar.tsx:66
FunctionSortableAccountButton
({ account, activeAccount, index, onSelectAccount, disabled, }: { account: Account; activeAccount: stri
src/components/Sidebar.tsx:19
Method[Symbol.asyncIterator]
(options?: ReadableStreamValuesOptions)
worker-configuration.d.ts:2264
Methodabort
(reason?: string)
worker-configuration.d.ts:559
Methodabort
(name: string, reason: any)
worker-configuration.d.ts:628
Methodabort
()
worker-configuration.d.ts:2033
Methodaccept
(options?: WebSocketAcceptOptions)
worker-configuration.d.ts:3140
MethodacceptWebSocket
(ws: WebSocket, tags?: string[])
worker-configuration.d.ts:551
Methodack
()
worker-configuration.d.ts:1983
MethodackAll
()
worker-configuration.d.ts:1990
MethodackAll
()
worker-configuration.d.ts:1997
Methodaddress
()
worker-configuration.d.ts:11829
Methodafter
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1546
Methodafter
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1558
Methodafter
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1565
Methodafter
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1574
Methodalarm
(alarmInfo?: AlarmInvocationInfo)
worker-configuration.d.ts:507
Methodappend
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1548
Methodappend
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1579
MethodarrayBuffer
()
worker-configuration.d.ts:2058
Methodatob
(data: string)
worker-configuration.d.ts:301
Methodbefore
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1545
Methodbefore
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1557
Methodbefore
(content: string, options?: ContentOptions)
worker-configuration.d.ts:1564
Methodbefore
(content: string | ReadableStream | Response, options?: ContentOptions)
worker-configuration.d.ts:1573
Methodblob
()
worker-configuration.d.ts:2062
MethodblockConcurrencyWhile
(callback: () => Promise<T>)
worker-configuration.d.ts:550
Methodbody
()
worker-configuration.d.ts:2056
MethodbodyUsed
()
worker-configuration.d.ts:2057
Methodbtoa
(data: string)
worker-configuration.d.ts:300
Methodbytes
()
worker-configuration.d.ts:2059
Methodbytes
* Get the raw image data for a hosted image * @returns ReadableStream of image bytes, or null if not found
worker-configuration.d.ts:11616
Methodcancel
* The **`cancel()`** method of the ReadableStream interface returns a Promise that resolves when the stream is canceled. * * [MDN Reference]
worker-configuration.d.ts:2229
MethodclearInterval
(timeoutId: number | null)
worker-configuration.d.ts:307
MethodclearTimeout
(timeoutId: number | null)
worker-configuration.d.ts:304
Methodclone
* The **`clone()`** method of the Response interface creates a clone of a response object, identical in every way, but stored in a different variable.
worker-configuration.d.ts:1703
Methodclose
* The **`WebSocket.close()`** method closes the already `CLOSED`, this method does nothing. * * [MDN Reference](https://developer.mozilla.or
worker-configuration.d.ts:3152
Methodclose
()
worker-configuration.d.ts:3234
Methodclosed
()
worker-configuration.d.ts:3230
Methodcomments
(comment: Comment)
worker-configuration.d.ts:1522
next →1–100 of 303, ranked by callers