botserver/src
Rodrigo Rodriguez (Pragmatismo) d9b09e24d4 feat(email): implement email read tracking with pixel support
- Add email-read-pixel config parameter to enable/disable tracking
- Implement tracking pixel injection in HTML emails
- Add sent_email_tracking table with migration
- Create 4 new API endpoints:
  - GET /api/email/tracking/pixel/{id} - serve pixel & record read
  - GET /api/email/tracking/status/{id} - get email read status
  - GET /api/email/tracking/list - list all tracked emails
  - GET /api/email/tracking/stats - get aggregate statistics
- Store tracking data: read_at, read_count, IP, user_agent
- Integrate with send_email() to auto-inject pixel when enabled
2025-12-04 18:15:09 -03:00
..
analytics - Split into botui. 2025-12-02 21:09:43 -03:00
attendance Remove unused sqlx dependency and related code 2025-11-28 09:27:29 -03:00
basic feat(email): implement email read tracking with pixel support 2025-12-04 18:15:09 -03:00
calendar Implement real database functions, remove TODOs and placeholders 2025-12-03 22:23:30 -03:00
compliance Add docs, UI pages, code scanner, and Docker deployment guide 2025-11-30 19:36:50 -03:00
console - botbook extracted from. 2025-12-03 19:59:27 -03:00
core Implement real database functions, remove TODOs and placeholders 2025-12-03 22:23:30 -03:00
designer - Split into botui. 2025-12-02 21:09:43 -03:00
directory , dt.month, dt.hour, dt.is_weekend, etc.) 2025-11-30 15:07:29 -03:00
drive - Split into botui. 2025-12-02 21:09:43 -03:00
email feat(email): implement email read tracking with pixel support 2025-12-04 18:15:09 -03:00
llm feat(email): implement email read tracking with pixel support 2025-12-04 18:15:09 -03:00
meet HTMX enters. 2025-11-29 16:29:28 -03:00
multimodal - Split into botui. 2025-12-02 21:09:43 -03:00
nvidia - Even more keywords. 2025-11-22 12:26:16 -03:00
paper - Split into botui. 2025-12-02 21:09:43 -03:00
research - Split into botui. 2025-12-02 21:09:43 -03:00
security Update dependencies and remove problematic crates 2025-12-03 16:05:30 -03:00
sources - Split into botui. 2025-12-02 21:09:43 -03:00
tasks - Split into botui. 2025-12-02 21:09:43 -03:00
timeseries , dt.month, dt.hour, dt.is_weekend, etc.) 2025-11-30 15:07:29 -03:00
vector-db Add comprehensive documentation for GB templates and configuration 2025-12-03 16:05:50 -03:00
weba - Refactor folder as features. 2025-11-22 22:55:35 -03:00
lib.rs - Split into botui. 2025-12-02 21:09:43 -03:00
main.rs - New templates. 2025-12-03 07:15:54 -03:00