|
|
da9d544c54
|
psr-4 change.
|
2014-01-10 21:06:25 -05:00 |
|
|
|
41685a2409
|
moved extensions under yii.
|
2013-12-09 23:51:49 -05:00 |
|
|
|
b375876535
|
Broken example of mail component usage
|
2013-12-03 12:49:40 +01:00 |
|
|
|
a5e3c00d75
|
replaced inheritdoc tags.
|
2013-11-29 12:49:07 -05:00 |
|
|
|
2ff8ac3d61
|
fixed PhpDoc by swapping to {@inheritdoc}
|
2013-11-26 04:24:20 +02:00 |
|
|
|
8be4f3778a
|
updated properties of extensions
|
2013-11-25 15:33:59 +01:00 |
|
|
|
e837e44ac1
|
updated ext composer.json for issue labels
|
2013-11-25 02:31:23 +01:00 |
|
|
|
b20e57688a
|
"yii\swiftmailer\Mailer::createSwiftObject()" simplified.
|
2013-11-22 16:46:31 +02:00 |
|
|
|
02c0bfcb56
|
"yii\swiftmailer\Mailer" transport setup has been advanced to support constructor arguments and plugins.
|
2013-11-21 14:46:04 +02:00 |
|
|
|
ffded7a1b5
|
array syntax fix.
|
2013-11-15 10:15:25 -05:00 |
|
|
|
0eaafd74ba
|
updated composer.json to be less restrictive
also removed superflous minimum-stability definition
|
2013-11-13 01:34:41 +01:00 |
|
|
|
b0b1c27c85
|
Fix phpDoc var tag format
|
2013-11-12 06:21:04 +02:00 |
|
|
|
23573968a6
|
Changed important log messages to info level
|
2013-11-11 20:19:25 -05:00 |
|
|
|
b965d4eec7
|
Implemented file transport for mails.
|
2013-11-09 22:24:27 -05:00 |
|
|
|
c298b543fb
|
Revert "added FileMailer implementation of mailer interface"
This reverts commit 7d6d01b4bc9d7a23a7f5ec2a145b60f4898c80d6.
|
2013-11-09 20:51:16 -05:00 |
|
|
|
7d6d01b4bc
|
added FileMailer implementation of mailer interface
|
2013-11-09 22:04:20 +04:00 |
|
|
|
b9fb97d68d
|
Getters for 'yii\swiftmailer\Message' fixed.
|
2013-11-08 16:34:35 +02:00 |
|
|
|
5a584c0bda
|
Creating transport at 'yii\swiftmailer\Mailer' fixed to track possible "__call".
|
2013-11-08 13:23:14 +02:00 |
|
|
|
90a5bcc611
|
Refactored mail.
|
2013-11-07 22:33:57 -05:00 |
|
|
|
ed0e44d23b
|
minor touch up of swiftmailer.
|
2013-11-07 13:08:49 -05:00 |
|
|
|
7b91011032
|
Adjusted the directories of swiftmailer.
|
2013-11-07 11:01:43 -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 |
|
|
|
20749d4069
|
Swiftmailer composer version switched to @stable
|
2013-11-04 15:28:09 +02:00 |
|
|
|
a7f21b2402
|
'Yii::trace()' added to 'yii\swiftmailer\Mailer::send()'
|
2013-11-04 15:21:49 +02:00 |
|
|
|
aab90c5164
|
'MessageInterface' updated to support 'method chain' call style.
|
2013-11-04 14:28:19 +02:00 |
|
|
|
99d8216103
|
Email message charset setup added.
|
2013-10-29 16:11:57 +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 |
|
|
|
d33519e3e5
|
Method 'MessageInterface::__toString()' added
|
2013-10-25 16:58:30 +03: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 |
|