Conversation
…l and sandbox Shared MailtrapAddressParam schema and helpers; sandbox keeps comma-separated to string for plain addresses and adds array form for named recipients. Closes #66.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (9)
📝 WalkthroughWalkthroughThis PR centralizes email address handling by introducing shared utilities and schemas. It enables Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~20 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 1 | ❌ 2❌ Failed checks (2 warnings)
✅ Passed checks (1 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| @@ -0,0 +1,31 @@ | |||
| /** | |||
| * JSON Schema fragment: email string or `{ email, name? }` for Mailtrap Address fields. | |||
There was a problem hiding this comment.
Supporting just string for backward compatibility.
Motivation
#66
Changes
Summary by CodeRabbit