- 02 May, 2014 7 commits
-
-
Qiang Xue authored
-
armab authored
-
armab authored
-
armab authored
If ```$htmlLayout``` contains <style> tags with CSS rules, strip_tags here: https://github.com/yiisoft/yii2/blob/master/framework/mail/BaseMailer.php#L189 won't clean those CSS rules. Actual html: ```html <html> <head> <style> .text-secondary {color: #93959A;} [...] [Other CSS rules] [...] </style> </head> <body> <div>Some content</div> </body> </html> ``` Will look this way in TEXT version of Email: ``` .text-secondary {color: #93959A;} [...] [Other CSS rules] [...] Some content ``` -------------- If TEXT version of Email differs drastically from visible content of HTML version, it can be result that some penalty points will apply to such mails: http://wiki.apache.org/spamassassin/Rules/MPART_ALT_DIFF_COUNT Since it's default behaviour for both yii2-app-advanced and yii2-app-basic (where stripped from tags html used for TextBody), I believe people will stumble in this for sure, without even knowing that their emails can be penalized. You can reproduce it by placing CSS styles in email view or layout and test it here: http://www.mail-tester.com/ (SpamAssassin section).
-
Alexander Makarov authored
No changelog line since feature was introduced after beta
-
Alexander Makarov authored
-
Qiang Xue authored
-
- 01 May, 2014 2 commits
-
-
Yeung Song authored
update
-
Qiang Xue authored
-
- 30 Apr, 2014 2 commits
-
-
Carsten Brandt authored
fixes #2852
-
Qiang Xue authored
-
- 29 Apr, 2014 8 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Paul K authored
-
Carsten Brandt authored
fixes #3252
-
Carsten Brandt authored
fixes #3252 also improved unit tests for querybuilder buildLikeCondition
-
- 27 Apr, 2014 3 commits
- 26 Apr, 2014 3 commits
-
-
Carsten Brandt authored
fixes #3255
-
Qiang Xue authored
Fixes #3230: Added `yii\filters\AccessControl::user` to support access control with different actors
-
Carsten Brandt authored
-
- 25 Apr, 2014 5 commits
-
-
lynicidn authored
property can be set via [[setComponents()]]
-
Qiang Xue authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 24 Apr, 2014 5 commits
-
-
Philippe Gaultier authored
-
Philippe Gaultier authored
-
Philippe Gaultier authored
-
Michael Härtl authored
-
Ceana Razvan authored
$_SERVER['SERVER_PROTOCOL'] returns 'HTTP/1.0' or 'HTTP/1.1'
-
- 23 Apr, 2014 5 commits
-
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
-
Qiang Xue authored
-
Carsten Brandt authored
-