aboutsummaryrefslogtreecommitdiff
path: root/utils/errors/errors.go
AgeCommit message (Collapse)AuthorFilesLines
2026-03-06Add configuration and logging modules with TOML supportBobby1-0/+14
- 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