mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 01:10:22 +03:00
[PR #268] [MERGED] fix: add option to manually select SMTP TLS method #893
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/pocket-id/pocket-id/pull/268
Author: @kmendell
Created: 2/25/2025
Status: ✅ Merged
Merged: 2/25/2025
Merged by: @stonith404
Base:
main← Head:smtp-ports📝 Commits (4)
7f2d420fix: smtp tls option selector61cb13creplace migration with sql migration0ec9eccfix label displayed correctlyab55451fix postgres migration📊 Changes
10 files changed (+55 additions, -17 deletions)
View changed files
📝
backend/internal/dto/app_config_dto.go(+1 -1)📝
backend/internal/service/app_config_service.go(+3 -2)📝
backend/internal/service/email_service.go(+7 -3)➕
backend/resources/migrations/postgres/20250225182112_manual_smtp_tls_selection.down.sql(+1 -0)➕
backend/resources/migrations/postgres/20250225182112_manual_smtp_tls_selection.up.sql(+7 -0)➕
backend/resources/migrations/sqlite/20250225182112_manual_smtp_tls_selection.down.sql(+1 -0)➕
backend/resources/migrations/sqlite/20250225182112_manual_smtp_tls_selection.up.sql(+7 -0)📝
frontend/package-lock.json(+2 -2)📝
frontend/src/lib/types/application-configuration.ts(+1 -1)📝
frontend/src/routes/settings/admin/application-configuration/forms/app-config-email-form.svelte(+25 -8)📄 Description
Fixes: https://github.com/pocket-id/pocket-id/issues/264
I tested and this works, but could maybe be cleaner, or some stuff could be changed a bit.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.