Changelog

This is a quick overview of the latest changes and additions.

Version 1.0.0-rc.2 (2023-11-18)

Sunnybox now adds an endpoint for automatic imap provider creation. This endpoint deducts configuration settings from Thunderbird-Database and DNS SRV records.

Read more in our blog post

Added

  • Create a new IMAP Provider via automatic configuration API Endpoint: https://api.sunnybox.io/api/v1/imap_providers/autoconfig.

Changed

  • Payload nesting for imap_providers CRUD (post/patch/put)

Version 1.0.0-rc.1 (2023-09-28)

Sunnybox now supports the creation of Streams. A Stream can group Providers together and posts new mails to a given callback URL.

Read more in our blog post

Added

  • Message Streams.

  • Webhooks via Message Streams

Changed

  • Improve robustness with for handling certain non UTF-8 compliant notifications

  • Minor Bugfixes