f3761e96d9ff999208da00cbc4fa4adf25dd572e
- ImapConnectionPool removed (over-engineered; IMAP server allows multiple concurrent connections) - LimilabsImapEmailService reverted to stateless per-call new Imap() pattern (same as original) - GetFlagsByUIDAsync(List<long>) replaces per-message GetFlagsByUID — one round-trip for all flags - markAsSeen wired through: GetMessageByUIDAsync (true) vs PeekMessageByUIDAsync (false) - DependencyInjection: pool registration removed, service registered directly as before
DigitalData.MessagingService
Description
Languages
C#
100%