-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Further options #45
base: master
Are you sure you want to change the base?
Further options #45
Conversation
to ineffective searchAndRemoveFromRecipientList() calls to remove sender address from recipients lists.
…Original Recipient Email.
…dress as sender configurable.
Hi @umoenks, thank you for your proposals, I need some days to test, understand and give feedback (or approve) |
Let me know, if you think I can help you to understand what I did, @ldreier. 👍 |
@umoenks, first tests look OK. Seems not to break existing functionality. (I run some automatic testing tools ... sometime adapting the test tools take some time ...) |
@umoenks, Your change proposes to change the "from" entry, but keep a different sender identity: |
Simply put: the amount of work related to this, @ldreier. The longer explanation comes here.
This is actually a scenario which is not so rare among e-mail users. Before I came across |
@umoenks , I am not sure if it helps in the discussion, but I tried to capture what the addon is actually doing... Questions:
regarding proposed commits...: |
@umoenks , I prepared locally some changes along my questions in the last post. Do you have feedback to the questions? |
Thanks for asking back, @ldreier. |
Hi @ldreier, So, let's see. 😊
At least it visualizes your understanding, and from what I see, I think that's pretty identical to, let's say, "my intended behavior", yes.
This, I am not sure if I get it right. From what I understand: what you described is realized with the code in my PR along with my following settings (actual settings GIMPed to fit the If you meant something else, please excuse my wrong understanding and let's discuss further.
These two points I actually do not care about as my e-mail provider does not care about. 😅 Admittedly, this is bound to my setup, especially my e-mail provider. There might be some others which might inject the mailbox used to the mail (
Correct, that was something where I tried to get the code clean without using branches. Didn't work properly. I hope I was able to clarify your questions. If not, I'm happy to give further hints to my thoughts. |
HI @ldreier, I just hope my answer didn't complicate things... |
@umoenks ... hope not ... I uploaded my current code into a branch I think the main changes to your proposal are in the "use match for "from"" commit. (Reflected in flow graph a.o. by dotted arrow) The updated flow graph and the referenced config is added below. Todos planned:
|
Sounds great! Thrilled to see it merge to main one day or the other. 😊 |
@umoenks An update on the Thunderbird Add-on site was not yet triggered... should I? |
Installed the Github release und did some superficial tests - all, that is important to me. Looks good to me, @ldreier! As far as I'm concerned: pull the trigger, release it to TB Add-on store. 👍 |
Addition of two settings per identity:
Remarks:
foo@xyz.com
and also configured this as an identity in Thunderbird. Whenever you receive an email underbar@xyz.com
or any other, you want to answer using the original recipientbar@xyz.com
instead offoo@xyz.com
or any manual fiddling with custom sender address in Thunderbird. You might want to add additional headers likex-forwarded-for
,x-rzg-fwd-by
orx-envelope-to
to be able to detect newslist mails sent to those catch-all mailboxes.Happy to discuss!
BTW: 2. was the functionality I missed in Thunderbird and found closest in Correct Identity. The only missing part was to setting the original recipient address as sender. The rest, what was already existing: Awesome! Great work!