Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-01-02 | Merge pull request #5662 from jim-parry/copyright2019 | Instructor, BCIT | 1 | -3/+3 | |
Update copyright date to 2019 | |||||
2018-06-12 | Merge pull request #5510 from johndekroon/develop | Andrey Andreev | 1 | -2/+10 | |
Only use the output of idn_to_ascii() if it worked properly | |||||
2018-01-27 | [ci skip] Apply the INTL_IDNA_VARIANT_UTS46 fix to ↵ | Andrey Andreev | 1 | -1/+1 | |
CI_Email::_validate_email_for_shell() | |||||
2018-01-22 | [ci skip] If possible, always negotiate for TLS 1.0, TLS 1.1, TLS 1.2 for ↵ | Andrey Andreev | 1 | -1/+13 | |
SMTP connections in CI_Email | |||||
2018-01-22 | Fix a bug where INTL_IDNA_VARIANT_UTS46 was used while undeclared | Andrey Andreev | 1 | -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-update | Andrey Andreev | 1 | -2/+2 | |
Annual copyright update Conflicts resolved: system/libraries/Cache/drivers/Cache_apcu.php | |||||
2017-12-27 | Merge pull request #5367 from carusogabriel/clean-elses | Andrey Andreev | 1 | -8/+4 | |
Clean elses | |||||
2017-11-09 | More on #5003 | Andrey Andreev | 1 | -6/+12 | |
2017-11-09 | [ci skip] Fix patch for #5300 | Andrey Andreev | 1 | -2/+2 | |
2017-10-16 | [ci skip] Use INTL_IDNA_VARIANT_UCS46 to convert non-ASCII domain names in ↵ | Andrey Andreev | 1 | -2/+4 | |
emails Close #5300 | |||||
2017-04-06 | [ci skip] Simplify some internal CI_Email code | Andrey Andreev | 1 | -16/+8 | |
2017-03-28 | [ci skip] Fix 5070 | Andrey Andreev | 1 | -1/+1 | |
2017-01-19 | More byte-safety | Andrey Andreev | 1 | -5/+5 | |
2017-01-06 | [ci skip] Don't set User-Agent header in CI_Email::clear() | Andrey Andreev | 1 | -1/+0 | |
Ref: #4765 | |||||
2017-01-06 | Merge pull request #4765 from viitols/develop | Andrey Andreev | 1 | -0/+1 | |
Fix CI_Email not sending User-Agent header | |||||
2017-01-05 | Address #4963 | Andrey Andreev | 1 | -7/+47 | |
Would supersede PR #4966 | |||||
2017-01-03 | Update copyright data to 2017 | Master Yoda | 1 | -2/+2 | |
2016-12-01 | Fix #4844 | Andrey Andreev | 1 | -1/+1 | |
2016-10-28 | Improve byte-safety | Andrey Andreev | 1 | -19/+68 | |
2016-08-22 | Merge pull request #4778 from antydemant/patch-1 | Andrey Andreev | 1 | -2/+2 | |
[ci skip] Docblock return type corrections | |||||
2016-08-01 | [ci skip] Fix #4739 | Andrey Andreev | 1 | -1/+2 | |
2016-07-28 | Remove dead code written for PHP 5.2 | Andrey Andreev | 1 | -8/+1 | |
2016-07-22 | Fix #4712 | Andrey Andreev | 1 | -10/+23 | |
2016-06-06 | Merge branch 'feature/email-attachments' into develop | Andrey Andreev | 1 | -77/+117 | |
2016-05-09 | [ci skip] Minor optimizations to CI_Email | Andrey Andreev | 1 | -31/+19 | |
2016-05-09 | [ci skip] Fix #4613 | Andrey Andreev | 1 | -0/+5 | |
2016-01-20 | Fix #4391 | Andrey Andreev | 1 | -7/+11 | |
2016-01-11 | [ci skip] Update ellislab.com links to https too | Andrey Andreev | 1 | -1/+1 | |
2016-01-11 | [ci skip] Update codeigniter.com links to https | Andrey Andreev | 1 | -2/+2 | |
2016-01-11 | [ci skip] Bump year to 2016 | Andrey Andreev | 1 | -2/+2 | |
2015-12-30 | Fix #4343 | Andrey Andreev | 1 | -2/+1 | |
2015-11-16 | Fix #4244 | Andrey Andreev | 1 | -3/+28 | |
2015-10-30 | Fix #4192 | Andrey Andreev | 1 | -5/+8 | |
2015-08-31 | Fix #4073 | Andrey Andreev | 1 | -7/+16 | |
2015-08-03 | Fix #4015 | Andrey Andreev | 1 | -1/+2 | |
2015-06-22 | Work-around for https://bugs.php.net/bug.php?id=39598 | Andrey Andreev | 1 | -1/+21 | |
Fixes #3922 | |||||
2015-03-10 | Add array typehint to CI_Email::__construct() | Andrey Andreev | 1 | -1/+1 | |
2015-02-06 | Polish changes following PR #3573 | Andrey Andreev | 1 | -5/+12 | |
2015-02-06 | Fix HELO localhost.localdomain violates RFC standards | James Wade | 1 | -2/+6 | |
2015-01-21 | Remove closing blocks at end of PHP files | vlakoff | 1 | -3/+0 | |
2015-01-20 | [ci skip] Change some log messages' level | Andrey Andreev | 1 | -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-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -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-13 | Removing empty lines | Michael Granados | 1 | -1/+1 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-12 | Making required changes | Michael Granados | 1 | -3/+3 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-11-09 | Verifying From header before send mail | Michael Granados | 1 | -0/+6 | |
Signed-off-by: Michael Granados <michaelgranados@gmail.com> | |||||
2014-10-27 | [ci skip] Switch to MIT license; close #3293 | Andrey Andreev | 1 | -14/+25 | |
2014-05-31 | Add support for non-ASCII domain names in FV & Email classes' valid_email() | Andrey Andreev | 1 | -0/+5 | |
Depends on the Intl extension | |||||
2014-05-20 | Pick up some changes from text helper | vlakoff | 1 | -5/+5 | |
refs 6ce4746474ddf050f7f4df61b7a22b7f5854d533 | |||||
2014-05-20 | Fix handling of {unwrap} tags in word_wrap() functions | vlakoff | 1 | -2/+2 | |
* in Email library: these tags were not removed * in text helper: simplified code | |||||
2014-05-20 | Regex fixes | vlakoff | 1 | -1/+1 | |
* Replace wrong "wwww." with "www." * Escape dot |