aboutsummaryrefslogtreecommitdiff
path: root/utils/toml/defaults.go
AgeCommit message (Collapse)AuthorFilesLines
2026-03-08Refactor configuration handling and add mail management featuresBobby1-64/+0
- Removed dependency on messages package in TOML loading and parsing. - Introduced new config constants and messages for better clarity and maintainability. - Implemented mail user and mailbox management with corresponding controllers and views. - Added new templates for mailboxes, mailbox creation, and user management. - Enhanced logging and error handling throughout the application. - Established a structured approach for applying default values in TOML configuration. - Created new utility functions for SMTP and email handling.
2026-03-06Add configuration and logging modules with TOML supportBobby1-0/+64
- Implement configuration management in the config package - Define constants and types for server and mailbox configurations - Create functions for loading and parsing configuration files - Introduce logging functionality with customizable log levels and formats - Add error handling and messages for configuration and logging operations - Include TOML utilities for default value application and content marshaling