Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
library to whatever the config array says
|
|
|
|
|
|
|
|
- Better expression for the preg_replace.
- Added a entry to the changelog.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Made set_header() public in Email library and updated documentation.
|
|
config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
|
|
|
|
|
|
|
|
|
|
Add support for buffer string email attachment.
|
|
Update documentation.
|
|
|
|
|
|
|
|
|
|
|
|
Yes I know PHP 5.4 just came out, and yes I know PHP 5.3 has lovely features, but there are plenty of corporate systems running on CodeIgniter and PHP 5.3 still is not widely supported enough. CodeIgniter is great for distributed applications, and this is the highest we can reasonably go without breaking support. PHP 5.3 will most likely happen in another year or so. Fingers crossed on that one anyway...
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
attachment - should make things easier for the user who uses a custom name
|
|
|
|
|
|
|
|
|