[PB-5977]: feat(account): implement mail deleted addresses functionality - #114
[PB-5977]: feat(account): implement mail deleted addresses functionality#114jzunigax2 wants to merge 1 commit into
Conversation
jzunigax2
commented
Aug 21, 2026
- Added migration to create the mail_deleted_addresses table for tracking deleted email addresses.
- Introduced MailDeletedAddressModel to represent deleted addresses in the database.
- Created DeletedAddressRepository for managing operations related to deleted addresses.
- Updated AccountService to handle address tombstoning during account deletion and address removal.
- Enhanced address availability checks to consider previously deleted addresses.
- Added tests for DeletedAddressRepository and updated related service tests to ensure correct behavior.
- Added migration to create the mail_deleted_addresses table for tracking deleted email addresses. - Introduced MailDeletedAddressModel to represent deleted addresses in the database. - Created DeletedAddressRepository for managing operations related to deleted addresses. - Updated AccountService to handle address tombstoning during account deletion and address removal. - Enhanced address availability checks to consider previously deleted addresses. - Added tests for DeletedAddressRepository and updated related service tests to ensure correct behavior.
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
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 |
|


