mirror of
https://github.com/cypht-org/cypht.git
synced 2026-04-25 04:56:03 +03:00
[GH-ISSUE #384] When we reply to an email we have sent, it proposes our address #324
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#324
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 @adrienmaloba on GitHub (Apr 5, 2020).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/384
When we have sent an email to a correspondent and we want to reply to the same message.
By clicking on REPLY, this suggests us to send a message to the sender, not to the receiver of the sender.
The improvement would be to offer to send an email to the recipient instead of the sender.
@dumblob commented on GitHub (Apr 5, 2020):
I'll second this request with a minor modification - I'd actually expect to have all
To:From:Cc:copiedwith.To:andFrom:swapped@marclaporte commented on GitHub (Apr 12, 2020):
Also, when forwarding a message, the "to" and "cc" are missing.
Open question: should bcc be in the forward? Roundcube doesn't do it. I can think of arguments on both sides. I guess we can see what all the main webmail software and services do...
Current forward message:
----- begin forwarded message -----
From:
Date:
Subject:
@dumblob commented on GitHub (Apr 13, 2020):
Hm, bcc gets separated from the email before sending and because "saving to sent folder" is usually implemented as sending as well, one would think it'll always be empty in the saved email. On the other hand, I had many times the problem I wanted to find out who was in bcc (I use it quite frequently) and couldn't find anything because it won't get saved.
That said I'd strongly prefer if bcc actually got saved alongside with the whole email (and then when replying to it copied to the
bccfield without any swapping withtonorfromnorcc).@marclaporte commented on GitHub (Jul 10, 2022):
@dumblob For reply and reply-to-all, I just tested and it looks good to me. Can you confirm?
As for forward: Maybe we should track in a different issue because there are other concerns.
https://github.com/jasonmunro/cypht/pull/558
https://gitter.im/cypht-org/community?at=60d49d5b8c12474d8ccde4c3
@dumblob commented on GitHub (Jul 12, 2022):
You mean the installation you tested exhibits the behavior I outlined above in https://github.com/jasonmunro/cypht/issues/384#issuecomment-609446767 ?
Yep, that is a tough one. OTOH I would also welcome to have an option of a lossy conversion (but not as a default). The conversion "filter" could even be configurable (or there could just be multiple different conversion filters to choose from to not overengineer Cypht configuration 😉).
@marclaporte commented on GitHub (Jul 12, 2022):
Well, I am not sure I understand https://github.com/jasonmunro/cypht/issues/384#issuecomment-609446767 so maybe I am missing a use case.
@dumblob commented on GitHub (Jul 12, 2022):
Yeah, the mention of swapping shall not be there - I might have been misled by the screenshot - I apologize for the fuss. To clarify, the following is what I actually expect.
Original (in any folder but sent by me):
After I (
a@b.c) clicked "reply to all":(i.e. 1:1 copy)
Note, this shall work even if I have multiple email addresses in Cypht - so the check "whether it originates from me or someone else" shall be performed against every email I have configured Cypht to actively use.