mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[PR #1231] [MERGED] Merge to 2.x 1 #1358
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#1358
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/1231
Author: @Shadow243
Created: 9/9/2024
Status: ✅ Merged
Merged: 9/9/2024
Merged by: @marclaporte
Base:
2.x← Head:merge-to-2.x-1📝 Commits (10+)
9e3035cFix default_timezone configured from .env file974c801Fix default_settings configured from .env file5faa0eb[FIX] block_list page: reviewing unblock and block actionsc4dbafdComment reload_folder_list that will be reviewed after63dcbceMerge pull request #1228 from Shadow243/comment-test505d416Merge pull request #1213 from christer77/debug-unblock-test5253f32Merge pull request #1158 from Shadow243/fix-default-timezoned5608adfix imap::read_literal to work on 7-bit bytes rather than multibyte strings, fix imap unit tests and add tests for recent bugs: accidentally reading next lines of literals and not splitting addresses correctly78486a6add note about imap read_literal methoda5f8215Merge pull request #1230 from cypht-org/bugfix/multibyte-imap📊 Changes
41 files changed (+690 additions, -560 deletions)
View changed files
📝
.env.example(+10 -1)📝
config/app.php(+107 -37)📝
index.php(+4 -3)📝
lib/config.php(+2 -2)📝
lib/environment.php(+53 -4)📝
lib/modules_exec.php(+2 -2)📝
modules/advanced_search/modules.php(+1 -1)📝
modules/contacts/modules.php(+1 -1)📝
modules/core/functions.php(+1 -0)📝
modules/core/handler_modules.php(+43 -30)📝
modules/core/message_functions.php(+6 -5)📝
modules/core/message_list_functions.php(+19 -19)📝
modules/core/output_modules.php(+62 -56)📝
modules/core/site.js(+18 -71)📝
modules/feeds/modules.php(+21 -21)📝
modules/github/modules.php(+15 -15)📝
modules/imap/functions.php(+2 -2)📝
modules/imap/handler_modules.php(+21 -21)📝
modules/imap/hm-imap-base.php(+20 -14)📝
modules/imap/output_modules.php(+21 -18)...and 21 more files
📄 Description
merging master to 2.x
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.