yao/agent/robot/events
Max 2993b0b946 feat(messenger): enhance dynamic SMTP resolution and identity handling
- Implemented dynamic SMTP provider resolution based on user/team context, improving email sending capabilities.
- Updated the Send and SendT methods to utilize identity information from the context for dynamic provider selection.
- Refactored cloud encryption and decryption methods to delegate to the setting package, streamlining cryptographic operations.
- Enhanced team invitation email sending to include identity context, ensuring accurate user/team information is used.
- Removed obsolete crypto helper functions, simplifying the codebase and improving maintainability.
2026-05-04 18:15:21 +08:00
..
integrations feat(robot): add Weixin integration and enhance existing adapters 2026-03-23 23:47:25 +08:00
delivery.go feat(messenger): enhance dynamic SMTP resolution and identity handling 2026-05-04 18:15:21 +08:00
event_push_test.go Refactor delivery event handling and payload structure for improved clarity and functionality 2026-02-27 18:19:57 +08:00
events.go feat(robot): enhance manager and execution handling 2026-03-23 17:46:32 +08:00
events_test.go Refactor delivery event handling and payload structure for improved clarity and functionality 2026-02-27 18:19:57 +08:00
handlers.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
handlers_test.go Refactor delivery event handling and payload structure for improved clarity and functionality 2026-02-27 18:19:57 +08:00
log.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00
message.go Enhance robot integration with Telegram and improve event handling 2026-03-01 22:03:25 +08:00