Skip to content

180 task implement e2e testing#183

Merged
Aravinda-HWK merged 17 commits into
mainfrom
180-task-implement-e2e-testing
Dec 12, 2025
Merged

180 task implement e2e testing#183
Aravinda-HWK merged 17 commits into
mainfrom
180-task-implement-e2e-testing

Conversation

@Aravinda-HWK

Copy link
Copy Markdown
Collaborator

📌 Description

This PR is to add e2e testing into the Raven repo.


🔍 Changes Made

  • lmtp_imap_delivery_e2e_test.go - TestE2E_LMTP_To_IMAP_ReceiveEmail (core delivery round-trip)
  • lmtp_delivery_advanced_e2e_test.go - multiple recipients, large messages, invalid deliveries
  • imap_auth_e2e_test.go - TestE2E_SASL_Authentication (SASL/LOGIN auth behavior)
  • imap_operations_e2e_test.go - flags and read state tests
  • mailbox_state_e2e_test.go - UID/UIDVALIDITY and mailbox sequence tests
  • concurrency_e2e_test.go - concurrent delivery and fetch validations
  • persistence_e2e_test.go - server restart + persistence tests

✅ Checklist (Email System)

  • Core IMAP commands tested (LOGIN, CAPABILITY, LIST, SELECT, FETCH, LOGOUT).
  • Authentication is tested.
  • Docker build & run validated.
  • Configuration loading verified for default and custom paths.
  • Persistent storage with Docker volume verified.
  • Error handling and logging verified
  • Documentation updated (README, config samples).

🧪 Testing Instructions

To test the server, use the instructions in the README in the test directory.


📷 Screenshots / Logs (if applicable)


⚠️ Notes for Reviewers

@Aravinda-HWK Aravinda-HWK self-assigned this Dec 12, 2025
@Aravinda-HWK Aravinda-HWK linked an issue Dec 12, 2025 that may be closed by this pull request
@Aravinda-HWK
Aravinda-HWK merged commit 48d7436 into main Dec 12, 2025
5 checks passed
@Aravinda-HWK
Aravinda-HWK deleted the 180-task-implement-e2e-testing branch December 12, 2025 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[TASK] Implement e2e testing

2 participants