Commit graph

6 commits

Author SHA1 Message Date
19be697f86
fix: improve body truncation for Discord messages to respect character boundaries 2026-02-03 14:03:50 +09:00
76d77d897c
feat: add html2text dependency and implement HTML to Markdown conversion in email body processing 2026-01-22 16:25:33 +09:00
ac9510d615
fix: update .gitignore and remove sensitive config.toml, add config.example.toml 2026-01-20 19:16:06 +09:00
a5fd96116d
fix: add missing 'make' installation in Dockerfile 2026-01-20 13:09:09 +09:00
5ed39fa355
fix: add missing perl installation in Dockerfile 2026-01-20 13:07:35 +09:00
d9cc3c37b2
feat: initialize newsletter project with IMAP email processing and Discord integration
- Add Cargo.toml for project dependencies
- Create Dockerfile for building and running the application
- Add docker-compose configuration for service management
- Implement email monitoring and processing in main.rs
- Parse emails and send notifications to Discord
- Include configuration file for IMAP and Discord settings
2026-01-20 13:05:59 +09:00