Bug Fixes
- add bulk import business dialog and add business dialog to businesses page
- Add route to fetch emails for user or business
- add send email dialog for communication tab
- add API route for bulk business import
- skip blank rows and drop empty placeholder from template
- wire delete handler for recent proposals dropdown
- add email account section and form
- add route.ts to handle email account CRUD operations
- sync emails from imap host
- resolve lint errors in email module
- drop unused param and declare ImapFlow.append in ambient types
Features
- api/businesses/[business_id]/send-email/route.ts: Implement business-specific functionality for sending emails
- add route to fetch emails
- add route to send emails
- add route to get a transparent GIF response based on email log status
- add hook for fetching emails
- add BulkImportBusinessesDialog component with template/preview/import flow
- Add SendEmailDialog component
- Add compose email dialog component
- add SMTP fields and user-mailbox sender scaffolding
- send customer mail from user's own mailbox; require connection
- remove duplicate
ORclause in OTP deletion query

