Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-10-27 | Unify Email attachment values into a single array and fix a bug in the new ↵ | Andrey Andreev | 1 | -18/+18 | |
buffer attachment feature | |||||
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -6/+14 | |
2012-10-19 | Fix another mailing issue (based on #1281) | Andrey Andreev | 1 | -6/+10 | |
2012-10-19 | Fix issue #1409 | Andrey Andreev | 1 | -51/+59 | |
2012-10-18 | Remove {unwrap}{/unwrap} markers when quoted_printable_encode() or ↵ | Andrey Andreev | 1 | -9/+9 | |
imap_8bit() is used | |||||
2012-10-17 | Fix issue #1897 | Andrey Andreev | 1 | -10/+6 | |
2012-10-15 | Remove CI_Email::_get_ip() | Andrey Andreev | 1 | -41/+0 | |
2012-10-11 | Add a fallback to imap_8bit() for CI_Email::_prep_quoted_printable() | Andrey Andreev | 1 | -2/+9 | |
2012-10-10 | Changelog entry for previous commit and change default charset for the Email ↵ | Andrey Andreev | 1 | -0/+2 | |
library to whatever the config array says | |||||
2012-10-10 | Replace in _prep_quoted_printable() with the constant 76 | Andrey Andreev | 1 | -9/+1 | |
2012-10-09 | Alter CI_Emai::_prep_quoted_printable() | Andrey Andreev | 1 | -3/+10 | |
2012-10-08 | [ci skip] Polish changes from pull #1709 | Andrey Andreev | 1 | -1/+1 | |
2012-10-08 | Fix email headers when using long email subjects and \r\n as crlf. (Part2) | Bruno Barão | 1 | -2/+2 | |
- Better expression for the preg_replace. - Added a entry to the changelog. | |||||
2012-10-08 | Merge remote-tracking branch 'upstream/develop' into develop | Bruno Barão | 1 | -4/+13 | |
2012-10-05 | Polish changes from #1586 | Andrey Andreev | 1 | -2/+2 | |
2012-10-05 | update devel version | Melounek | 1 | -5/+19 | |
2012-08-14 | Fix email headers when using long email subjects and \r\n as crlf. | Bruno Barão | 1 | -1/+1 | |
2012-07-30 | Some clean-up and style changes | Andrey Andreev | 1 | -1/+1 | |
2012-07-30 | Only clear if request was successful | Alex Bilbie | 1 | -3/+3 | |
2012-07-30 | New parameter to automatically clear the parameters | Alex Bilbie | 1 | -3/+13 | |
2012-07-30 | After sending an email clear the parameters | Alex Bilbie | 1 | -2/+6 | |
2012-06-29 | added parameter for returned-path in Email::from() | Melounek | 1 | -4/+13 | |
2012-06-27 | valid_email() to always return boolean | Andrey Andreev | 1 | -1/+1 | |
2012-06-27 | Correct variable names | Timothy Warren | 1 | -1/+1 | |
2012-06-27 | Update other email validation methods | Timothy Warren | 1 | -1/+1 | |
2012-06-14 | Replace strncmp() usage with strpos() | Andrey Andreev | 1 | -7/+7 | |
2012-06-11 | Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0) | Andrey Andreev | 1 | -1/+1 | |
2012-06-06 | Merge pull request #1415 from mickeywu/develop | Andrey Andreev | 1 | -16/+16 | |
Made set_header() public in Email library and updated documentation. | |||||
2012-06-05 | Added get_mimes() function to system/core/Commons.php.The MIMEs array from ↵ | Andrey Andreev | 1 | -92/+17 | |
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 | |||||
2012-06-02 | Replaced `==` with `===` and `!=` with `!==` in /system/libraries | Alex Bilbie | 1 | -27/+27 | |
2012-06-01 | Made set_header() public in Email library and updated documentation. | Mickey Wu | 1 | -16/+16 | |
2012-05-17 | Clean up the libraries | Andrey Andreev | 1 | -107/+99 | |
2012-04-12 | Adding in .ics MIME type for calendar invites. | Kevin King | 1 | -0/+1 | |
2012-03-29 | Merge pull request #1181 from matteomattei/develop | Andrey Andreev | 1 | -16/+26 | |
Add support for buffer string email attachment. | |||||
2012-03-26 | Centralize handling of attach() function for both real file and buffer string. | Matteo Mattei | 1 | -6/+4 | |
Update documentation. | |||||
2012-03-22 | Update system/libraries/Email.php | leandronf | 1 | -2/+6 | |
2012-03-22 | (DSN) Delivery status notification feature | leandronf | 1 | -3/+6 | |
2012-03-15 | Email class: adjust documentation and make the code backward compatible | Matteo Mattei | 1 | -2/+2 | |
2012-03-15 | Email class: move string_attach() to attach() and add documentation | Matteo Mattei | 1 | -21/+3 | |
2012-03-13 | Add support for buffer string email attachment. | Matteo Mattei | 1 | -14/+44 | |
2012-03-09 | Bumped CodeIgniter's PHP requirement to 5.2.4. | Phil Sturgeon | 1 | -1/+1 | |
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... | |||||
2012-03-02 | Made the code more readable, updated the changelog. | Diogo Osório | 1 | -1/+1 | |
2012-03-02 | #1080 - Check if the SMTP connection and authentication were successfull. | Diogo Osório | 1 | -2/+5 | |
2012-03-01 | Some other minor improvements to the Email library | Andrey Andreev | 1 | -81/+67 | |
2012-03-01 | Switch ANDs to &&, || to OR in the Email class | Andrey Andreev | 1 | -14/+13 | |
2012-03-01 | Remove access lines and fix method description blocks in the Email class | Andrey Andreev | 1 | -84/+25 | |
2012-03-01 | Switch private properties in the Email class to protected | Andrey Andreev | 1 | -24/+25 | |
2012-01-02 | Updating copyright date to 2012 | Greg Aker | 1 | -1/+1 | |
2011-12-22 | Update with suggestions from philsturgeon | Andrey Andreev | 1 | -5/+5 | |
2011-12-22 | Improve the Email library | Andrey Andreev | 1 | -308/+172 | |