11 Commits (3.0)

Author SHA1 Message Date
Alexander Makarov c184ef864e
Adjusted versioning 6 years ago
Dmitry V. Alexeev f2d2393de6 DocBlock fix for \yii\mail\MessageInterface (#15671) [skip ci] 7 years ago
Klimov Paul e3f26cc5dc Methods `addHeader()`, `setHeader()`, `getHeader()`, `setHeaders()` have been added to `yii\i18n\MessageInterface` allowing setup of custom message headers 8 years ago
Robert Korulczyk 4aa935e69e Fixes #12055: Changed `boolean` to `bool` and `integer` to `int` in phpdoc 8 years ago
SilverFire - Dmitry Naumenko cd87d67f34 Global DOCS update: ~~~ replaced with ``` 9 years ago
Alexander Makarov 67658cf57d Replaced static with $this in phpdoc since current IDEs are finally able to handle it correctly 9 years ago
╃巡洋艦㊣ 1468bd4d3d version 2.0.1 84b42ab 10 years ago
Alexander Makarov 2457e24795 Fixes #4071: `mail` component renamed to `mailer`, `yii\log\EmailTarget::$mail` renamed to `yii\log\EmailTarget::$mailer` 10 years ago
Carsten Brandt bf3c75147d reverted breaking PHPdoc codestyle changes 11 years ago
SonicGD b5f8a4dc22 Reformat code te be PSR-2 compatible 11 years ago
Qiang Xue 0c38655217 psr-4 move 11 years ago
Alexander Makarov 6ed8d1767c Adjusted logging guide, fixed examples for email target 11 years ago
Qiang Xue bd8f74cf12 Refactored MessageInterface::send(). 11 years ago
Qiang Xue 90a5bcc611 Refactored mail. 11 years ago
Qiang Xue ed0e44d23b minor touch up of swiftmailer. 11 years ago
Paul Klimov 85c26332c5 Doc comments for "MessageInterface" and "MailerInterface" updated. 11 years ago
Paul Klimov 104cfd7cb2 'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody' 11 years ago
Paul Klimov 1aafa73e15 Render methods removed from 'yii\mail\MessageInterface'. 11 years ago
Paul Klimov 3d1a625cbb 'yii\mail\MessageInterface' updated: 11 years ago
Paul Klimov b0c5981d42 Method names "yii\mail\MessageInterface" simplified. 11 years ago
Klimov Paul 45d02d07a0 Method 'yii\mail\MessageInterface::body()' added. 11 years ago
Klimov Paul 87af95f712 'yii\mail\MessageInterface' updated: 11 years ago
Klimov Paul aab90c5164 'MessageInterface' updated to support 'method chain' call style. 11 years ago
Paul Klimov 368c244768 MessageInterface::render() replaced by MessageInterface::renderHtml() and MessageInterface::renderText() 11 years ago
Paul Klimov 99d8216103 Email message charset setup added. 11 years ago
Paul Klimov 1d0891f0f6 'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed. 11 years ago
Paul Klimov 774c4db860 'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added. 11 years ago
Paul Klimov 5bc22a077f Interface 'MailerInterface' extracted. 11 years ago
Paul Klimov d33519e3e5 Method 'MessageInterface::__toString()' added 11 years ago
Paul Klimov 4a9d546c79 'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()' 11 years ago
Paul Klimov 2a326c7d7b 'email' renamed to 'mail'. 11 years ago
Paul Klimov b611c4241f Email message interface extracted. 11 years ago