mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #412] Better handling of spam folder: Special folder, aggregate view, tag as "not spam", etc. #340
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#340
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 (Jun 25, 2020).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/412
Originally assigned to: @jasonmunro on GitHub.
I received an email. Went in spam folder. I didn't think to check. It was an important email. Not spam. I had nothing prompting me to go check there. Not good.
We should:
Thanks!
@dumblob commented on GitHub (Jun 25, 2020):
If there is any standard for that, I'm ok with this proposal. But if not (and I don't know of any), I'm strongly against yeat another button (or any UI extension in this regard) because the functionality is equivalent to "move to another folder" (duplicating functionality is UX anti-pattern).
@Yamakasi commented on GitHub (Jun 27, 2020):
I thought directly, did Marc not asked for the same a couple of months ago ?
@marclaporte commented on GitHub (Oct 16, 2020):
Just happened again. spam folder is too hidden.
@ElvisAns commented on GitHub (Sep 23, 2022):
I join the thread... I hope to find a solution with your help
@marclaporte commented on GitHub (Sep 24, 2022):
Here is how Gmail and Roundcube do it:


@marclaporte commented on GitHub (Feb 27, 2023):
https://support.mozilla.org/en-US/kb/thunderbird-and-junk-spam-messages#w_tell-thunderbird-what-is-not-junk
http://kb.mozillazine.org/Junk_Mail_Controls
NonJunk is visible here:
https://datatracker.ietf.org/doc/rfc5232/
https://datatracker.ietf.org/doc/rfc9051/
https://datatracker.ietf.org/doc/draft-ietf-extra-imap4rev2/05/
@marclaporte commented on GitHub (Mar 22, 2024):
Partially done: https://github.com/cypht-org/cypht/pull/704
@marclaporte commented on GitHub (Oct 26, 2024):
The next step on this task is: "Have a button to identify a message as 'not spam' and move it back to relevant inbox. And if possible, teach the server that it's not spam (is there a standard for this?)"
All the email services I use offer a webmail. And from memory, they all have a way to mark "not spam" in the webmail. As of now, I need to login all of them one by one, find the messages and click "not spam". This is quite annoying as I am now accustomed to Cypht's unifed inbox. Thus, I want to do this in Cypht, and Cypht should inform mail server to adjust spam detection rules.