e1a7b3e8f7
Complete email router implementation and documentation
...
- Cleaned up interface definitions to only include implemented features
- Updated readme.md with comprehensive route-based configuration examples
- Added common email routing patterns and troubleshooting guide
- Removed legacy DomainRouter and IDomainRule interfaces
- Updated all imports and exports to use new EmailRouter system
- Verified build and core functionality tests pass
The match/action pattern implementation is now complete and production-ready.
2025-05-28 14:12:50 +00:00
2e75961d1c
feat: implement comprehensive route-based email routing system
...
Replace legacy domain-rule based routing with flexible route-based system that supports:
- Multi-criteria matching (recipients, senders, IPs, authentication)
- Four action types (forward, process, deliver, reject)
- Moved DKIM signing to delivery phase for signature validity
- Connection pooling for efficient email forwarding
- Pattern caching for improved performance
This provides more granular control over email routing with priority-based matching and comprehensive test coverage.
2025-05-28 13:23:45 +00:00
88099e120a
feat: implement route-based email routing system
...
- Add core interfaces (IEmailRoute, IEmailMatch, IEmailAction, IEmailContext)
- Create EmailRouter class with comprehensive matching capabilities
- Support for recipient/sender patterns, IP/CIDR matching, auth checks
- Add content matching (headers, size, subject, attachments)
- Implement pattern caching for performance
- Update plan with completed steps
2025-05-28 12:07:37 +00:00
77ff948404
update
2025-05-28 11:39:54 +00:00
8d59d617f1
fix(interfaces): Remove legacy interfaces
2025-05-27 21:03:17 +00:00
2aeb52bf13
fix(structure): Unify structure even further
2025-05-27 18:00:14 +00:00
243a45d24c
feat(structure): Use unified Email class
2025-05-27 15:38:34 +00:00
cfea44742a
update
2025-05-27 15:06:44 +00:00
073c8378c7
update
2025-05-27 14:06:22 +00:00
c3b14c0f58
update
2025-05-27 10:39:29 +00:00
5a45d6cd45
update
2025-05-26 04:09:29 +00:00
5b33623c2d
update
2025-05-25 11:18:12 +00:00
f2e9ff0a51
update
2025-05-24 01:00:30 +00:00
7d28d23bbd
update
2025-05-23 08:52:02 +00:00
53f5e30b23
update
2025-05-23 08:17:34 +00:00
7344bf0f70
update
2025-05-23 01:00:37 +00:00
4905595cbb
update
2025-05-23 00:06:07 +00:00
f058b2d1e7
update
2025-05-22 23:09:41 +00:00
6fcc3feb73
update
2025-05-22 23:02:51 +00:00
50350bd78d
update
2025-05-22 23:02:37 +00:00
f065a9c952
update
2025-05-22 18:38:04 +00:00
ca53816b41
BREAKING_CHANGE(structure): rebrand as dcrouter
2025-05-22 13:03:09 +00:00
ac419e7b79
update
2025-05-22 10:18:02 +00:00
7c0f9b4e44
update
2025-05-22 09:39:31 +00:00
d584f3584c
update
2025-05-22 09:22:55 +00:00
a4353b10bb
update
2025-05-22 00:38:04 +00:00
b2f25c49b6
update
2025-05-22 00:11:33 +00:00
d3255a7e14
update
2025-05-21 23:37:29 +00:00
2564d0874b
update
2025-05-21 21:29:04 +00:00
ca111f4783
update
2025-05-21 19:08:50 +00:00
b6dd281a54
update
2025-05-21 18:52:04 +00:00
645790d0c2
update
2025-05-21 17:33:16 +00:00
535b055664
update
2025-05-21 17:05:42 +00:00
2eeb731669
update
2025-05-21 16:17:17 +00:00
c3ae995372
update
2025-05-21 14:45:17 +00:00
15e7a3032c
update
2025-05-21 14:38:58 +00:00
10ab09894b
update
2025-05-21 14:28:33 +00:00
38811dbf23
update
2025-05-21 13:42:12 +00:00
3f220996ee
update
2025-05-21 12:52:24 +00:00
b0a0078ad0
update
2025-05-21 10:38:22 +00:00
ecb913843c
update
2025-05-21 10:00:06 +00:00
162795802f
update
2025-05-21 02:17:18 +00:00
b1890f59ee
update
2025-05-21 00:12:49 +00:00
5c85188183
update
2025-05-21 00:12:39 +00:00
f37cddf26d
update
2025-05-20 19:46:59 +00:00
f3f06ed06d
update
2025-05-20 11:04:09 +00:00
8b857e3d1d
update
2025-05-08 12:46:10 +00:00
39b634b6bb
fix(types): Fix TypeScript build errors and improve API type safety across platformservice interfaces
2025-05-08 10:39:43 +00:00
d3d197d9d3
fix(mail): refactor(mail): Remove Mailgun references from PlatformService. Update keywords, error messages, and documentation to use MTA exclusively.
2025-05-08 01:37:38 +00:00
fe2069c48e
update
2025-05-08 01:13:54 +00:00