summaryrefslogtreecommitdiffstats
path: root/system/libraries/Email.php
AgeCommit message (Expand)AuthorFilesLines
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
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
2015-01-09Bulk (mostly documentation) updateAndrey Andreev1-3/+3
2014-11-13Removing empty linesMichael Granados1-1/+1
2014-11-12Making required changesMichael Granados1-3/+3
2014-11-09Verifying From header before send mailMichael Granados1-0/+6
2014-10-27[ci skip] Switch to MIT license; close #3293Andrey Andreev1-14/+25
2014-05-31Add support for non-ASCII domain names in FV & Email classes' valid_email()Andrey Andreev1-0/+5
2014-05-20Pick up some changes from text helpervlakoff1-5/+5
2014-05-20Fix handling of {unwrap} tags in word_wrap() functionsvlakoff1-2/+2
2014-05-20Regex fixesvlakoff1-1/+1
2014-05-19Remove static cache in Email->_mimes_types()vlakoff1-9/+1
2014-05-19Fix caching of MIME configvlakoff1-3/+6
2014-03-13Partially revert PR #2190Andrey Andreev1-1/+1
2014-02-24[ci skip] A tiny improvement in CI_EmailAndrey Andreev1-2/+8
2014-02-20Don't use error suppression on ini_get() eitherAndrey Andreev1-1/+1
2014-02-11Utf8/iconv/mbstring-related changesAndrey Andreev1-3/+3
2014-02-112013 > 2014darwinel1-1/+1
2014-02-08Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make s...Andrey Andreev1-1/+1
2014-01-15Fix #2822: Incorrect usage of fwrite()Andrey Andreev1-1/+10
2014-01-15Fix incorrect checks for the fwrite() return valueAndrey Andreev1-1/+1
2014-01-10condition repair and commentsPetr Heralecky1-3/+3
2014-01-10rename src to filePetr Heralecky1-9/+9
2014-01-10attach files by absolute urlPetr Heralecky1-10/+10
2014-01-10Further changes related to PR #2807Andrey Andreev1-11/+12
2014-01-10variable repairPetr Heralecky1-2/+2
2014-01-10styleguided 2Petr Heralecky1-3/+1
2014-01-10styleguidedPetr Heralecky1-10/+16
2014-01-10Added Email::attach_cid() returning CIDPetr Heralecky1-32/+55
2013-09-13Improvements to safe_mode detection (it doesn't exist in PHP 5.4)Andrey Andreev1-2/+1
2013-08-07An improved version of PR #2584, fixes #2583Andrey Andreev1-11/+13
2013-07-162.1.4 release related stuffAndrey Andreev1-1/+1
2013-06-25Merge pull request #2480 from florisluiten/developAndrey Andreev1-1/+1
2013-06-24Removed empty line at EOFFloris Luiten (lenwweb.nl)1-1/+1
2013-06-11added newlines to end of email header when send_multipart === falseChris Ege1-1/+1
2013-06-07Prevent email header injectionflorisluiten1-2/+2
2013-04-18Change boolean to bool.buhay1-1/+3
2013-04-17Correction for issue #2388. Updated _build_message() to return a boolean. Thi...buhay1-4/+10
2013-03-12Fix #2320Andrey Andreev1-3/+3
2013-03-04[ci skip] Fix #2289Andrey Andreev1-3/+2
2013-02-19Merge pull request #2261 from nisheeth-barthwal/developAndrey Andreev1-2/+5