This fixes the case where we reply on behalf of someone (e.g. a
resource), and therefore can't use the sender for matching.
For both displaying the itip and processing the reply to update the calendar.
Details
Details
- Reviewers
machniak - Group Reviewers
Restricted Project - Commits
- rRPKde3a536daa60: Avoid relying on the sender for REPLY attendee matching.
rRPK8269a3d41bd3: Avoid relying on the sender for REPLY attendee matching.
Diff Detail
Diff Detail
- Repository
- rRPK roundcubemail-plugins-kolab
- Lint
No Lint Coverage - Unit
No Test Coverage - Build Status
Buildable 37388 Build 15002: arc lint + arc unit
Event Timeline
plugins/libcalendaring/lib/libcalendaring_itip.php | ||
---|---|---|
1001 | A typo. | |
1008 | This will log a warning when $attendee[$email_field] does not exist. | |
1020 | I would filter out attendees without email attribute. Some code expects email to exist, e.g. line 639. | |
1026 | You can remove the else after return. | |
1029 | $itip_attendees should be used here. |