summaryrefslogtreecommitdiffstats
path: root/system/libraries/Email.php
AgeCommit message (Collapse)AuthorFilesLines
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
2016-08-12Fix custom user agent not workingKristaps V1-0/+1
Signed-off-by: Kristaps V <kristaps@viitols.com>
2016-08-10Merge branch '3.1-stable' into developAndrey Andreev1-9/+3
2016-08-01[ci skip] Fix #4739Andrey Andreev1-1/+2
2016-07-28Remove dead code written for PHP 5.2Andrey Andreev1-8/+1
2016-07-26Merge branch '3.1-stable' into developAndrey Andreev1-40/+46
Conflicts resolved: .travis.yml system/core/CodeIgniter.php system/database/drivers/oci8/oci8_forge.php system/database/drivers/pdo/subdrivers/pdo_oci_forge.php system/helpers/path_helper.php system/libraries/Email.php user_guide_src/source/changelog.rst user_guide_src/source/conf.py user_guide_src/source/contributing/index.rst user_guide_src/source/general/requirements.rst user_guide_src/source/general/styleguide.rst user_guide_src/source/installation/downloads.rst user_guide_src/source/installation/upgrade_310.rst user_guide_src/source/installation/upgrading.rst
2016-07-22Fix #4712Andrey Andreev1-10/+23
2016-06-06Merge branch 'feature/email-attachments' into developAndrey Andreev1-77/+117
2016-06-04Update Email.phpRobert Angyal1-6/+6
2016-05-25[ci skip] Refactor changes from PR #4585Andrey Andreev1-95/+70
Related: #4583
2016-05-09[ci skip] Minor optimizations to CI_EmailAndrey Andreev1-31/+19
2016-05-09[ci skip] Fix #4613Andrey Andreev1-0/+5
2016-05-04#4583 Refactor according to the suggestions commented on Pull RequestRobert Angyal1-9/+7
Signed-off-by: Robert Angyal <robertonline.81@gmail.com>
2016-04-28#4583 Refactor according to the suggestions commented on Pull RequestRobert Angyal1-38/+30
Signed-off-by: Robert Angyal <robertonline.81@gmail.com>
2016-04-20#4583 Fix code style issuesRobert Angyal1-8/+16
Signed-off-by: Robert Angyal <robertonline.81@gmail.com>
2016-04-17Fixes #4583 by separating attachments to related and mixed multipartsRobert Angyal1-34/+101
Signed-off-by: Robert Angyal <robertonline.81@gmail.com>
2016-01-20Fix #4391Andrey Andreev1-7/+11
2016-01-11[ci skip] Update ellislab.com links to https tooAndrey Andreev1-1/+1
2016-01-11[ci skip] Update codeigniter.com links to httpsAndrey Andreev1-2/+2
2016-01-11[ci skip] Bump year to 2016Andrey Andreev1-2/+2
2015-12-30Fix #4343Andrey Andreev1-2/+1
2015-11-16Fix #4244Andrey Andreev1-3/+28
2015-10-30Fix #4192Andrey Andreev1-5/+8
2015-08-31Fix #4073Andrey Andreev1-7/+16
2015-08-03Fix #4015Andrey Andreev1-1/+2
2015-06-22Work-around for https://bugs.php.net/bug.php?id=39598Andrey Andreev1-1/+21
Fixes #3922
2015-03-10Add array typehint to CI_Email::__construct()Andrey Andreev1-1/+1
2015-02-06Polish changes following PR #3573Andrey Andreev1-5/+12
2015-02-06Fix HELO localhost.localdomain violates RFC standardsJames Wade1-2/+6
2015-01-21Remove closing blocks at end of PHP filesvlakoff1-3/+0
2015-01-20[ci skip] Change some log messages' levelAndrey Andreev1-1/+1
'Class Loaded' type of messages flood log files when log_threshold is set to 2 (debug). They're now logged as 'info' level. This is manually applying PR #1528, which was created to do the same thing, but became outdated.
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
- Remove PHP version from license notices - Bump year number in copyright notices - Recommend PHP 5.4 or newer to be used - Tell Travis-CI to test on PHP 5.3.0 instead of the latest 5.3 version Related: #3450
2014-11-13Removing empty linesMichael Granados1-1/+1
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-12Making required changesMichael Granados1-3/+3
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-11-09Verifying From header before send mailMichael Granados1-0/+6
Signed-off-by: Michael Granados <michaelgranados@gmail.com>
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25