Commit Graph

16 Commits

Author SHA1 Message Date
Qiang Xue
8c2e39235f Turn module and application into DI containers. 2014-03-17 23:57:01 -04:00
SonicGD
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
AlexGx
32d0768919 style fixes with phpcs:yii2 2014-03-08 14:55:58 +02:00
Qiang Xue
bd8f74cf12 Refactored MessageInterface::send(). 2013-11-28 09:55:35 -05:00
Qiang Xue
ffded7a1b5 array syntax fix. 2013-11-15 10:15:25 -05:00
Qiang Xue
b965d4eec7 Implemented file transport for mails. 2013-11-09 22:24:27 -05:00
Qiang Xue
f7f76a3e62 Fixed test break. 2013-11-07 22:43:47 -05:00
Qiang Xue
90a5bcc611 Refactored mail. 2013-11-07 22:33:57 -05:00
Paul Klimov
104cfd7cb2 'yii\mail\MessageInterface' methods renamed: 'text' to 'textBody', 'html' to 'htmlBody' 2013-11-07 12:22:24 +02:00
Paul Klimov
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
Paul Klimov
ad7761f96a Method 'yii\mail\MessageInterface::compose()' renamed to 'yii\mail\MessageInterface::message()'. 2013-11-06 13:27:07 +02:00
Paul Klimov
3d1a625cbb 'yii\mail\MessageInterface' updated:
- 'body()' renamed to 'renderBody()'
- new 'body()' method introduced
2013-11-06 12:48:44 +02:00
Paul Klimov
b0c5981d42 Method names "yii\mail\MessageInterface" simplified. 2013-11-06 12:28:39 +02:00
Klimov Paul
45d02d07a0 Method 'yii\mail\MessageInterface::body()' added. 2013-11-05 15:45:27 +02:00
Klimov Paul
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
Klimov Paul
ef6fea9610 Unit test 'BaseMessageTest' created 2013-11-04 13:24:22 +02:00