93 task refactor project structure for modular and readable command organization#94
Merged
Aravinda-HWK merged 6 commits intomainfrom Nov 11, 2025
Conversation
…lity - Implemented unit tests for the config package, covering default configuration, loading from file, and validation scenarios. - Added tests for the parser package to validate email message parsing, recipient extraction, and command handling. - Developed extensive tests for the SASL server, including authentication mechanisms, connection handling, and error scenarios. - Included benchmarks for performance evaluation of authentication and base64 encoding/decoding.
- Updated all instances of GetDatabaseFromServer(server) to GetDatabaseFromServer(srv) in the following test files: - handler_message_expunge_test.go - handler_message_fetch_test.go - handler_message_search_test.go - handler_message_store_test.go - handler_selection_close_test.go - handler_uid_test.go This change ensures consistency in the test setup and improves readability.
maneeshaxyz
approved these changes
Nov 11, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Description
This PR is to refactor the codebase for more readability.
🔍 Changes Made
✅ Checklist (Email System)
LOGIN,CAPABILITY,LIST,SELECT,FETCH,LOGOUT).🧪 Testing Instructions
To test the server, use the instructions in the README in the
testdirectory.📷 Screenshots / Logs (if applicable)