Implement email attachment handling and update Docker network configuration#39
Merged
Conversation
…cluding body sanitization and inline attachment handling
… and update EmailService URLs
…ve search and improved checks
… services for cloud link handling
…d link and physical attachment flags
…ntent processing in ImapService
….yaml for mail synchronization
…n and improved error handling
…ype checks and improved logic for identifying user files
…or better handling of sender and recipient information
…l sync completion
…r for correct account handling
… for better accuracy
…roved email summarization
…xplicit email IDs
…ed style handling and script injection
…ations and normalization Co-authored-by: Copilot <copilot@github.com>
…I and improve folder resolution
…rove notification synchronization after transaction commit
…ts and improving local email synchronization
…ging in dashboard
… sender management
…troller for improved email retrieval
- Added `deletedAt` field to `EmailEntity` and `EmailEntityDto` to track when emails are moved to trash. - Introduced `previousStatus` field in `EmailEntity` to store the status before moving to trash. - Updated `EmailRepository` with methods to count and delete emails based on status and deletion timestamp. - Created `TrashCleanupService` to periodically clean up emails in trash older than 30 days. - Enhanced `EmailService` to handle trashing drafts and permanently deleting emails. - Modified `GmailLabelService` to support trashing drafts and deleting messages from Gmail. - Updated database schema to reflect new fields and create an index for `deletedAt` for optimized cleanup. - Adjusted application configuration for Hikari connection pool settings.
…g for sync and trash operations
…nchronous email synchronization
…ueries for improved synchronization
…et generation logic for email entities
…plement contact learning in email sync
… delete endpoint method
… fields to EmailEntityDto
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.
No description provided.