MCPcopy Create free account

hub / github.com/cloudflare/agentic-inbox / functions

Functions217 in github.com/cloudflare/agentic-inbox

↓ 1 callersFunctiongetAttachmentUrl
( mailboxId: string, emailId: string, attachmentId: string, )
app/lib/utils.ts:203
↓ 1 callersFunctiongetFullEmail
( stub: DurableObjectStub<MailboxDO>, emailId: string, )
workers/lib/email-helpers.ts:232
↓ 1 callersFunctiongetFullThread
( stub: DurableObjectStub<MailboxDO>, threadId: string, )
workers/lib/email-helpers.ts:248
↓ 1 callersFunctiongetNonInlineAttachments
(attachments?: Attachment[])
app/lib/utils.ts:199
↓ 1 callersFunctiongetSignatureBlock
(settings?: { signature?: { enabled: boolean; text?: string; html?: string }; })
app/lib/utils.ts:135
↓ 1 callersFunctiongetSourceHeaders
(msg: Email)
app/components/email-panel/EmailPanelDialogs.tsx:21
↓ 1 callersMethodgetThreadedEmails
(options: GetEmailsOptions = {})
workers/durableObject/index.ts:213
↓ 1 callersFunctiongetUnreadCount
(folderId: string)
app/components/Sidebar.tsx:92
↓ 1 callersFunctionhandleDelete
(e: React.MouseEvent, emailId: string)
app/routes/email-list.tsx:213
↓ 1 callersFunctionhandleDeleteDraft
(draftMsg?: Email)
app/components/EmailPanel.tsx:100
↓ 1 callersMethodhandleNewEmail
* Called when a new email arrives. Reads it, loads the thread, * drafts a response, and saves it to the Drafts folder.
workers/agent/index.ts:329
↓ 1 callersFunctionhasDraftReplyTool
(message: UIMessage)
app/components/AgentPanel.tsx:106
↓ 1 callersFunctionhtmlToPlainText
(html: string)
app/lib/utils.ts:58
↓ 1 callersFunctionmcpError
Wrap an error string into MCP error format.
workers/mcp/index.ts:36
↓ 1 callersFunctionparseSearchQuery
(input: string)
app/lib/search-parser.ts:40
↓ 1 callersFunctionperformSearch
()
app/components/Header.tsx:28
↓ 1 callersFunctionreceiveEmail
(event: { raw: ReadableStream; rawSize: number }, env: Env, ctx: ExecutionContext)
workers/index.ts:348
↓ 1 callersFunctionrun
()
workers/durableObject/migrations.ts:45
↓ 1 callersFunctionslugify
(text: string)
workers/index.ts:47
↓ 1 callersFunctionsplitQuotedBlock
* Split an HTML body into the reply portion and the quoted block.
workers/lib/ai.ts:106
↓ 1 callersFunctionstreamToArrayBuffer
(stream: ReadableStream, streamSize: number)
workers/index.ts:332
↓ 1 callersFunctiontoggleExpand
(msgId: string)
app/components/EmailPanel.tsx:70
↓ 1 callersFunctiontoggleStar
(e: React.MouseEvent, email: Email)
app/routes/email-list.tsx:202
↓ 1 callersFunctiontoolDeleteEmail
( env: Env, mailboxId: string, emailId: string, )
workers/lib/tools.ts:378
↓ 1 callersFunctiontoolDiscardDraft
( env: Env, mailboxId: string, draftId: string, )
workers/lib/tools.ts:359
↓ 1 callersFunctiontoolListMailboxes
(env: Env)
workers/lib/tools.ts:48
↓ 1 callersFunctiontoolSendEmail
( env: Env, mailboxId: string, params: { to: string; subject: string; bodyHtml: string; }, )
workers/lib/tools.ts:472
↓ 1 callersFunctiontoolSendReply
( env: Env, mailboxId: string, params: { originalEmailId: string; to: string; subject: string; body
workers/lib/tools.ts:393
↓ 1 callersFunctiontoolUpdateDraft
( env: Env, mailboxId: string, params: { draftId: string; to?: string; subject?: string; bodyHtml?:
workers/lib/tools.ts:274
↓ 1 callersFunctionuseCreateFolder
()
app/queries/folders.ts:20
↓ 1 callersFunctionuseCreateMailbox
()
app/queries/mailboxes.ts:27
↓ 1 callersFunctionuseDeleteMailbox
()
app/queries/mailboxes.ts:53
↓ 1 callersFunctionuseEmail
( mailboxId: string | undefined, emailId: string | undefined, )
app/queries/emails.ts:50
↓ 1 callersFunctionuseEmails
( mailboxId: string | undefined, params: Record<string, string>, options?: { enabled?: boolean; refetchInte
app/queries/emails.ts:19
↓ 1 callersFunctionuseForwardEmail
()
app/queries/emails.ts:268
↓ 1 callersFunctionuseMailboxes
()
app/queries/mailboxes.ts:10
↓ 1 callersFunctionuseMarkThreadRead
()
app/queries/emails.ts:190
↓ 1 callersFunctionuseMoveEmail
()
app/queries/emails.ts:219
↓ 1 callersFunctionuseSaveDraft
()
app/queries/emails.ts:232
↓ 1 callersFunctionuseSearchEmails
( mailboxId: string | undefined, query: string, page: number, )
app/queries/search.ts:18
↓ 1 callersFunctionuseThreadReplies
( mailboxId: string | undefined, threadId: string | undefined | null, )
app/queries/emails.ts:63
↓ 1 callersFunctionuseUpdateMailbox
()
app/queries/mailboxes.ts:38
FunctionAgentChatConnected
({ mailboxId, useAgent, useAgentChat, }: { mailboxId: string; useAgent: typeof import("agents/react").use
app/components/AgentPanel.tsx:296
FunctionAgentSidebar
()
app/components/AgentSidebar.tsx:43
FunctionApp
()
app/root.tsx:112
FunctionAvatar
({ isDraft, isSelf, sender }: { isDraft?: boolean; isSelf: boolean; sender: string })
app/components/email-panel/ThreadMessage.tsx:40
FunctionComposeEmail
()
app/components/ComposeEmail.tsx:12
FunctionComposePanel
()
app/components/ComposePanel.tsx:11
FunctionCopyButton
({ text }: { text: string })
app/components/MCPPanel.tsx:15
FunctionDraftActions
({ onEdit, disabled, }: { onEdit: () => void; disabled: boolean; })
app/components/AgentPanel.tsx:113
FunctionEmailAttachmentList
({ mailboxId, emailId, attachments, onPreviewImage, className, showHeading = false, }: EmailAttachmentLi
app/components/EmailAttachmentList.tsx:18
FunctionEmailIframe
({ body, autoSize }: EmailIframeProps)
app/components/EmailIframe.tsx:30
FunctionEmailListRoute
()
app/routes/email-list.tsx:143
FunctionEmailListSkeleton
()
app/routes/email-list.tsx:83
FunctionEmailPanel
({ emailId }: { emailId: string })
app/components/EmailPanel.tsx:32
FunctionEmailPanelDialogs
({ sourceViewEmail, previewImage, onCloseSource, onClosePreview, }: EmailPanelDialogsProps)
app/components/email-panel/EmailPanelDialogs.tsx:58
FunctionEmailPanelHeader
({ subject, messageCount, showThreadCount, }: EmailPanelHeaderProps)
app/components/email-panel/EmailPanelHeader.tsx:11
FunctionEmailPanelSkeleton
()
app/components/EmailPanel.tsx:22
FunctionEmailPanelToolbar
({ email, mailboxId, isDraftFolder, isSending, moveToFolders, onBack, onSendDraft, onEditDraft, onRep
app/components/email-panel/EmailPanelToolbar.tsx:44
FunctionErrorBoundary
({ error }: { error: unknown })
app/root.tsx:129
FunctionFolderEmptyState
({ folder, onCompose, }: { folder?: string; onCompose: () => void; })
app/routes/email-list.tsx:105
FunctionFolderLink
({ to, icon, label, unreadCount, onClick, }: FolderLinkProps)
app/components/Sidebar.tsx:48
FunctionHeader
()
app/components/Header.tsx:11
FunctionHomeRoute
()
app/routes/home.tsx:31
FunctionHydrateFallback
()
app/root.tsx:104
FunctionLayout
({ children }: { children: React.ReactNode })
app/root.tsx:78
FunctionLazyAgentPanel
()
app/components/AgentSidebar.tsx:10
FunctionMCPPanel
()
app/components/MCPPanel.tsx:61
FunctionMailboxIndexRoute
()
app/routes/mailbox-index.tsx:7
FunctionMailboxRoute
()
app/routes/mailbox.tsx:14
FunctionMailboxSplitView
({ selectedEmailId, isComposing, children, }: MailboxSplitViewProps)
app/components/MailboxSplitView.tsx:15
FunctionMessageBubble
({ message, onAction, isStreaming, }: { message: UIMessage; onAction?: (action: string) => void; isStrea
app/components/AgentPanel.tsx:135
FunctionMoveToFolderMenu
({ folders, onMove }: { folders: Folder[]; onMove: (id: string) => void })
app/components/email-panel/EmailPanelToolbar.tsx:198
FunctionNotFoundRoute
()
app/routes/not-found.tsx:9
FunctionRichTextEditor
({ value, onChange, }: RichTextEditorProps)
app/components/RichTextEditor.tsx:36
FunctionSearchResultsRoute
()
app/routes/search-results.tsx:32
FunctionSettingsRoute
()
app/routes/settings.tsx:15
FunctionSidebar
()
app/components/Sidebar.tsx:76
FunctionSingleMessageView
({ email, mailboxId, onPreviewImage, }: SingleMessageViewProps)
app/components/email-panel/SingleMessageView.tsx:16
FunctionThreadMessage
({ email, mailboxId, mailboxEmail, isLast, isDraft, isSending, isExpanded, onToggleExpand, onSendDraf
app/components/email-panel/ThreadMessage.tsx:56
FunctionToolCallBadge
({ toolName, state, }: { toolName: string; state: string; })
app/components/AgentPanel.tsx:67
MethodaddParam
(value: string | number)
workers/durableObject/index.ts:668
Methodconstructor
(status: number, body: Record<string, unknown>)
app/services/api.ts:13
Methodconstructor
(message: string)
workers/lib/email-helpers.ts:74
Methodconstructor
(state: DurableObjectState, env: Env)
workers/durableObject/index.ts:106
Functionemail
( event: { raw: ReadableStream; rawSize: number }, env: Env, ctx: ExecutionContext, )
workers/app.ts:113
FunctionformatQuotedDate
(dateStr: string | undefined)
shared/dates.ts:92
FunctiongetFolderDisplayName
(folderId: string)
shared/folders.ts:61
FunctiongetQueryClient
()
app/root.tsx:56
FunctionhandleCopy
()
app/components/MCPPanel.tsx:18
FunctionhandleCreate
(e: FormEvent)
app/routes/home.tsx:92
FunctionhandleCreateFolder
(e: React.FormEvent)
app/components/Sidebar.tsx:97
FunctionhandleDelete
()
app/components/EmailPanel.tsx:92
FunctionhandleDelete
()
app/routes/home.tsx:116
FunctionhandleForwardEmail
(c: AppContext)
workers/routes/reply-forward.ts:115
FunctionhandleKeyDown
(e: React.KeyboardEvent<HTMLTextAreaElement>)
app/components/AgentPanel.tsx:332
FunctionhandleKeyDown
(e: KeyboardEvent)
app/components/Header.tsx:43
FunctionhandleMove
(folderId: string)
app/components/EmailPanel.tsx:91
FunctionhandleNavClick
()
app/components/Sidebar.tsx:118
FunctionhandleRefresh
()
app/routes/email-list.tsx:224
← previousnext →101–200 of 217, ranked by callers