Hello
I have a problem with magento setup:di:compile command.
The model implements : \Magento\Framework\Mail\TransportInterface. And in Magento 2.2, the interface has getMessage() method.
Is it possible to add this method on your model ? It can just have : return $this->message(); instruction.
Thank you