mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 13:05:53 +03:00
[PR #1199] [MERGED] Correct sieve connection when using scheme #1333
Labels
No labels
2fa
I18N
PGP
Security
Security
account
advanced_search
advanced_search
announcement
api_login
authentication
awaiting feedback
blocker
bug
bug
bug
calendar
config
contacts
core
core
devops
docker
docs
duplicate
dynamic_login
enhancement
epic
feature
feeds
framework
github
github
gmail_contacts
good first issue
help wanted
history
history
imap
imap_folders
inline_message
installation
keyboard_shortcuts
keyboard_shortcuts
ldap_contacts
mobile
need-ssh-access
new module set
nux
pop3
profiles
pull-request
question
refactor
release
research
saved_searches
smtp
strategic
tags
tests
themes
website
wordpress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cypht#1333
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/cypht-org/cypht/pull/1199
Author: @Shadow243
Created: 8/27/2024
Status: ✅ Merged
Merged: 10/18/2024
Merged by: @josaphatim
Base:
master← Head:correct-sieve-error-with-scheme📝 Commits (4)
18c2c4aCorrect sieve connection when using scheme6ca536aMake sieve tls mode dynamic to support all serversd522c61Enable sieve check on login with auth_type DB5602987Sieve tls option in bulk import📊 Changes
16 files changed (+76 additions, -31 deletions)
View changed files
📝
.env.example(+1 -0)📝
config/app.php(+10 -2)📝
lib/auth.php(+5 -2)📝
modules/core/handler_modules.php(+5 -2)📝
modules/core/setup.php(+1 -0)📝
modules/core/site.js(+10 -1)📝
modules/imap/functions.php(+6 -7)📝
modules/imap/handler_modules.php(+1 -0)📝
modules/imap/output_modules.php(+14 -4)📝
modules/nux/assets/data/server_accounts_sample.csv(+3 -3)📝
modules/nux/assets/data/server_accounts_sample.yaml(+4 -2)📝
modules/nux/modules.php(+2 -0)📝
modules/nux/services.php(+6 -3)📝
modules/sievefilters/hm-sieve.php(+2 -2)📝
modules/smtp/hm-smtp.php(+0 -1)📝
scripts/create_config.php(+6 -2)📄 Description
I added a checkbox that will be used to enable or disable TLS, instead of relying on the Sieve host starting with 'tls://'. With Migadu, even when TLS mode is set to true, we use the host without 'tls://'. However, with Stalwart, 'tls://' is required. In the older version, we were removing it before sending the request to the server at https://github.com/cypht-org/cypht/pull/1199/files#diff-f546b2284fe2ff1bd3c96ced190bc15d442480a4ebe1da5c82a2a59dd1b97505R1511 in
parse_urlfunction.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.