feat: add SMTP settings edit for IMAP sources in campaigns#2797
Merged
Conversation
- Add SMTP fields (smtpHost, smtpPort, smtpSecure) to IMAP credentials - Use saved SMTP settings in email-campaigns before auto-detecting - Save detected SMTP settings to database for future use - Add PUT endpoint for updating IMAP credentials - Add edit SMTP UI in sources page for IMAP sources only BREAKING CHANGE: requires existing IMAP sources to have updated credentials schema
Coverage Report✅ Passed Commit: cad408f Summary
All files
No coverage changes
Generated by Test Coverage Reporter for commit cad408f |
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.
Summary
smtpHost,smtpPort,smtpSecure) to IMAP credentials interfaceHow it works
Files changed
backend/src/db/interfaces/MiningSources.ts- Add SMTP fieldsbackend/src/routes/mining.routes.ts- Add PUT endpointfrontend/src/pages/sources.vue- Edit SMTP dialog for IMAP sourcesfrontend/src/types/mining.ts- Add SMTP fields to typesupabase/functions/email-campaigns/index.ts- Use and save SMTP settingsTesting