Age | Commit message (Expand) | Author | Files | Lines |
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 |
2015-01-09 | Bulk (mostly documentation) update | Andrey Andreev | 1 | -3/+3 |
2014-11-13 | Removing empty lines | Michael Granados | 1 | -1/+1 |
2014-11-12 | Making required changes | Michael Granados | 1 | -3/+3 |
2014-11-09 | Verifying From header before send mail | Michael Granados | 1 | -0/+6 |
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 |
2014-05-20 | Pick up some changes from text helper | vlakoff | 1 | -5/+5 |
2014-05-20 | Fix handling of {unwrap} tags in word_wrap() functions | vlakoff | 1 | -2/+2 |
2014-05-20 | Regex fixes | vlakoff | 1 | -1/+1 |
2014-05-19 | Remove static cache in Email->_mimes_types() | vlakoff | 1 | -9/+1 |
2014-05-19 | Fix caching of MIME config | vlakoff | 1 | -3/+6 |
2014-03-13 | Partially revert PR #2190 | Andrey Andreev | 1 | -1/+1 |
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 |
2014-02-08 | Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make s... | Andrey Andreev | 1 | -1/+1 |
2014-01-15 | Fix #2822: Incorrect usage of fwrite() | Andrey Andreev | 1 | -1/+10 |
2014-01-15 | Fix incorrect checks for the fwrite() return value | Andrey Andreev | 1 | -1/+1 |
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 |
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 |
2013-04-18 | Change boolean to bool. | buhay | 1 | -1/+3 |
2013-04-17 | Correction for issue #2388. Updated _build_message() to return a boolean. Thi... | buhay | 1 | -4/+10 |
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 |
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 |
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 |