Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-01-27 | Automated merge with https://bitbucket.org/ellislab/codeigniter | Phil Sturgeon | 1 | -80/+83 |
2011-01-13 | Added access scope to Email library and allow method chaining from $this->ema... | Phil Sturgeon | 1 | -61/+64 |
2011-01-05 | Hey look, it's 2011 | Greg Aker | 1 | -1/+1 |
2010-12-29 | Changed email library to allow setting different user-agent. Fixes #286 | Eric Barnes | 1 | -19/+19 |
2010-11-10 | Altered Email class to allow for method chaining. (Thanks Phil Sturgeon) | Greg Aker | 1 | -0/+24 |
2010-11-10 | Changing all class constructors to __construct() | Greg Aker | 1 | -1/+1 |
2010-11-10 | Updating PHP requirements in files 5.1.6 | Greg Aker | 1 | -1/+1 |
2010-11-09 | Altered our mail() params to be inline with PHP documentation, fixes mailing ... | Brandon Jones | 1 | -64/+56 |
2010-10-04 | Cleanup of stray spaces and tabs | Barry Mieny | 1 | -62/+62 |
2010-09-01 | fixes issue #109 where cc and bcc recipients were not reset when using the cl... | Derek Jones | 1 | -0/+2 |
2010-03-19 | Changed a few strstr to strpos for consistency w performance guidelines and t... | Robin Sowell | 1 | -1/+1 |
2010-03-02 | whitespace in Email lib | Derek Jones | 1 | -2/+2 |
2010-01-05 | updated copyrights | Derek Jones | 1 | -1/+1 |
2009-04-29 | added check for FALSE and NULL for servers who have popen listed in php.ini's... | Derek Jones | 1 | -0/+6 |
2009-04-22 | updated copyrights to 2009 | Derek Jones | 1 | -1/+1 |
2009-02-10 | switched from substr() to rtrim() in _write_headers() so that the last $this-... | Derek Jones | 1 | -1/+1 |
2009-02-10 | added an additional newline for MUAs that require a double line break between... | Derek Jones | 1 | -3/+3 |
2008-11-18 | better error messages for sendmail failure | Derek Jones | 1 | -1/+2 |