Skip to content

Releases: Ccccraz/ews-cli

Release list

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 12 Sep 23:20
e91bf62

0.2.0 (2026-09-12)

⚠ BREAKING CHANGES

  • ♻️ rename project to ews-cli (#24)

Code Refactoring

  • ♻️ rename project to ews-cli (#24) (a085444)

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 12 Sep 21:51
7c9752c

0.1.1 (2026-09-12)

Features

  • attachment: ✨ add streaming attachment save command (#6) (786a85b)
  • auth: ✨ add password deletion command (#3) (c811a42)
  • cli: ✨ add config and auth commands (#2) (225e6a7)
  • cli: ✨ add EWS profile configuration and access testing (51c2680)
  • config: ✨ add multi-user profiles (#16) (55549be)
  • contact: ✨ cache personal contacts and search the directory (#18) (fdd07e5)
  • doctor: ✨ add configuration, TLS and login diagnosis command (#4) (3b9c376)
  • keyring: ✨ classify backend failures and document cross-platform support (#20) (589b2be)
  • logging: ✨ add a loguru stderr diagnostics entry point (#8) (bb7a995)
  • logging: ✨ swap loguru for structlog json diagnostics (#9) (ba95148)
  • mailbox: ✨ add EWS read commands (f4b42ba)
  • message: ✨ add draft creation commands (#17) (3696483)
  • message: ✨ add message send, reply, mark-read and move commands (#5) (4ae5064)
  • storage: ✨ add SQLModel mailbox cache (1f5e4ab)
  • sync: ✨ add local-first mailbox synchronization (#1) (b379b0e)
  • thread: ✨ read a full exchange conversation thread (#7) (74e1ee3)

Bug Fixes

  • cli: 🐛 report unexpected errors as the internal error envelope (#12) (869e9aa)
  • folder: 🐛 resolve well-known folder names by distinguished id (#11) (1d19ced)
  • message: 🐛 report the server change key after mark-read (#10) (34badce)

Documentation

  • 📝 add bilingual readme covering usage and the output contract (#13) (1746928)
  • 📝 add MIT license (b2db3cc)
  • 📝 add the implementation reference and the agent conventions (#15) (5dedd6a)
  • 📝 require agents to write only through the draft series (#19) (f6c5118)