Skip to content

Commit

Permalink
Bumped imapflow
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Mar 7, 2024
1 parent f5daf91 commit c9c29f7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion lib/api-routes/chat-routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ async function init(args) {
options: {
description: 'Chat with emails',
notes: 'Use OpenAI API and embeddings stored in the Document Store to "chat" with account emails. Requires Document Store indexing and the "Chat with emails" feature to be enabled.',
tags: ['api', 'Chat'],
tags: ['api', 'X1. Deprecated endpoints (Document Store)'],

plugins: {},

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"humanize": "0.0.9",
"ical.js": "1.5.0",
"iconv-lite": "0.6.3",
"imapflow": "1.0.155",
"imapflow": "1.0.156",
"ioredfour": "1.3.0-ioredis-07",
"ioredis": "5.3.2",
"ipaddr.js": "2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion sbom.json

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions static/licenses.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h1>EmailEngine v2.40.2</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/@apidevtools/json-schema-ref-parser">@apidevtools/json-schema-ref-parser</a></td>
<td>11.4.0</td>
<td>11.5.4</td>
<td>MIT</td>
<td>James Messinger</td>
<td></td>
Expand Down Expand Up @@ -3815,7 +3815,7 @@ <h1>EmailEngine v2.40.2</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/imapflow">imapflow</a></td>
<td>1.0.155</td>
<td>1.0.156</td>
<td>MIT</td>
<td>Postal Systems O&#xDC;</td>
<td></td>
Expand Down Expand Up @@ -7005,7 +7005,7 @@ <h1>EmailEngine v2.40.2</h1><p>EmailEngine includes code from the following soft
</tr>
<tr>
<td><a href="https://npmjs.com/package/swagger-ui-dist">swagger-ui-dist</a></td>
<td>5.11.9</td>
<td>5.11.10</td>
<td>Apache-2.0</td>
<td></td>
<td></td>
Expand Down
10 changes: 5 additions & 5 deletions translations/messages.pot
Original file line number Diff line number Diff line change
@@ -1,18 +1,14 @@
msgid ""
msgstr ""
"Content-Type: text/plain; charset=ascii\n"
"POT-Creation-Date: 2024-03-06 08:18+0000\n"
"POT-Creation-Date: 2024-03-07 12:19+0000\n"

#: views/config/license.hbs:48
msgid "%d day"
msgid_plural "%d days"
msgstr[0] ""
msgstr[1] ""

#: views/redirect.hbs:1
msgid "Click <a href=\"%s\">here</a> to continue&mldr;"
msgstr ""

#: views/unsubscribe.hbs:1
#: views/unsubscribe.hbs:79
msgid "Unsubscribe"
Expand Down Expand Up @@ -57,6 +53,10 @@ msgstr ""
msgid "Enter your email address"
msgstr ""

#: views/redirect.hbs:1
msgid "Click <a href=\"%s\">here</a> to continue&mldr;"
msgstr ""

#: views/accounts/register/imap.hbs:11
msgid "Your name"
msgstr ""
Expand Down
2 changes: 1 addition & 1 deletion workers/api.js
Original file line number Diff line number Diff line change
Expand Up @@ -4557,7 +4557,7 @@ When making API calls remember that requests against the same account are queued
options: {
description: 'Unified search for messages',
notes: 'Filter messages from the Document Store for multiple accounts or paths. Document Store must be enabled for the unified search to work.',
tags: ['api', 'X1. Deprecated endpoints'],
tags: ['api', 'X1. Deprecated endpoints (Document Store)'],

plugins: {},

Expand Down

0 comments on commit c9c29f7

Please sign in to comment.