Age | Commit message (Expand) | Author | Files | Lines |
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 |
2012-03-26 | Centralize handling of attach() function for both real file and buffer string. | Matteo Mattei | 1 | -6/+4 |
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 |
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 |
2011-11-23 | Switch disposition set to ternary operation | trit | 1 | -6/+1 |
2011-11-23 | More style tweaks | trit | 1 | -0/+3 |
2011-11-23 | Changed attachment definition to allow for blank disposition defaulting to at... | trit | 1 | -2/+4 |
2011-11-23 | Added a couple of style tweaks and a note about function change in changelog | trit | 1 | -7/+2 |
2011-11-23 | Added space after CI_Email for coding standard | trit | 1 | -1/+1 |
2011-11-23 | Switched order of arguments to maintain compatibility | trit | 1 | -1/+1 |
2011-11-23 | Changed the names around again | trit | 1 | -2/+2 |
2011-11-23 | Changed filepath back to filename | trit | 1 | -7/+7 |
2011-11-23 | Fixed variable name causing problem | trit | 1 | -1/+1 |
2011-11-23 | Added custom file name to attach(), updated _build_message to handle it | trit | 1 | -10/+16 |
2011-11-22 | Merge master (2.1.0) and fixed conflicts. | Phil Sturgeon | 1 | -7/+3 |
2011-11-13 | Added TLS and SSL support to Email library. Fixes issue #171 | Radu Potop | 1 | -1/+19 |
2011-10-27 | Crypt isn't set and it causes extensive script time when specifying a custom ... | Sean Fisher | 1 | -5/+5 |
2011-10-27 | get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower | Andrey Andreev | 1 | -3/+7 |
2011-10-27 | I wasn't following the CI code style guide. | diegorivera | 1 | -3/+3 |
2011-10-27 | Update system/libraries/Email.php | diegorivera | 1 | -1/+9 |
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 |
2011-10-20 | get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower | Andrey Andreev | 1 | -3/+7 |
2011-10-19 | I wasn't following the CI code style guide. | diegorivera | 1 | -3/+3 |
2011-10-19 | Update system/libraries/Email.php | diegorivera | 1 | -1/+9 |
2011-09-29 | style edit, print error if crypto fails | Radu Potop | 1 | -1/+11 |
2011-09-28 | Added TLS and SSL support to Email library. Fixes issue #171 | Radu Potop | 1 | -1/+19 |
2011-09-15 | Update: Incorrect comments for clean method in CI_Email class | Bo-Yi Wu | 1 | -0/+1 |
2011-08-21 | Changed set_wordwrap() to cast the parameter as a boolean instead of using a ... | Dan Horrigan | 1 | -2/+2 |
2011-08-21 | Changed set_alt_message() to cast the message a string to prevent possible is... | Dan Horrigan | 1 | -1/+1 |
2011-08-21 | Removed unneeded code in CI_Email's set_alt_message. | Frank de Jonge | 1 | -1/+1 |
2011-08-10 | Fixed a bug where Email library attachments with a . in the name would using ... | Phil Sturgeon | 1 | -1/+1 |
2011-07-20 | Updated Email class to use protected instead of private: http://codeigniter.u... | Phil Sturgeon | 1 | -59/+59 |
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke... | Derek Jones | 1 | -23/+23 |
2011-04-25 | Fixed double-space typo. | Razican | 1 | -23/+23 |
2011-04-08 | Deals with language errors after codeigniter-reactor commit r2307:c43c6dea56fb | patwork | 1 | -22/+22 |
2011-02-14 | Whitespace cleanup in libraries/ | Pascal Kriete | 1 | -6/+6 |