summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2026-01-15feat: Update SVG icons for improved design consistency and accessibilityHEADmainBobby2-13/+17
2025-12-29feat: Enhance email viewer with new UI actions, sender profile pictures, and ↵Bobby13-281/+1220
raw header display.
2025-12-26style: Remove excessive comments and refine default shadow DOM wrapper styles.Bobby2-22/+1
2025-12-24feat: Implement API endpoints for email details and actions, and refactor ↵Bobby14-216/+804
email preview for client-side rendering with Shadow DOM.
2025-12-24feat: introduce email folder synchronization and management, refactor email ↵Bobby14-572/+843
services, and update UI styles
2025-12-24refactor: Exclude virtual IMAP folders from processing and standardize ↵Bobby14-238/+209
template formatting.
2025-12-24style: reformat Django templates for improved readability and consistent ↵Bobby12-218/+263
indentation.
2025-12-23email model and syncing and showing emailsBobby13-2/+867
2025-12-23folder cache for faster loadsBobby3-3/+133
2025-12-23added db reset scriptBobby1-0/+104
2025-12-23added folder iconsBobby13-4/+40
2025-12-23some icons and stuffBobby14-22/+85
2025-12-23updated style and JSBobby2-35/+1099
2025-12-23static tagBobby2-0/+30
2025-12-23email templates, routes and utilsBobby16-40/+508
2025-12-23email folder models and repoBobby3-0/+32
2025-12-23email utils and functionsBobby4-0/+301
2025-12-22imap client, flash messages, imap login verificationBobby12-55/+238
2025-12-22auth engine, basic login workingBobby9-18/+154
2025-12-22better auth and error handler setupBobby7-5/+63
2025-12-19error controllers, types and templates and layoutsBobby7-33/+144
2025-12-19fix package name in authBobby1-1/+1
2025-12-19fix session folder nameBobby1-0/+0
2025-12-19added utils, templates, routes, types, middleware, processors and a whole ↵Bobby30-40/+909
lot of things for a basic login page
2025-12-19preferences model; db setup; typesBobby8-8/+398
2025-12-18basic bootstrapping for server startBobby5-1/+127
2025-12-18add config and makefileBobby10-2/+397
2025-12-18Initial commitBobby2-0/+53