Skip to content

Releases: mathcoder23/mail-reply-smith

v0.1.0

27 Aug 12:55
23498ad

Choose a tag to compare

Release v0.1.0

  • This is the initial release of mail-reply-smith.

Key Features

  • Core Mail Processing Logic: Implemented the core functionality to fetch emails via IMAP and send them via SMTP.
  • Rule-Based Filtering: Supports configuring rules in src/config/config.yaml to filter emails by sender or subject and trigger actions such as "forward"
  • Docker Support: Provides a Dockerfile and docker-compose.yml to easily deploy and run the application in a container.
  • Simple Configuration: All settings, including mail server credentials and filtering rules, are centralized in the src/config/config.yaml file for straightforward management.