n8n/packages/@n8n/imap/src
Bernhard Wittmann 6a3ad57e13
fix(Email Read Imap Node): Default to 7BIT when a message part has no encoding (#32914)
Co-authored-by: Manav Parasiya <manavparasiya1020@gmail.com>
2026-06-26 06:21:21 +00:00
..
helpers fix: Handle IMAP fetch errors to prevent instance crash and stuck workflows (#29469) 2026-05-06 08:34:41 +00:00
errors.ts feat(Email Trigger (IMAP) Node): Migrate from imap-simple to @n8n/imap (#8899) 2024-04-09 11:33:10 +02:00
imap-simple.test.ts fix(Email Read Imap Node): Default to 7BIT when a message part has no encoding (#32914) 2026-06-26 06:21:21 +00:00
imap-simple.ts fix(Email Read Imap Node): Default to 7BIT when a message part has no encoding (#32914) 2026-06-26 06:21:21 +00:00
index.ts chore: Enable ESLint rule consistent-type-exports (#18973) 2025-08-29 19:02:49 +02:00
part-data.test.ts feat(Email Trigger (IMAP) Node): Limit new mails fetched (#16926) 2025-07-09 14:04:10 +03:00
part-data.ts fix: Vendor uudecoder and drop uuencode dependency (#30817) 2026-05-20 16:24:39 +00:00
types.ts fix(Email Read Imap Node): Default to 7BIT when a message part has no encoding (#32914) 2026-06-26 06:21:21 +00:00
uudecode.test.ts fix: Vendor uudecoder and drop uuencode dependency (#30817) 2026-05-20 16:24:39 +00:00
uudecode.ts fix: Vendor uudecoder and drop uuencode dependency (#30817) 2026-05-20 16:24:39 +00:00