summaryrefslogtreecommitdiffstats
path: root/system/libraries/Email.php
AgeCommit message (Collapse)AuthorFilesLines
2022-01-05Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2022-01-05Close #6021: Suppress possible E_DEPRECATION notices about ↵Andrey Andreev1-1/+1
mbstring.func_overload
2020-07-09[ci skip] Merge pull request #5970 from sapics/fix/user-guide-urlAndrey Andreev1-1/+1
Fix user guide url
2020-06-24Fix user guide urlsapics1-1/+1
Replace from https://codeigniter.com/user_guide/* to https://codeigniter.com/userguide3/*
2019-01-02Merge pull request #5662 from jim-parry/copyright2019Instructor, BCIT1-3/+3
Update copyright date to 2019
2018-12-27Update copyright date to 2019Jim Parry1-2/+2
2018-06-12Merge pull request #5510 from johndekroon/developAndrey Andreev1-2/+10
Only use the output of idn_to_ascii() if it worked properly
2018-06-12[ci skip] Correct an erroneous variable name from PR #5510Andrey Andreev1-1/+1
2018-06-12Merge pull request #5510 from johndekroon/developAndrey Andreev1-2/+10
Only use the output of idn_to_ascii() if it worked properly
2018-06-11Fixing codestyleJohn de Kroon1-2/+2
2018-05-25Only use the output of idn_to_ascii() if it worked properlyJohn de Kroon1-2/+10
2018-05-18http:// to https://Mehdi Bounya1-8/+8
2018-03-22Merge branch '3.1-stable' into developAndrey Andreev1-1/+5
Conflicts resolved: system/core/CodeIgniter.php system/core/Security.php system/database/DB_query_builder.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2018-01-27[ci skip] Apply the INTL_IDNA_VARIANT_UTS46 fix to ↵Andrey Andreev1-1/+1
CI_Email::_validate_email_for_shell()
2018-01-22Merge branch '3.1-stable' into developAndrey Andreev1-3/+18
Conflicts resolved: system/libraries/Email.php system/libraries/Form_validation.php
2018-01-22[ci skip] If possible, always negotiate for TLS 1.0, TLS 1.1, TLS 1.2 for ↵Andrey Andreev1-1/+13
SMTP connections in CI_Email
2018-01-22Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclaredAndrey Andreev1-1/+1
The constant was introduced in PHP 5.4, and is documented that way, but it actually depends on PHP being linked to ICU 4.6+, while the minimum requirement for compilation is 4.0 ... When this happens on PHP 7.2, an E_DEPRECATED notice will be emitted; there's currently a discussion on php-internals to resolve that issue.
2018-01-09[ci skip] Merge pull request #5376 from jim-parry/copyright-updateAndrey Andreev1-2/+2
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php
2018-01-09Annual copyright updateMaster Yoda1-2/+2
2017-12-27Merge pull request #5367 from carusogabriel/clean-elsesAndrey Andreev1-8/+4
Clean elses
2017-12-20Clean elsesGabriel Caruso1-8/+4
2017-12-04[ci skip] Fix #5348Andrey Andreev1-2/+2
2017-11-15Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
Note: This intentionally reverts ee8324368f2844aae0d558f1d194419a2181c281
2017-11-09More on #5003Andrey Andreev1-6/+12
2017-11-09Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
2017-11-09[ci skip] Fix patch for #5300Andrey Andreev1-2/+2
2017-10-16Merge branch '3.1-stable' into developAndrey Andreev1-2/+2
2017-10-16[ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵Andrey Andreev1-2/+4
emails Close #5300
2017-06-22[ci skip] Misc cleanup of CI_Email codeAndrey Andreev1-101/+64
2017-06-22[ci skip] Close #3711Andrey Andreev1-16/+6
2017-06-19Merge branch '3.1-stable' into developAndrey Andreev1-17/+9
Conflicts resolved: system/core/CodeIgniter.php tests/codeigniter/libraries/Form_validation_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-04-06[ci skip] Simplify some internal CI_Email codeAndrey Andreev1-16/+8
2017-03-28[ci skip] Fix 5070Andrey Andreev1-1/+1
2017-03-24Merge branch '3.1-stable' into developAndrey Andreev1-5/+5
Conflicts resolved: system/core/CodeIgniter.php system/core/Common.php system/core/Input.php system/helpers/cookie_helper.php tests/codeigniter/helpers/html_helper_test.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/input.rst
2017-01-19More byte-safetyAndrey Andreev1-5/+5
2017-01-10Merge branch '3.1-stable' into developAndrey Andreev1-7/+51
Conflicts resolved: system/core/CodeIgniter.php system/database/drivers/sqlite/sqlite_driver.php system/database/drivers/sqlite/sqlite_forge.php system/database/drivers/sqlite/sqlite_result.php system/database/drivers/sqlite/sqlite_utility.php system/helpers/email_helper.php system/helpers/smiley_helper.php system/libraries/Cart.php system/libraries/Email.php system/libraries/Image_lib.php system/libraries/Javascript.php system/libraries/Javascript/Jquery.php system/libraries/Session/SessionHandlerInterface.php user_guide_src/source/changelog.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst
2017-01-06[ci skip] Don't set User-Agent header in CI_Email::clear()Andrey Andreev1-1/+0
Ref: #4765
2017-01-06Merge pull request #4765 from viitols/developAndrey Andreev1-0/+1
Fix CI_Email not sending User-Agent header
2017-01-06Merge pull request #4765 from viitols/developAndrey Andreev1-0/+1
Fix CI_Email not sending User-Agent header
2017-01-05Address #4963Andrey Andreev1-7/+47
Would supersede PR #4966
2017-01-03Update copyright data to 2017Master Yoda1-2/+2
2016-12-31Update copyright data to 2017Master Yoda1-2/+2
2016-12-14Drop all PHP 5.3-related codeAndrey Andreev1-33/+3
2016-12-01Switch CI_Email::$validate to On by defaultAndrey Andreev1-1/+1
Relevant: #4844
2016-12-01Merge branch '3.1-stable' into developAndrey Andreev1-1/+1
2016-12-01Fix #4844Andrey Andreev1-1/+1
2016-10-28Merge branch '3.1-stable' into developAndrey Andreev1-19/+68
Resolved conflicts: system/core/CodeIgniter.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrading.rst user_guide_src/source/libraries/form_validation.rst
2016-10-28Improve byte-safetyAndrey Andreev1-19/+68
2016-08-22Merge pull request #4778 from antydemant/patch-1Andrey Andreev1-2/+2
[ci skip] Docblock return type corrections
2016-08-21return fixIgor Ostapchuk1-2/+2