mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[PR #839] [MERGED] Fix Warn about potential missing attachment when sending an email #1084
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#1084
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/839
Author: @Shadow243
Created: 12/11/2023
Status: ✅ Merged
Merged: 2/5/2024
Merged by: @kroky
Base:
master← Head:attachment-reminder📝 Commits (2)
0ea542eFix Warn about potential missing attachment when sending an emailda5629aresolve #868 conflits📊 Changes
21 files changed (+176 additions, -19 deletions)
View changed files
📝
language/az.php(+2 -0)📝
language/de.php(+2 -0)📝
language/en.php(+2 -0)📝
language/es.php(+2 -0)📝
language/et.php(+2 -0)📝
language/fa.php(+2 -0)📝
language/fr.php(+2 -0)📝
language/hu.php(+2 -0)📝
language/id.php(+2 -0)📝
language/it.php(+2 -0)📝
language/ja.php(+2 -0)📝
language/nl.php(+2 -0)📝
language/pt-BR.php(+2 -0)📝
language/ro.php(+2 -0)📝
language/ru.php(+2 -0)📝
language/zh-Hans.php(+2 -0)📝
lib/module.php(+23 -0)📝
modules/core/output_modules.php(+9 -0)📝
modules/smtp/modules.php(+35 -3)📝
modules/smtp/setup.php(+6 -1)...and 1 more files
📄 Description
Warn about potential missing attachment when sending an email #684
Description
Introduce a feature to warn users about potential missing attachments when composing and sending an email. This includes a configuration setting to toggle the feature, JavaScript implementation for keyword checking, modal notification, and an option to force send.
Implementation Steps
Configuration Setting
enable_attachment_reminderconfiguration value.JavaScript Implementation
translated_keywordsvariable.Modal Notification
Force Send Option
Testing
Additional Information
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.