You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oabrivard 1f9f7f39d7 Phase 7: Email sending via Resend + Markdown/PDF export
Backend:
- Synthesis email sending via Resend API with HTML template (inline CSS,
  tables-based for email client compatibility) + plain-text fallback
- XSS prevention via html_escape() on all user content in email templates
- Markdown export: clean format with headers, links, summaries
- PDF export: printpdf with built-in Helvetica fonts, indigo color scheme,
  automatic page breaks, word wrapping
- 3 new endpoints: send-email, export/markdown, export/pdf
- All endpoints enforce ownership checks
- Email validation using email_address crate
- 24 new unit tests, 13 integration tests

Frontend:
- Email section on SynthesisDetail: input pre-filled with user email,
  send button with loading state, success/error feedback
- Export buttons: Markdown + PDF with per-button loading states
- File download via Blob + temporary anchor with Content-Disposition parsing
- 6 new export tests

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
3 months ago
..
common Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
api_admin_test.rs Phase 3: Admin module with provider/model curation, rate limits, user management 3 months ago
api_auth_test.rs
api_csrf_test.rs
api_export_test.rs Phase 7: Email sending via Resend + Markdown/PDF export 3 months ago
api_health_test.rs
api_keys_test.rs Phase 4: LLM provider abstraction with Gemini, user API key encryption 3 months ago
api_settings_test.rs
api_sources_test.rs Finished phase 2 3 months ago
api_syntheses_test.rs Phase 5: Generation pipeline with SSE progress, syntheses CRUD 3 months ago