mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #684] Warn about potential missing attachment when sending an email #444
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#444
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?
Originally created by @marclaporte on GitHub (Feb 26, 2023).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/684
Originally assigned to: @Shadow243 on GitHub.
Something like this: https://www.claws-mail.org/plugin.php?plugin=attachwarner
@dumblob commented on GitHub (Feb 27, 2023):
Yep, this is a teeny tiny thingy but for my workflow it was a total game changer (I had been routinely forgetting attachments in more than 90% cases). But I configured it once in Thunderbird and since then I rarely forgot an attachment.
@Shadow243 commented on GitHub (Dec 4, 2023):
It appears that utilizing an AI solution is the most fitting approach. This would enable us to accommodate all languages or email formats comprehensively. By leveraging AI, we can effectively address this issue, irrespective of the language or format employed.
@marclaporte commented on GitHub (Dec 5, 2023):
AI: Seems like overkill to add a dependency for this.
A simple example: https://github.com/roundcube/roundcubemail/blob/master/plugins/attachment_reminder/attachment_reminder.php
We can easily get translators to identify the main terms for currently supported languages.
I like the idea of machine learning and AI for more advanced use cases. Related: https://dev.tiki.org/Machine-Learning-for-Email
@Shadow243 commented on GitHub (Dec 11, 2023):
Pull Request https://github.com/cypht-org/cypht/pull/839 has been submitted, introducing the feature to warn users about potential missing attachments when composing emails.