From 5bdbfe651e2625cdffa45244e8e7591af81bdd7f Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Thu, 30 Apr 2026 13:38:44 +0200
Subject: [PATCH] chore(deps): bump postal-mime from 2.6.1 to 2.7.4 (#20150)
Bumps [postal-mime](https://github.com/postalsys/postal-mime) from 2.6.1
to 2.7.4.
Release notes
Sourced from postal-mime's
releases.
v2.7.4
2.7.4
(2026-03-17)
Bug Fixes
- add missing originalKey to Header type and Uint8Array to Attachment
content (92cc91c)
- include originalKey in parsed headers output (83521c8)
- preserve __esModule and .default in CJS build for bundler interop
(1466910)
- prevent RFC 2047 encoded-word address fabrication (844f920)
v2.7.3
2.7.3
(2026-01-09)
Bug Fixes
- correct TypeScript type definitions to match implementation (b225d7c)
v2.7.2
2.7.2
(2026-01-08)
Bug Fixes
- add null checks for contentType.parsed access (ad8f4c6)
- improve RFC compliance for MIME parsing (e004c3a)
v2.7.1
2.7.1
(2025-12-22)
Bug Fixes
- Add null checks for contentDisposition.parsed access (fd54c37)
v2.7.0
2.7.0
(2025-12-22)
Features
- add headerLines property exposing raw header lines (c79a02a)
Changelog
Sourced from postal-mime's
changelog.
2.7.4
(2026-03-17)
Bug Fixes
- add missing originalKey to Header type and Uint8Array to Attachment
content (92cc91c)
- include originalKey in parsed headers output (83521c8)
- preserve __esModule and .default in CJS build for bundler interop
(1466910)
- prevent RFC 2047 encoded-word address fabrication (844f920)
2.7.3
(2026-01-09)
Bug Fixes
- correct TypeScript type definitions to match implementation (b225d7c)
2.7.2
(2026-01-08)
Bug Fixes
- add null checks for contentType.parsed access (ad8f4c6)
- improve RFC compliance for MIME parsing (e004c3a)
2.7.1
(2025-12-22)
Bug Fixes
- Add null checks for contentDisposition.parsed access (fd54c37)
2.7.0
(2025-12-22)
Features
- add headerLines property exposing raw header lines (c79a02a)
Commits
178f1ef
chore(master): release 2.7.4 (#88)
1f7ba61
chore: bump devDependencies
83521c8
fix: include originalKey in parsed headers output
b0d7b11
test: improve test coverage across codebase
ebc5ce6
refactor: simplify and clean up codebase
1466910
fix: preserve __esModule and .default in CJS build for bundler
interop
844f920
fix: prevent RFC 2047 encoded-word address fabrication
24dc6c6
test: update type check test with originalKey property
92cc91c
fix: add missing originalKey to Header type and Uint8Array to Attachment
content
aa5baea
docs: add link to full documentation site
- Additional commits viewable in compare
view
[](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
---------
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Charles Bochet
---
.github/actions/yarn-install/action.yaml | 11 +++++++++++
.../utils/__tests__/extract-message-text.util.spec.ts | 6 ++++++
yarn.lock | 6 +++---
3 files changed, 20 insertions(+), 3 deletions(-)
diff --git a/.github/actions/yarn-install/action.yaml b/.github/actions/yarn-install/action.yaml
index d8b46139b97..35b8a71d390 100644
--- a/.github/actions/yarn-install/action.yaml
+++ b/.github/actions/yarn-install/action.yaml
@@ -7,6 +7,17 @@ inputs:
runs:
using: 'composite'
steps:
+ - name: Free disk space for install
+ if: runner.os == 'Linux'
+ shell: bash
+ run: |
+ # Default GitHub images ship large SDKs this repo does not use; removing
+ # them avoids ENOSPC when restoring or linking a full Yarn node_modules.
+ sudo rm -rf /usr/share/dotnet
+ sudo rm -rf /usr/local/lib/android
+ sudo rm -rf /opt/ghc
+ sudo rm -rf /opt/hostedtoolcache/CodeQL
+ df -h
- name: Cache primary key builder
id: globals
shell: bash
diff --git a/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts b/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts
index c21c8d740d0..e6c17cd580c 100644
--- a/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts
+++ b/packages/twenty-server/src/modules/messaging/message-import-manager/drivers/imap/utils/__tests__/extract-message-text.util.spec.ts
@@ -98,6 +98,7 @@ Developer Support
`,
attachments: [],
headers: [],
+ headerLines: [],
};
const result = service.extractTextWithoutReplyQuotations(parsed);
@@ -132,6 +133,7 @@ Developer Support`);
`,
attachments: [],
headers: [],
+ headerLines: [],
};
const result = service.extractTextWithoutReplyQuotations(parsed);
@@ -153,6 +155,7 @@ Developer Support`);
`,
attachments: [],
headers: [],
+ headerLines: [],
};
const result = service.extractTextWithoutReplyQuotations(parsed);
@@ -164,6 +167,7 @@ Developer Support`);
const parsed: ParsedMail = {
attachments: [],
headers: [],
+ headerLines: [],
};
const result = service.extractTextWithoutReplyQuotations(parsed);
@@ -175,6 +179,7 @@ Developer Support`);
const parsed: ParsedMail = {
attachments: [],
headers: [],
+ headerLines: [],
html: `