@knowsuchagency/fulcrum 2.3.1 → 2.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.html
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
<link rel="icon" type="image/png" href="/logo.png" />
|
|
6
6
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
7
7
|
<title>Fulcrum</title>
|
|
8
|
-
<script type="module" crossorigin src="/assets/index-
|
|
8
|
+
<script type="module" crossorigin src="/assets/index-C9Ni1L96.js"></script>
|
|
9
9
|
<link rel="stylesheet" crossorigin href="/assets/index-D6ht7k3-.css">
|
|
10
10
|
</head>
|
|
11
11
|
<body>
|
package/package.json
CHANGED
package/server/index.js
CHANGED
|
@@ -409691,12 +409691,6 @@ class EmailChannel {
|
|
|
409691
409691
|
subject: headers.subject,
|
|
409692
409692
|
reason: authResult.reason
|
|
409693
409693
|
});
|
|
409694
|
-
sendNotification({
|
|
409695
|
-
title: "Email rejected",
|
|
409696
|
-
message: `From: ${headers.from}
|
|
409697
|
-
Subject: ${headers.subject}
|
|
409698
|
-
Reason: ${authResult.reason}`
|
|
409699
|
-
});
|
|
409700
409694
|
if (this.transporter) {
|
|
409701
409695
|
await sendUnauthorizedResponse(this.transporter, this.connectionId, this.getFromAddress(), headers, this.credentials?.bcc);
|
|
409702
409696
|
}
|
|
@@ -409981,7 +409975,6 @@ var init_email_channel = __esm(() => {
|
|
|
409981
409975
|
init_db2();
|
|
409982
409976
|
init_logger3();
|
|
409983
409977
|
init_settings();
|
|
409984
|
-
init_notification_service();
|
|
409985
409978
|
init_email_parser();
|
|
409986
409979
|
init_email_auth();
|
|
409987
409980
|
init_email_storage();
|
|
@@ -463739,7 +463732,7 @@ mcpRoutes.all("/", async (c) => {
|
|
|
463739
463732
|
});
|
|
463740
463733
|
const server = new McpServer({
|
|
463741
463734
|
name: "fulcrum",
|
|
463742
|
-
version: "2.3.
|
|
463735
|
+
version: "2.3.3"
|
|
463743
463736
|
});
|
|
463744
463737
|
const client = new FulcrumClient(`http://localhost:${port}`);
|
|
463745
463738
|
registerTools(server, client);
|