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:----OrNJkjL46M4joYdWoRvVXPnQiUH2+GoK7WQt1JeZ4GGDPVdBANDgOz0c8B7bH/jRdmFc1A/Y++HVjaWKLkbkSr7a+gOwikuXRz/tjjBYvea41273jJifG2fYAufRck/ObcIaD6q9FrdJ1CkuTjDlAomOkZHij6/DHjLNIoNNrYMOGUt2MYuKdLax8Ntq5ZsiNoB+/rxnEPL+6fBVSMU8phUosnUJWCmNU4YctK2DpbDuu8vBhrRjqdSZphoMIchp7Srth3wUsTayTWLPLD/RnihjccyPvKjtqPWC8w/rRkm2M6aw6kPzzdz31XCmp6kHjnADSPWXS8UZWQuD7HpXYRU2OmoCBV6UWqPBz7haEC9Ft8Rd2jSBChI0GqEYrj2qIhD5FRS0sb1VT0Y2MxxYkADHBGk6C9+S7sTiHjcM1EkOBLh/4pEGwCfZkVYQ0pTlzYr9I7xA5aYQmqZ6bdy7wgfgZRyytR8mv2sKnq9XjSJCOUDR6cyz+4n24huZejI1PnERtjjwa6oFOf1ZGL1a+PBraD0AsMz4Y+ylMO3h5bnbcIJFA1AlHe1pdrqphsqXtzsOjl4ZHhrH3HJPRynb2BW2kfbJNjvQFmC0ZNWCiqKXoHyALuSyt2Wn1bJk4kOYcdrZr4W+xd+rpAJQp+AdROtZ1uo63Jd/vDm+nf7txcQ=----ATTACHMENT:----NDcyNDQ5NjM3MjUxMjM2IDU4MzMxMzk3NDg1MjEyMzggMjcxODYxMDU2NDU0NjIxNQ==