|
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 |
|
|
3d1a625cbb
|
'yii\mail\MessageInterface' updated:
- 'body()' renamed to 'renderBody()'
- new 'body()' method introduced
|
2013-11-06 12:48:44 +02:00 |
|
|
b0c5981d42
|
Method names "yii\mail\MessageInterface" simplified.
|
2013-11-06 12:28:39 +02:00 |
|
|
45d02d07a0
|
Method 'yii\mail\MessageInterface::body()' added.
|
2013-11-05 15:45:27 +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 |
|
|
ef6fea9610
|
Unit test 'BaseMessageTest' created
|
2013-11-04 13:24:22 +02:00 |
|