Skip to content

Releases: meysam81/parse-dmarc

v1.5.2

13 Mar 16:15
57055c3

Choose a tag to compare

1.5.2 (2026-03-13)

Bug Fixes

  • deps: update module github.com/modelcontextprotocol/go-sdk to v1.4.1 (#127) (ce63d91)
  • use PEEK when mark-seen is set to false (#125) (e54e269)

v1.5.1

13 Mar 04:40
dd76450

Choose a tag to compare

1.5.1 (2026-03-13)

Bug Fixes

  • CI: remove mcp entry from goreleaser altogether (1d769a4)

v1.5.0

13 Mar 04:26
bdc5377

Choose a tag to compare

1.5.0 (2026-03-13)

This release brings the possibility to customize the way the messages are processed and what to do with them. (See #118 for the feature request.)

Using the following two flags, you can define what to do with each message after the process is complete:

Env Default Value Description
IMAP_PROCESSED_MAILBOX "" Define a value to move the processed messages to the target mailbox afterwards. Leave the default empty to keep the message in the INBOX. The mailbox will be created if not present.
IMAP_MARK_AS_SEEN true Define whether or not to mark the message as seen. NOTE: setting this message to false and not specifying IMAP_PROCESSED_MAILBOX will result in the same message being processed over and over again.

Features

  • allow customizing SEEN & move-folder behavior after processing (80346df), closes #118

Bug Fixes

  • CI: disable publishing to mcp registry (c2e3969)
  • CI: use oxc the default vite minifier (2cc92e1)
  • deps: update module github.com/caarlos0/env/v11 to v11.4.0 (#104) (e14e6d2)
  • deps: update module github.com/goccy/go-json to v0.10.6 (#119) (7ad51d3)
  • deps: update module github.com/mattn/go-sqlite3 to v1.14.34 (#85) (5336d3a)
  • deps: update module github.com/modelcontextprotocol/go-sdk to v1 (#49) (58c0e79)
  • deps: update module github.com/modelcontextprotocol/go-sdk to v1.3.1 (#102) (68a80a4)
  • deps: update module github.com/modelcontextprotocol/go-sdk to v1.4.0 (#107) (39f1fcb)
  • deps: update module github.com/urfave/cli/v3 to v3.6.2 (#25) (955e4e0)
  • deps: update module github.com/urfave/cli/v3 to v3.7.0 (#110) (8ce7090)
  • deps: update module modernc.org/sqlite to v1.45.0 (#27) (2daa3b4)
  • deps: update module modernc.org/sqlite to v1.46.1 (#101) (087c4e7)
  • docs: update imap-host env var (#116) (6d5aa4f)
  • goreleaser: take build arg for copying binary in dockerfile (5fb9504)

v1.4.8

13 Feb 14:40
5e8d293

Choose a tag to compare

1.4.8 (2026-02-11)

Bug Fixes

  • CI: remove incomplete mcp docker from goreleaser (356bb7b)
  • do not overwrite release notes from goreleaser (43bec10)
  • mcp: handle json error (d17a04f)
  • propagate errors with context (85014c8)
  • stay compliant with brew core version print contraint (35f8261)

v1.4.7

01 Feb 16:05
3afe5b2

Choose a tag to compare

1.4.7 (2026-02-01)

Bug Fixes

  • CI: update mcp registry version identifier (a135890)

v1.4.6

01 Feb 15:44
fac0e0f

Choose a tag to compare

What's Changed

This release includes the following changes:

Changelog

Bug fixes

Others

  • 0d19d03: Add no-data state to prevent false critical alarms (@Copilot)
  • 18c6086: Add test for HasData field in GetStatistics (@Copilot)
  • 1bc5a16: Complete fix for no-data alarm state (@Copilot)
  • a9af296: Enhance test coverage for HasData with both true and false cases (@Copilot)
  • f00aae2: Hide pass rate in no-data state and revert package-lock.json (@Copilot)
  • d5ac790: Initial plan (@Copilot)
  • 1bbca56: Refactor test to use subtests for better organization (@Copilot)
  • af10d56: Remove unnecessary comments from code (@Copilot)
  • a2ce77c: chore(CI): use separate dockerfile for goreleaser (@meysam81)
  • fac0e0f: chore(main): release 1.4.6 (#91) (@github-actions[bot])

Full Changelog: v1.4.5...v1.4.6

v1.4.5

25 Jan 16:22
21b86a4

Choose a tag to compare

1.4.5 (2026-01-25)

Bug Fixes

v1.4.4

17 Jan 17:04
f510de6

Choose a tag to compare

1.4.4 (2026-01-17)

Bug Fixes

  • CI: remove changelog from release note (127cb80)
  • switch env and json config parsing order (#83) (12afcd2), closes #84

v1.4.3

21 Dec 02:54
8a15e34

Choose a tag to compare

What's Changed

This release includes the following changes:

Changelog

1.4.3 (2025-12-21)

Features

  • allow changing api endpoint from the settings modal (#76) (e6cb48b)

Miscellaneous Chores

  • prepare next release 1.4.3 (141e2ed)

Full Changelog: v1.4.2...v1.4.3

v1.4.2

20 Dec 16:51
cdf2502

Choose a tag to compare

1.4.2 (2025-12-20)

Bug Fixes

  • CI: change mcp auth type to gh oidc (1132b50)
  • dev: minify html with vite plugin (10eb4f7)