Skip to content

1.3.1: BUGFIX | Use dynamic number type for mailbox API response

Choose a tag to compare

@j6s j6s released this 14 Jul 17:33
· 42 commits to main since this release
8cb074a

Fixed

  • A recent version of mailcow changed the type of a property from a string to an int. This
    release adds support for newer mailcow versions returning an int while preserving functionality
    on older mailcow versions that return a string.