74ec00ddd3507e6bc3ea45fab93be46a9c4239aa
Consolidate `WithAttachments` behavior into `MailSearchFilter` to simplify the API and reduce redundancy. - Removed `withAttachments` parameter from `FetchEmailsAsync` in `IImapEmailService`. - Added `WithAttachments` property to `MailSearchFilter` to control attachment inclusion. - Removed `WithAttachments` property from `FetchEmailsQuery` as it is now encapsulated in `MailSearchFilter`. - Updated `FetchEmailsQueryHandler` to use `MailSearchFilter` for attachment handling. - Refactored `LimilabsImapEmailService` to use `MailSearchFilter.WithAttachments` for mapping email data. These changes improve maintainability and clarity by centralizing attachment-related options in `MailSearchFilter`.
DigitalData.MessagingService
Description
Languages
C#
100%