14 Commits (b2b97faede00f3a64c4cc3a2d9de493a0bdd8afd)

Author SHA1 Message Date
Paul Klimov b2b97faede Render methods removed from 'yii\mail\MessageInterface'. Method 'yii\mail\MailerInterface::compose()' reworked allowing rendering message body. 12 years ago
Paul Klimov e54f3012d5 Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'. 12 years ago
Paul Klimov 4ac139c7a9 Method names "yii\mail\MessageInterface" simplified. 12 years ago
Klimov Paul 101970641e 'yii\mail\MessageInterface' updated: - setter methods renamed to have pure name - method 'createMessage' renamed to 'compose' 12 years ago
Klimov Paul 6d43a9f6e2 'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()' 12 years ago
Klimov Paul d4b2cfa491 'MessageInterface' updated to support 'method chain' call style. 12 years ago
Paul Klimov 75b90205c2 Email message charset setup added. 12 years ago
Paul Klimov 299a6b16a9 'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed. 12 years ago
Paul Klimov 2862d7ad24 'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added. 12 years ago
Paul Klimov c274bc3b52 Interface 'MailerInterface' extracted. Method 'MailerInterface::createMessage()' added. 12 years ago
Paul Klimov 54722e6816 Method 'MessageInterface::__toString()' added 12 years ago
Paul Klimov 31e414520a 'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()' 12 years ago
Paul Klimov 3afc2c9948 Vendor testing support provided. 'swiftmailer' extension unit tests fixed. 12 years ago
Paul Klimov 6eec352d2d 'email' renamed to 'mail'. 'SwiftMailer' recomposed into extension. 12 years ago