Commit 1a5ed58
Timothy Dodd
Refactor email processing with move queue integration
Updated `Program.cs` to register `EmailMoveQueue` and `IEmailMoveQueue` for managing email move operations. Refactored `EmailMonitoringService.cs` to improve email processing and connection handling, and to utilize the new move queue. Simplified `EmailMover.cs` by decoupling IMAP interactions and leveraging the move queue. Introduced `EmailMoveOperation` and `EmailMovedEventArgs` classes in `EmailMoveQueue.cs` to manage move operations and events. Overall, these changes enhance the modularity and scalability of the email processing system.1 parent b544684 commit 1a5ed58
4 files changed
Lines changed: 449 additions & 373 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
0 commit comments