Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Releases: Kareadita/KavitaEmail

.NET 8 + No SSL Mode

06 Jan 14:28
Compare
Choose a tag to compare

Changed

  • Changed: Now supports Non-SSL mode (Fixes #48)
  • Changed: Updated to .NET 8

Fixed Change Email using wrong Template

24 Oct 20:59
13a7d73
Compare
Choose a tag to compare

Fixed

  • Fixed: Fixed a regression where test email wouldn't send an email from last release
  • Fixed: Fixed change email not using the correct email template

v0.1.22.0 - Version API

22 Oct 18:05
Compare
Choose a tag to compare

Added

  • Added: New API to get version (This is for Kavita v0.7.10)

v0.1.20.0 - No Authentication Support

25 Jun 12:27
Compare
Choose a tag to compare

Changed

  • Changed: If no username/password is set, don't try to authenticate (Fixes #43 )
  • Changed: Preheader text for Send to Device now shows the correct message

v0.1.19.0 - Authentication Bugfix

07 May 21:16
Compare
Choose a tag to compare

Fixed

  • Fixed: Fixed a bug where send email wasn't authenticating with UserName, but SenderAddress

v0.1.18.0 - Fixed templates not copying (Docker)

06 May 12:08
Compare
Choose a tag to compare

Fixed

  • Fixed: Fixed the templates folder not being created on start of container

v0.1.17.0 - Breaking Changes: Fixes Kindle Send To Device flow

02 May 14:16
Compare
Choose a tag to compare

Docker users MUST manually update and mount the config directory

Changed

  • Docker image no longer uses sed and environment variables. A blank appsettings.json config is created for the user to fill out and is mounted.
  • Addresses multiple bugs with using sed

Fixed

  • Fixed: Send to Kindle was broken

Things to note

  • Users already using the email container will have to update their configuration to use the mounted file

v0.1.16.0 - SMTP Client Update

28 Apr 14:51
Compare
Choose a tag to compare

This is a small but potentially impactful update. With this update, Email service moves to MailKit, which is much more up-to-date. This should improve options for SMTP clients. In addition, adds some changes for Kavita v0.7.2.

Added

  • Added: Added the ability to send an actual email on testing the service (requires Kavita v0.7.1.35+)

Changed

  • Changed: Removed a ton of code that isn't needed to slim this microService down
  • Changed; Swapped out SMTP Library to something more modern

Removed:

  • Removed: Removed the ConnectionStrings, ValidateUser, EnableSsl, UseDefaultCredentials, IsBodyHtml from appSetting.json

v0.1.14.0 - Outlook can send emails now

23 Feb 18:17
Compare
Choose a tag to compare

Fixed

  • Fixed: Fixed and issue where Outlook would not send emails. This was due to it needing a specific TLS setting.

v0.1.12.0 - Missing Templates Fix

29 Jan 20:27
Compare
Choose a tag to compare

This is a very small fix to ensure the templates are included in the release build.

Fixed

  • Fixed: Fixed an issue where templates folder wasn't bundled with the production build.