summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Collapse)AuthorFilesLines
2025-12-29feat: Enhance email viewer with new UI actions, sender profile pictures, and ↵Bobby2-24/+88
raw header display.
2025-12-24feat: Implement API endpoints for email details and actions, and refactor ↵Bobby3-5/+75
email preview for client-side rendering with Shadow DOM.
2025-12-24feat: introduce email folder synchronization and management, refactor email ↵Bobby3-0/+304
services, and update UI styles
2025-12-23email model and syncing and showing emailsBobby2-0/+400
2025-12-23email templates, routes and utilsBobby1-0/+9
2025-12-23email utils and functionsBobby1-0/+30
2025-12-22imap client, flash messages, imap login verificationBobby5-34/+162
2025-12-22better auth and error handler setupBobby2-0/+15
2025-12-19error controllers, types and templates and layoutsBobby1-0/+25
2025-12-19fix package name in authBobby1-1/+1
2025-12-19added utils, templates, routes, types, middleware, processors and a whole ↵Bobby11-0/+383
lot of things for a basic login page
2025-12-18add config and makefileBobby4-0/+247