mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-01 12:44:42 +00:00
Process event updates from other apps
This commit is contained in:
parent
a7ef7b5231
commit
3cb72c329b
1 changed files with 2 additions and 0 deletions
|
@ -4446,6 +4446,8 @@ public class MessageHelper {
|
|||
// https://www.rfc-editor.org/rfc/rfc5546#section-3.2
|
||||
if (method != null && method.isCancel())
|
||||
CalendarHelper.delete(context, event, message);
|
||||
else if (method != null && method.isReply())
|
||||
CalendarHelper.update(context, event, message);
|
||||
else if (method == null || method.isRequest()) {
|
||||
String selectedAccount;
|
||||
String selectedName;
|
||||
|
|
Loading…
Reference in a new issue