Go to file
Matt 076d6bc4d4 fix: TypeScript errors in IMAP, CalDAV, and calendar components
- Add @types/mailparser for proper type support
- Fix ImapFlow type narrowing for fetchOne, search, mailbox
- Add null checks for envelope in fetch loops
- Fix ListResponse cast to use double-cast pattern
- Fix CalendarView EventId type (string vs number)
- Fix CalDAV displayName type handling

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-07 08:18:05 +01:00
src fix: TypeScript errors in IMAP, CalDAV, and calendar components 2026-02-07 08:18:05 +01:00
.env.example feat: Initial Hub Dashboard with email, calendar, and tasks 2026-02-07 08:03:25 +01:00
.gitignore feat: Initial Hub Dashboard with email, calendar, and tasks 2026-02-07 08:03:25 +01:00
Dockerfile feat: Initial Hub Dashboard with email, calendar, and tasks 2026-02-07 08:03:25 +01:00
docker-compose.yml feat: Initial Hub Dashboard with email, calendar, and tasks 2026-02-07 08:03:25 +01:00
next.config.ts feat: Initial Hub Dashboard with email, calendar, and tasks 2026-02-07 08:03:25 +01:00
package.json fix: TypeScript errors in IMAP, CalDAV, and calendar components 2026-02-07 08:18:05 +01:00
postcss.config.js feat: Initial Hub Dashboard with email, calendar, and tasks 2026-02-07 08:03:25 +01:00
tailwind.config.ts feat: Initial Hub Dashboard with email, calendar, and tasks 2026-02-07 08:03:25 +01:00
tsconfig.json feat: Initial Hub Dashboard with email, calendar, and tasks 2026-02-07 08:03:25 +01:00