[PR #292] [MERGED] fix: support LOGIN authentication method for SMTP #709

Closed
opened 2026-02-04 20:48:48 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pocket-id/pocket-id/pull/292
Author: @stonith404
Created: 3/3/2025
Status: Merged
Merged: 3/3/2025
Merged by: @stonith404

Base: mainHead: refactor/go-smtp


📝 Commits (3)

  • bac5f76 refactor: replace net/smtp with go-smtp
  • b8566b9 fix auth mechanism
  • c025c5e Merge branch 'main' into refactor/go-smtp

📊 Changes

3 files changed (+49 additions, -89 deletions)

View changed files

📝 backend/go.mod (+2 -0)
📝 backend/go.sum (+4 -0)
📝 backend/internal/service/email_service.go (+43 -89)

📄 Description

Fixes #276


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pocket-id/pocket-id/pull/292 **Author:** [@stonith404](https://github.com/stonith404) **Created:** 3/3/2025 **Status:** ✅ Merged **Merged:** 3/3/2025 **Merged by:** [@stonith404](https://github.com/stonith404) **Base:** `main` ← **Head:** `refactor/go-smtp` --- ### 📝 Commits (3) - [`bac5f76`](https://github.com/pocket-id/pocket-id/commit/bac5f76ef8b91975f2a44714ad99fbedb5f4218d) refactor: replace net/smtp with go-smtp - [`b8566b9`](https://github.com/pocket-id/pocket-id/commit/b8566b9fe93b74dbd1ebbe6dcc86c32f15d1bb23) fix auth mechanism - [`c025c5e`](https://github.com/pocket-id/pocket-id/commit/c025c5e8f46fff497ed7ac330ae59f24af741566) Merge branch 'main' into refactor/go-smtp ### 📊 Changes **3 files changed** (+49 additions, -89 deletions) <details> <summary>View changed files</summary> 📝 `backend/go.mod` (+2 -0) 📝 `backend/go.sum` (+4 -0) 📝 `backend/internal/service/email_service.go` (+43 -89) </details> ### 📄 Description Fixes #276 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-04 20:48:48 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/pocket-id#709