Summary: | Invitation confirmation sent to wrong person and contains wrong translation | ||
---|---|---|---|
Product: | [Applications] korganizer | Reporter: | Gunter Ohrner <kdebugs> |
Component: | agendaview (weekview) | Assignee: | Sergio Martins <smartins> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | honkir, lueck, montel, smartins |
Priority: | NOR | ||
Version: | 4.7 | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/kdepimlibs/5efe6da97ced262603b1b5b50798c5df76cc0f0d | Version Fixed In: | 4.11.3 |
Sentry Crash Report: |
Description
Gunter Ohrner
2011-12-21 22:11:59 UTC
The wrong german translation is fixed with Revision 1269869/1269870 in trunk (4.8) and branch (4.7), thanks Gunter Ohrner for spotting this. so, the issue is fixed now ? Not really. The wrong translation is fixed, but that still does not explain the (from my point of view) swapped sender/receiver addresses in the confirmation mail, and it does not explain why the meeting's Chair should "Accept" or "Reject" a *confirmation* from a participant. Maybe I should have split the translation issue into a separate bug. :) I have a similar problem - when I accept the incomming invitation (through IMAP), the response mail would be sent with FROM=invitation-creator@email and TO=all-invitees@email. From my point of view, this is completely twisted: 1. I want the meeting organizer to know, that I'm going to go to the meeting. 2. All other invitees do not need to bee informed about it. 3. I can not send the e-mail with FROM set to any email address except my own (a properly configured smtp server with authentication). Result: I'm not able to accept meeting invitations. In some cases, the event won't be recorded into my calendar, byt I expect this to be another problem. I have noticed, that this bug is pretty old and the functionality has been broken with one of the last updates, no more than 6 months ago. Should I put the bug description elsewhere? Git commit 5efe6da97ced262603b1b5b50798c5df76cc0f0d by Sergio Martins. Committed on 31/10/2013 at 21:48. Pushed by smartins into branch 'KDE/4.11'. Fix bug where we would send an e-mail with a forged From: This case happened when we were not the organizer and then modified the event. An e-mail would be sent with From: <organizer>, with *all* participants in CC. The correct is to not send anything, because the user was already warned via message boz that the event will become out of sync with the organizer's. Related: bug 318394 FIXED-IN: 4.11.3 M +4 -3 akonadi/calendar/incidencechanger.cpp M +11 -0 akonadi/calendar/tests/itiphandlertest.cpp http://commits.kde.org/kdepimlibs/5efe6da97ced262603b1b5b50798c5df76cc0f0d |