- Introduced `MailerType` enum in Account model - Enables selection of different mailer backends (e.g., Gmail API)
- Add two new APIs to list email threads and fetch all messages within a thread - Create a new email thread table to store thread information - Implement method to extract thread_id from emails to support thread association queries