Skip to content

Latest commit

 

History

History
60 lines (36 loc) · 1.13 KB

CHANGELOG.md

File metadata and controls

60 lines (36 loc) · 1.13 KB

Unreleased

Fix

  • build: solve versioning problem
  • README.md: update README.md
  • stubs: regenerate stubs

Refactor

  • improve docs for client section
  • improve client service to handle reqs without ctx

v0.4.0 (2024-07-17)

Feat

  • sage_imap: enhance imap service
  • sage_imap: enhance EmailMessage dataclass
  • IMAPMailboxService: Add .eml file upload functionality to IMAP server

Fix

  • sage_imap: fix merge conflict
  • utils: add missing code on utils for previous commit

v0.3.0 (2024-07-13)

Feat

  • sage_imap: add html support to send email message

Fix

  • readme: update readme.md

Refactor

  • stubs: update stub files with mypy

v0.2.0 (2024-07-13)

Feat

  • sage_imap: add feat email sender
  • sage_imap: add support message-ID header on fetch and message set improvement
  • sage_imap: add search criteria method

v0.1.3 (2024-07-09)

Feat

  • core: add core imap service code

Fix

  • docs: change docs project name
  • readthedocs: update readthedocs conf
  • readthedocs: update conf path
  • pyproject: add cz commit conf