View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
10536 | Bug reports | Survey participants (Tokens) | public | 2016-02-19 14:44 | 2018-09-28 14:12 |
Reporter | Questler | Assigned To | DenisChenu | ||
Priority | normal | Severity | partial_block | ||
Status | closed | Resolution | fixed | ||
Product Version | 2.06+ | ||||
Fixed in Version | 2.50.x | ||||
Summary | 10536: Higher risk that the emails are rated as Spam because of X_PRIORITY header | ||||
Description | The mails which are send by LS have a higher risk to be rated as spam because of X_PRIORITY header. If you use html Emails yiu have in addition the "MIME_HTML_ONLY" risk. | ||||
Steps To Reproduce | LS: "E-Mail-Methode":php(Standard) Go to www.mail-tester.com and get a email address. Send yourself an email to your mail-tester.com-email address Check your spam score and the reasons. | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Bug heat | 8 | ||||
Complete LimeSurvey version number (& build) | Version 2.06+ Build 160129 | ||||
I will donate to the project if issue is resolved | No | ||||
Browser | Firefox | ||||
Database type & version | MYSQL | ||||
Server OS (if known) | Debian | ||||
Webserver software & version (if known) | ? | ||||
PHP Version | ? | ||||
related to | 08234 | closed | DenisChenu | Text email send with HTML email are not filtered |
I already tested some mail at mail-tester.com and don't have same information. Oupos : reted : your right. I redo a test with 2.06 :) 3 think to do
|
|
@Questler : we can set the bug public ? |
|
Yes thats ok |
|
Thanks and thanks for reporting. |
|
$mail->Priority = null; don't work .... X-PRIO is set .... |
|
Fix committed to master branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=17703 |
|
Version 2.60 Build 150307 released |
|
Fix committed to 2.06lts branch: http://bugs.limesurvey.org/plugin.php?page=Source/view&id=28042 |
|
LimeSurvey: master 2b119fec 2016-02-29 19:01 Details Diff |
Fixed issue 10536: Higher risk that the emails are rated as Spam Dev: update to phpmailer 5.2.14 Dev: remove X_PRIORITY Dev: Use phpMailer msgHTML to do the altBody Dev: add html if not exist : maybe a better control Dev: New feature : allow embedded image in mail (remove the servername : to do : update ckeditor config) |
Affected Issues 10536 |
|
mod - application/helpers/common_helper.php | Diff File | ||
add - application/third_party/phpmailer/.gitignore | Diff File | ||
add - application/third_party/phpmailer/.scrutinizer.yml | Diff File | ||
add - application/third_party/phpmailer/.travis.yml | Diff File | ||
mod - application/third_party/phpmailer/README.md | Diff File | ||
add - application/third_party/phpmailer/VERSION | Diff File | ||
add - application/third_party/phpmailer/changelog.md | Diff File | ||
mod - application/third_party/phpmailer/class.phpmailer.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauth.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauthgoogle.php | Diff File | ||
add - application/third_party/phpmailer/class.pop3.php | Diff File | ||
mod - application/third_party/phpmailer/class.smtp.php | Diff File | ||
add - application/third_party/phpmailer/composer.json | Diff File | ||
add - application/third_party/phpmailer/composer.lock | Diff File | ||
add - application/third_party/phpmailer/docs/Callback_function_notes.txt | Diff File | ||
add - application/third_party/phpmailer/docs/DomainKeys_notes.txt | Diff File | ||
add - application/third_party/phpmailer/docs/Note_for_SMTP_debugging.txt | Diff File | ||
add - application/third_party/phpmailer/docs/extending.html | Diff File | ||
add - application/third_party/phpmailer/docs/faq.html | Diff File | ||
add - application/third_party/phpmailer/docs/generatedocs.sh | Diff File | ||
add - application/third_party/phpmailer/docs/pop3_article.txt | Diff File | ||
add - application/third_party/phpmailer/examples/code_generator.phps | Diff File | ||
add - application/third_party/phpmailer/examples/contents.html | Diff File | ||
add - application/third_party/phpmailer/examples/contentsutf8.html | Diff File | ||
add - application/third_party/phpmailer/examples/exceptions.phps | Diff File | ||
add - application/third_party/phpmailer/examples/gmail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/gmail_xoauth.phps | Diff File | ||
add - application/third_party/phpmailer/examples/images/phpmailer.png | Diff File | ||
add - application/third_party/phpmailer/examples/images/phpmailer_mini.png | Diff File | ||
add - application/third_party/phpmailer/examples/index.html | Diff File | ||
add - application/third_party/phpmailer/examples/mail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/mailing_list.phps | Diff File | ||
add - application/third_party/phpmailer/examples/pop_before_smtp.phps | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/XRegExp.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shAutoloader.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shBrushPhp.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shCore.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shLegacy.js | Diff File | ||
add - application/third_party/phpmailer/examples/send_file_upload.phps | Diff File | ||
add - application/third_party/phpmailer/examples/sendmail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/signed-mail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp_check.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp_no_auth.phps | Diff File | ||
add - application/third_party/phpmailer/examples/ssl_options.phps | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCore.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreDefault.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreDjango.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreEclipse.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreEmacs.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreFadeToGrey.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreMDUltra.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreMidnight.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreRDark.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeAppleScript.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeDefault.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeDjango.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeEclipse.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeEmacs.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeFadeToGrey.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeMDUltra.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeMidnight.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeRDark.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeVisualStudio.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/wrapping.png | Diff File | ||
add - application/third_party/phpmailer/extras/EasyPeasyICS.php | Diff File | ||
add - application/third_party/phpmailer/extras/README.md | Diff File | ||
add - application/third_party/phpmailer/extras/htmlfilter.php | Diff File | ||
add - application/third_party/phpmailer/extras/ntlm_sasl_client.php | Diff File | ||
add - application/third_party/phpmailer/get_oauth_token.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-am.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ar.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-az.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-be.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-bg.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-br.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ca.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ch.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-cz.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-de.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-dk.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-el.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-eo.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-es.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-et.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fa.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fi.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fo.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-gl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-he.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hu.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-id.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-it.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ja.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ka.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ko.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lt.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lv.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ms.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-nl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-no.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-pl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-pt.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ro.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ru.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-se.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sk.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-sl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-tr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-uk.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-vi.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-zh.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-zh_cn.php | Diff File | ||
add - application/third_party/phpmailer/test/bootstrap.php | Diff File | ||
add - application/third_party/phpmailer/test/fakepopserver.sh | Diff File | ||
add - application/third_party/phpmailer/test/fakesendmail.sh | Diff File | ||
add - application/third_party/phpmailer/test/phpmailerLangTest.php | Diff File | ||
add - application/third_party/phpmailer/test/phpmailerTest.php | Diff File | ||
add - application/third_party/phpmailer/test/runfakepopserver.sh | Diff File | ||
add - application/third_party/phpmailer/test/test_callback.php | Diff File | ||
add - application/third_party/phpmailer/test/testbootstrap-dist.php | Diff File | ||
add - application/third_party/phpmailer/travis.phpunit.xml.dist | Diff File | ||
LimeSurvey: 2.06lts e9728c01 2016-02-29 20:01 Details Diff |
Fixed issue 10536: Higher risk that the emails are rated as Spam Dev: update to phpmailer 5.2.14 Dev: remove X_PRIORITY Dev: Use phpMailer msgHTML to do the altBody Dev: add html if not exist : maybe a better control Dev: New feature : allow embedded image in mail (remove the servername : to do : update ckeditor config) |
Affected Issues 10536 |
|
mod - application/helpers/common_helper.php | Diff File | ||
add - application/third_party/phpmailer/.gitignore | Diff File | ||
add - application/third_party/phpmailer/.scrutinizer.yml | Diff File | ||
add - application/third_party/phpmailer/.travis.yml | Diff File | ||
mod - application/third_party/phpmailer/README.md | Diff File | ||
add - application/third_party/phpmailer/VERSION | Diff File | ||
add - application/third_party/phpmailer/changelog.md | Diff File | ||
mod - application/third_party/phpmailer/class.phpmailer.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauth.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauthgoogle.php | Diff File | ||
add - application/third_party/phpmailer/class.pop3.php | Diff File | ||
mod - application/third_party/phpmailer/class.smtp.php | Diff File | ||
add - application/third_party/phpmailer/composer.json | Diff File | ||
add - application/third_party/phpmailer/composer.lock | Diff File | ||
add - application/third_party/phpmailer/docs/Callback_function_notes.txt | Diff File | ||
add - application/third_party/phpmailer/docs/DomainKeys_notes.txt | Diff File | ||
add - application/third_party/phpmailer/docs/Note_for_SMTP_debugging.txt | Diff File | ||
add - application/third_party/phpmailer/docs/extending.html | Diff File | ||
add - application/third_party/phpmailer/docs/faq.html | Diff File | ||
add - application/third_party/phpmailer/docs/generatedocs.sh | Diff File | ||
add - application/third_party/phpmailer/docs/pop3_article.txt | Diff File | ||
add - application/third_party/phpmailer/examples/code_generator.phps | Diff File | ||
add - application/third_party/phpmailer/examples/contents.html | Diff File | ||
add - application/third_party/phpmailer/examples/contentsutf8.html | Diff File | ||
add - application/third_party/phpmailer/examples/exceptions.phps | Diff File | ||
add - application/third_party/phpmailer/examples/gmail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/gmail_xoauth.phps | Diff File | ||
add - application/third_party/phpmailer/examples/images/phpmailer.png | Diff File | ||
add - application/third_party/phpmailer/examples/images/phpmailer_mini.png | Diff File | ||
add - application/third_party/phpmailer/examples/index.html | Diff File | ||
add - application/third_party/phpmailer/examples/mail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/mailing_list.phps | Diff File | ||
add - application/third_party/phpmailer/examples/pop_before_smtp.phps | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/XRegExp.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shAutoloader.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shBrushPhp.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shCore.js | Diff File | ||
add - application/third_party/phpmailer/examples/scripts/shLegacy.js | Diff File | ||
add - application/third_party/phpmailer/examples/send_file_upload.phps | Diff File | ||
add - application/third_party/phpmailer/examples/sendmail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/signed-mail.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp_check.phps | Diff File | ||
add - application/third_party/phpmailer/examples/smtp_no_auth.phps | Diff File | ||
add - application/third_party/phpmailer/examples/ssl_options.phps | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCore.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreDefault.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreDjango.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreEclipse.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreEmacs.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreFadeToGrey.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreMDUltra.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreMidnight.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shCoreRDark.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeAppleScript.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeDefault.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeDjango.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeEclipse.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeEmacs.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeFadeToGrey.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeMDUltra.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeMidnight.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeRDark.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/shThemeVisualStudio.css | Diff File | ||
add - application/third_party/phpmailer/examples/styles/wrapping.png | Diff File | ||
add - application/third_party/phpmailer/extras/EasyPeasyICS.php | Diff File | ||
add - application/third_party/phpmailer/extras/README.md | Diff File | ||
add - application/third_party/phpmailer/extras/htmlfilter.php | Diff File | ||
add - application/third_party/phpmailer/extras/ntlm_sasl_client.php | Diff File | ||
add - application/third_party/phpmailer/get_oauth_token.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-am.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ar.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-az.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-be.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-bg.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-br.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ca.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ch.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-cz.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-de.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-dk.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-el.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-eo.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-es.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-et.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fa.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fi.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fo.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-gl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-he.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hu.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-id.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-it.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ja.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ka.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ko.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lt.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lv.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ms.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-nl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-no.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-pl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-pt.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ro.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ru.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-se.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sk.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-sl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-tr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-uk.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-vi.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-zh.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-zh_cn.php | Diff File | ||
add - application/third_party/phpmailer/test/bootstrap.php | Diff File | ||
add - application/third_party/phpmailer/test/fakepopserver.sh | Diff File | ||
add - application/third_party/phpmailer/test/fakesendmail.sh | Diff File | ||
add - application/third_party/phpmailer/test/phpmailerLangTest.php | Diff File | ||
add - application/third_party/phpmailer/test/phpmailerTest.php | Diff File | ||
add - application/third_party/phpmailer/test/runfakepopserver.sh | Diff File | ||
add - application/third_party/phpmailer/test/test_callback.php | Diff File | ||
add - application/third_party/phpmailer/test/testbootstrap-dist.php | Diff File | ||
add - application/third_party/phpmailer/travis.phpunit.xml.dist | Diff File | ||
LimeSurvey: master 47d712dd 2016-03-01 12:25 Details Diff |
Merge pull request #452 from Shnoulle/master_fix10536 Fixed issue 10536: Higher risk that the emails are rated as Spam |
Affected Issues 10536 |
|
mod - application/helpers/common_helper.php | Diff File | ||
add - application/third_party/phpmailer/.gitignore | Diff File | ||
add - application/third_party/phpmailer/.scrutinizer.yml | Diff File | ||
add - application/third_party/phpmailer/.travis.yml | Diff File | ||
mod - application/third_party/phpmailer/README.md | Diff File | ||
add - application/third_party/phpmailer/VERSION | Diff File | ||
add - application/third_party/phpmailer/changelog.md | Diff File | ||
mod - application/third_party/phpmailer/class.phpmailer.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauth.php | Diff File | ||
add - application/third_party/phpmailer/class.phpmaileroauthgoogle.php | Diff File | ||
add - application/third_party/phpmailer/class.pop3.php | Diff File | ||
mod - application/third_party/phpmailer/class.smtp.php | Diff File | ||
add - application/third_party/phpmailer/composer.json | Diff File | ||
add - application/third_party/phpmailer/composer.lock | Diff File | ||
add - application/third_party/phpmailer/extras/EasyPeasyICS.php | Diff File | ||
add - application/third_party/phpmailer/extras/README.md | Diff File | ||
add - application/third_party/phpmailer/extras/htmlfilter.php | Diff File | ||
add - application/third_party/phpmailer/extras/ntlm_sasl_client.php | Diff File | ||
add - application/third_party/phpmailer/get_oauth_token.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-am.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ar.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-az.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-be.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-bg.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-br.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ca.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ch.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-cz.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-de.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-dk.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-el.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-eo.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-es.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-et.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fa.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fi.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fo.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-fr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-gl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-he.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-hu.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-id.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-it.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ja.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ka.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ko.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lt.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-lv.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-ms.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-nl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-no.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-pl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-pt.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ro.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-ru.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-se.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sk.php | Diff File | ||
add - application/third_party/phpmailer/language/phpmailer.lang-sl.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-sr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-tr.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-uk.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-vi.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-zh.php | Diff File | ||
mod - application/third_party/phpmailer/language/phpmailer.lang-zh_cn.php | Diff File | ||
add - application/third_party/phpmailer/travis.phpunit.xml.dist | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-02-19 14:44 | Questler | New Issue | |
2016-02-19 14:44 | Questler | File Added: X_PRIORITY.lss | |
2016-02-19 16:03 | DenisChenu | Note Added: 35463 | |
2016-02-19 16:06 | DenisChenu | Note Edited: 35463 | |
2016-02-19 16:12 | DenisChenu | Note Edited: 35463 | |
2016-02-19 16:12 | DenisChenu | Note Added: 35464 | |
2016-02-19 16:13 | DenisChenu | Category | Accessibility => Tokens |
2016-02-19 16:15 | Questler | Note Added: 35465 | |
2016-02-19 16:17 | Questler | Issue Monitored: Questler | |
2016-02-19 16:30 | DenisChenu | View Status | private => public |
2016-02-19 16:31 | DenisChenu | Note Added: 35466 | |
2016-02-19 16:34 | DenisChenu | Note Added: 35467 | |
2016-02-19 16:38 | DenisChenu | Relationship added | related to 08234 |
2016-02-19 16:38 | DenisChenu | Assigned To | => DenisChenu |
2016-02-19 16:38 | DenisChenu | Status | new => assigned |
2016-02-29 17:38 | DenisChenu | Note Added: 35801 | |
2016-02-29 19:06 | DenisChenu | Note Added: 35802 | |
2016-03-01 12:26 | DenisChenu | Changeset attached | => LimeSurvey master 2b119fec |
2016-03-01 12:26 | DenisChenu | Changeset attached | => LimeSurvey master 47d712dd |
2016-03-01 12:26 | DenisChenu | Note Added: 35813 | |
2016-03-01 12:26 | DenisChenu | Resolution | open => fixed |
2016-03-01 12:50 | DenisChenu | Status | assigned => resolved |
2016-03-01 12:50 | DenisChenu | Fixed in Version | => 2.5 |
2016-03-07 11:45 | c_schmitz | Note Added: 36024 | |
2016-03-07 11:45 | c_schmitz | Status | resolved => closed |
2016-12-08 10:39 | c_schmitz | Category | Tokens => Survey participants (Tokens) |
2018-09-28 14:12 | DenisChenu | Changeset attached | => LimeSurvey 2.06lts e9728c01 |
2018-09-28 14:12 | DenisChenu | Note Added: 49169 | |
2021-08-02 16:08 | guest | Bug heat | 6 => 8 |