Reset the status on mail_message_load so we can process multiple
messages Otherwise we just keep returning the data from the first parse in get_mail_ical_objects.
This commit is contained in:
parent
5a8b8c5e74
commit
fa7f7324e8
1 changed files with 2 additions and 0 deletions
|
@ -1139,6 +1139,8 @@ class libcalendaring extends rcube_plugin
|
|||
*/
|
||||
public function mail_message_load($p)
|
||||
{
|
||||
$this->ical_parts = [];
|
||||
$this->mail_ical_parser = null;
|
||||
$this->ical_message = $p['object'];
|
||||
$itip_part = null;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue