aboutsummaryrefslogtreecommitdiff
path: root/services/mail/webmail.go
AgeCommit message (Collapse)AuthorFilesLines
2026-03-08feat(domains): enhance domain management UI with DNS records functionalityBobby1-44/+40
- Updated domain detail view to include DNS records management links. - Added new DNS records creation form with dynamic fields based on record type. - Implemented backend logic for creating and deleting DNS records. - Introduced new services and messages for DNS operations. - Refactored SMTP server initialization to streamline TLS configuration. - Added email composition and submission utilities for better email handling.
2026-03-08Add webmail email management templates and storage utilitiesBobby1-0/+700
- 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.