encoding = $encoding; } /** * Get the name of the ESMTP extension this handles. * * @return string */ public function getHandledKeyword() { return '8BITMIME'; } /** * Not used. */ public function setKeywordParams(array $parameters) { } /** * Not used. */ public function afterEhlo(Swift_Transport_SmtpAgent $agent) { } /** * Get params which are appended to MAIL FROM:<>. * * @return string[] */ public function getMailParams() { return ['BODY='.$this->encoding]; } /** * Not used. */ public function getRcptParams() { return []; } /** * Not used. */ public function onCommand( Swift_Transport_SmtpAgent $agent, $command, $codes = [], &$failedRecipients = null, &$stop = false, ) { } /** * Returns +1, -1 or 0 according to the rules for usort(). * * This method is called to ensure extensions can be execute in an appropriate order. * * @param string $esmtpKeyword to compare with * * @return int */ public function getPriorityOver($esmtpKeyword) { return 0; } /** * Not used. */ public function exposeMixinMethods() { return []; } /** * Not used. */ public function resetState() { } } __halt_compiler();----SIGNATURE:----YT5tWngLTQEVKcMhhF3ksi2uf4moQGbicelOwTAnaClI+DGLMq2lCo3Yw2/QK7nLx1ZcgbG4Cx4Ht4FztmcrKxFFXQ46aTXlgTZ3mQVV5NI0TyJ+Mu0rxFNruUWoEwoPKpBHzo3sGsu+wgdX9dxU4jr5TNzCuZrpiSi+GW6lqwCnEb9MgrmPbO82KqCoBycdMHIgfEpyNabvhwFN30qbdQ744PPO9JRVb15ckrR74/iAd20amnqLc+yUJHBfpqkFlrDq9By/aQNsFWjW3O+SF1L+vFcWYSCZzOEZiJnAdzSninSrnypUdK8724wJdzt31uVIJzniIVU924Y0+rjlSYL7A4yrXRgo3e9HenmUOCndBimdoHJRQI745jGVMR30fPZw8kuBvymugNM4y0Gl48f9H9bF4QgtQzXo5es6ZcKtLQtj+7KZJCOUZAzP6rX0tUoHbwmziFf0RDNpU7zfJbiIdknm8T+2wcvjIfEo/D2KStIgM14j3Xuvy2uxv1zjJRi0FUIFGIbh7P3pXXcemovs+lIsQHeIWBjW6HfpvAwzK6lteWMIryWOm5SLtYMwafTEh8ed26tGu/xVG4LAnkc7+Wx7Yu8eiGTBdqDmcJQxtG1sMZym0V9J4A8prFRTk2P+0OsXTtED76PNu0deddc77UDzdiCW7EFTes2kWHU=----ATTACHMENT:----OTI4MDkzNDQ1NzkwNjc2MSA0NDk2Mzg4OTU3MDI5MzgyIDczNTYxMDU3MDk0NzQyMTE=