hook to invalidate, if mailaccount userdata changes

This commit is contained in:
Ralf Becker 2016-04-06 09:05:02 +00:00
parent 368a99167e
commit 01a02a1303

View File

@ -339,6 +339,13 @@ class Sql extends Mail\Smtp
}
}
}
// let interesed parties know account was update
Api\Hooks::process(array(
'location' => 'mailaccount_userdata_updated',
'account_id' => $_uidnumber,
));
return true;
}