Deprecate messageChannel messageFolder calendarChannel standard objects (#20836)

# Introduction

Removing old standard objects `messageChannel` and `messageFolder` and
`calendarChannel`

---------

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Paul Rastoin
2026-05-22 15:40:53 +02:00
committed by GitHub
parent 8f24cda586
commit 76e144e85a
55 changed files with 1070 additions and 6966 deletions
@@ -10,7 +10,7 @@ export const safeParseEmailAddresses = (header: string): EmailAddress[] => {
address: parsed.address,
name: parsed.name ?? '',
}));
} catch (error) {
} catch {
return [];
}
};