summaryrefslogtreecommitdiff
path: root/controllers
AgeCommit message (Collapse)AuthorFilesLines
2025-12-24feat: Implement API endpoints for email details and actions, and refactor ↵Bobby1-0/+66
email preview for client-side rendering with Shadow DOM.
2025-12-24feat: introduce email folder synchronization and management, refactor email ↵Bobby1-8/+5
services, and update UI styles
2025-12-23email model and syncing and showing emailsBobby1-1/+16
2025-12-23email utils and functionsBobby1-0/+34
2025-12-22imap client, flash messages, imap login verificationBobby1-0/+9
2025-12-22auth engine, basic login workingBobby3-17/+54
2025-12-22better auth and error handler setupBobby1-0/+9
2025-12-19error controllers, types and templates and layoutsBobby1-0/+53
2025-12-19added utils, templates, routes, types, middleware, processors and a whole ↵Bobby1-0/+17
lot of things for a basic login page