Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |||||
2014-05-19 | Remove static cache in Email->_mimes_types() | vlakoff | 1 | -9/+1 | |
Saving one function call isn't worth the code overhead. | |||||
2014-05-19 | Fix caching of MIME config | vlakoff | 1 | -3/+6 | |
* in get_mimes(): was missing isset() test * in Email->_mimes_types(): static cache of reference was noneffective refs 6ef498b49946ba74d610b3805fb908b163a7f03a | |||||
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 1 | -1/+1 | |
The core shouldn't depend on constants that are not defined by itself | |||||
2014-02-24 | [ci skip] A tiny improvement in CI_Email | Andrey Andreev | 1 | -2/+8 | |
2014-02-20 | Don't use error suppression on ini_get() either | Andrey Andreev | 1 | -1/+1 | |
2014-02-11 | Utf8/iconv/mbstring-related changes | Andrey Andreev | 1 | -3/+3 | |
2014-02-11 | 2013 > 2014 | darwinel | 1 | -1/+1 | |
Update copyright notices from 2013 to 2014. And update one calendar example in user_guide from year 2013/2014 to 2014/2015. | |||||
2014-02-08 | Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make ↵ | Andrey Andreev | 1 | -1/+1 | |
sense) | |||||
2014-01-15 | Fix #2822: Incorrect usage of fwrite() | Andrey Andreev | 1 | -1/+10 | |
We only used to check (and not always) if the return value of fwrite() is boolean FALSE, while it is possible that the otherwise returned bytecount is less than the length of data that we're trying to write. This allowed incomplete writes over network streams and possibly a few other edge cases. | |||||
2014-01-15 | Fix incorrect checks for the fwrite() return value | Andrey Andreev | 1 | -1/+1 | |
! fwrite() could trigger false-positives as it is possible for it to return 0 instead of boolean FALSE. (issue #2822) Also removed an unnecessary log level check that caused an extra space to be inserted for the INFO level. (proposed in PR #2821) | |||||
2014-01-10 | condition repair and comments | Petr Heralecky | 1 | -3/+3 | |
2014-01-10 | rename src to file | Petr Heralecky | 1 | -9/+9 | |
2014-01-10 | attach files by absolute url | Petr Heralecky | 1 | -10/+10 | |
2014-01-10 | Further changes related to PR #2807 | Andrey Andreev | 1 | -11/+12 | |
2014-01-10 | variable repair | Petr Heralecky | 1 | -2/+2 | |
2014-01-10 | styleguided 2 | Petr Heralecky | 1 | -3/+1 | |
2014-01-10 | styleguided | Petr Heralecky | 1 | -10/+16 | |
2014-01-10 | Added Email::attach_cid() returning CID | Petr Heralecky | 1 | -32/+55 | |
2013-09-13 | Improvements to safe_mode detection (it doesn't exist in PHP 5.4) | Andrey Andreev | 1 | -2/+1 | |
2013-08-07 | An improved version of PR #2584, fixes #2583 | Andrey Andreev | 1 | -11/+13 | |
2013-07-16 | 2.1.4 release related stuff | Andrey Andreev | 1 | -1/+1 | |
2013-06-25 | Merge pull request #2480 from florisluiten/develop | Andrey Andreev | 1 | -1/+1 | |
Prevent email header injection | |||||
2013-06-24 | Removed empty line at EOF | Floris Luiten (lenwweb.nl) | 1 | -1/+1 | |
2013-06-11 | added newlines to end of email header when send_multipart === false | Chris Ege | 1 | -1/+1 | |
2013-06-07 | Prevent email header injection | florisluiten | 1 | -2/+2 | |
When a header is set, newline characters are stripped so one cannot inject his/her own email header(s). Since set_header is only used to set one header at a time, it should have no effect on any code relying on this function | |||||
2013-04-18 | Change boolean to bool. | buhay | 1 | -1/+3 | |
Added whitespace. | |||||
2013-04-17 | Correction for issue #2388. Updated _build_message() to return a boolean. ↵ | buhay | 1 | -4/+10 | |
This prevents email from sending if there is an error trying to attach an attachment to the email. | |||||
2013-03-12 | Fix #2320 | Andrey Andreev | 1 | -3/+3 | |
2013-03-04 | [ci skip] Fix #2289 | Andrey Andreev | 1 | -3/+2 | |
2013-02-19 | Merge pull request #2261 from nisheeth-barthwal/develop | Andrey Andreev | 1 | -2/+5 | |
Fixed Issue #2239 | |||||
2013-02-19 | Fixed the issue with bcc_batch_mode and subject | nisheeth-barthwal | 1 | -2/+5 | |
2013-02-19 | Fix a code comment in Upload->_file_mime_type() | vlakoff | 1 | -3/+3 | |
Availability of dangerous functions is now tested using function_usable(). | |||||
2013-02-18 | Removed the unused $force paramter in Email::_smtp_connect() | nisheeth-barthwal | 1 | -29/+29 | |
2013-02-18 | removed PR from the bug list | nisheeth-barthwal | 1 | -1/+1 | |
2013-02-18 | Fixed curly braces. Removed redundant method set_useragent() | nisheeth-barthwal | 1 | -20/+11 | |
2013-02-18 | Fixed tab-indentation. Made appropriate entries in changelog | nisheeth-barthwal | 1 | -283/+282 | |
2013-02-17 | Added keep-alive connection to SMTP. Fixed socket read/write timeouts. Added ↵ | nisheeth-barthwal | 1 | -234/+290 | |
PHP useragent | |||||
2013-01-15 | A few adjustments to previous commit | vlakoff | 1 | -1/+1 | |
2013-01-14 | Replace is_null() with === / !== NULL | vlakoff | 1 | -1/+1 | |
Exact same behavior, but faster. I also think it's more readable. | |||||
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 | |
2012-12-17 | update for Issue #2064 (changed docblocks which return $this or only call a ↵ | Andrew Podner | 1 | -17/+17 | |
method that returns $this to @return CI_DB_class_name) | |||||
2012-11-26 | CI_Email::print_debugger() option to limit the type of data to be printed | Andrey Andreev | 1 | -2/+23 | |
(an alternative to PR #1759; partially solves issue #1742) | |||||
2012-11-12 | Some micro-optimizations | Andrey Andreev | 1 | -2/+2 | |
2012-11-07 | Added function_usable() to common functions | Andrey Andreev | 1 | -4/+7 | |
It is now used to check whether dangerous functions like eval() and exec() are available. It appears that the Suhosin extension (which is becoming popular) terminates script execution instead of returning e.g. FALSE when it has a function blacklisted. function_exists() checks are insufficient and our only option is to check the ini settings here. Filed an issue here: https://github.com/stefanesser/suhosin/issues/18 ... hopefully we'll be able to deal with this in a more elegant way in the future. (this commit supersedes PR #1809) | |||||
2012-11-02 | Fix #1960 | Andrey Andreev | 1 | -1/+1 | |
2012-11-01 | [ci skip] DocBlocks for Email, Ftp, Unit_test and Javascript libraries | Andrey Andreev | 1 | -21/+306 | |
Partially fixes issue #1295 |