mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
The base class has the methods to accept `Sequence` of `EmailMessage`. Because our implementation in fact only supports `EmailMultiAlternatives`, isinstance checks with assertions need to be added along with the signature change. Signed-off-by: Zixuan James Li <p359101898@gmail.com>