aboutsummaryrefslogtreecommitdiff
path: root/controllers/mail/webmail.go
AgeCommit message (Collapse)AuthorFilesLines
2026-03-08Add webmail email management templates and storage utilitiesBobby1-0/+187
- Implemented email listing template with read/unread and star functionality. - Created empty state template for webmail when no emails are present. - Developed folder navigation template for managing email folders. - Added email preview template for displaying selected email details. - Introduced storage utilities for managing email files, including creation, reading, moving, and deletion. - Defined constants for storage paths and error messages related to file operations.