26 Commits

Author SHA1 Message Date
2457e24795 Fixes #4071: mail component renamed to mailer, yii\log\EmailTarget::$mail renamed to yii\log\EmailTarget::$mailer 2014-06-26 18:28:28 +04:00
0c14f47f9a Fixes #3793: Changed inline autocomplete hints style to get more IDEs support 2014-06-20 17:40:00 +04:00
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
ab47d58c69 path fixes. 2014-01-10 21:58:50 -05:00
232a223c17 SwiftMailer message updated to setup charset for alternative body correctly. 2014-01-08 13:45:48 +02:00
0310935e48 fixed test breaks. 2013-12-10 00:12:17 -05:00
c22409e397 Fixed test break using file transport. 2013-11-28 09:22:08 -05:00
184e3dfb30 added missing aliases to swiftmailer tests 2013-11-28 01:27:10 +01:00
b0b1c27c85 Fix phpDoc var tag format 2013-11-12 06:21:04 +02:00
b9fb97d68d Getters for 'yii\swiftmailer\Message' fixed. 2013-11-08 16:34:35 +02:00
a38c280a29 Unit test for 'yii\swiftmailer\Message' fixed. 2013-11-08 13:18:19 +02:00
90a5bcc611 Refactored mail. 2013-11-07 22:33:57 -05:00
104cfd7cb2 'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody' 2013-11-07 12:22:24 +02:00
1aafa73e15 Render methods removed from 'yii\mail\MessageInterface'.
Method 'yii\mail\MailerInterface::compose()' reworked allowing rendering message body.
2013-11-07 12:18:07 +02:00
ad7761f96a Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'. 2013-11-06 13:27:07 +02:00
b0c5981d42 Method names "yii\mail\MessageInterface" simplified. 2013-11-06 12:28:39 +02:00
87af95f712 'yii\mail\MessageInterface' updated:
- setter methods renamed to have pure name
- method 'createMessage' renamed to 'compose'
2013-11-05 14:57:13 +02:00
c7e054789e Unit test for 'yii\swiftmailer\Message' serialization added. 2013-11-04 15:45:01 +02:00
487ee6e098 Unit test for 'yii\swiftmailer\Message' advanced. 2013-11-04 15:07:30 +02:00
1d0891f0f6 'yii\mail\MessageInterface' methods 'addText()' and 'addHtml()' removed. 2013-10-29 16:04:20 +02:00
774c4db860 'yii\mail\MessageInterface' file related methods interface adjusted to use options, embed file methods added. 2013-10-29 14:06:16 +02:00
5bc22a077f Interface 'MailerInterface' extracted.
Method 'MailerInterface::createMessage()' added.
2013-10-29 12:13:26 +02:00
4a9d546c79 'MessageInterface::createAttachment()' renamed to 'MessageInterface::attachContentAsFile()' 2013-10-25 16:08:14 +03:00
c7c32659b0 Vendor testing support provided.
'swiftmailer' extension unit tests fixed.
2013-10-25 14:49:43 +03:00
2a326c7d7b 'email' renamed to 'mail'.
'SwiftMailer' recomposed into extension.
2013-10-25 13:15:36 +03:00