summaryrefslogtreecommitdiff
path: root/templates
AgeCommit message (Collapse)AuthorFilesLines
2025-12-29feat: Enhance email viewer with new UI actions, sender profile pictures, and ↵Bobby1-0/+3
raw header display.
2025-12-24feat: Implement API endpoints for email details and actions, and refactor ↵Bobby4-99/+31
email preview for client-side rendering with Shadow DOM.
2025-12-24feat: introduce email folder synchronization and management, refactor email ↵Bobby1-15/+24
services, and update UI styles
2025-12-24refactor: Exclude virtual IMAP folders from processing and standardize ↵Bobby12-238/+200
template formatting.
2025-12-24style: reformat Django templates for improved readability and consistent ↵Bobby12-218/+263
indentation.
2025-12-23some icons and stuffBobby1-2/+14
2025-12-23email templates, routes and utilsBobby12-30/+476
2025-12-19error controllers, types and templates and layoutsBobby3-33/+56
2025-12-19added utils, templates, routes, types, middleware, processors and a whole ↵Bobby1-0/+37
lot of things for a basic login page