Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-10-20 | adding new license file (OSL 3.0) and updating readme to ReST | Derek Jones | 1 | -4/+16 | |
added notice of license to all source files. OSL to all except the few files we ship inside of the application folder, those are AFL. Updated license in user guide. incrementing next dev version to 3.0 due to licensing change | |||||
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 | |
ternary. Also fixed the doc block. | |||||
2011-08-21 | Changed set_alt_message() to cast the message a string to prevent possible ↵ | Dan Horrigan | 1 | -1/+1 | |
issues when sending NULL or FALSE. | |||||
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 | |
invalid MIME-types. | |||||
2011-07-20 | Updated Email class to use protected instead of private: ↵ | Phil Sturgeon | 1 | -59/+59 | |
http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/2056113-private-functions-suck | |||||
2011-07-02 | backed out 648b42a75739, which was a NON-trivial whitespace commit. It ↵ | Derek Jones | 1 | -23/+23 | |
broke the Typography class's string replacements, for instance | |||||
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 ↵ | Phil Sturgeon | 1 | -61/+64 | |
$this->email->initialize(). | |||||
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 | |
on some hosts | |||||
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 ↵ | Derek Jones | 1 | -0/+2 | |
clear() method in the Email lib | |||||
2010-03-19 | Changed a few strstr to strpos for consistency w performance guidelines and ↵ | Robin Sowell | 1 | -1/+1 | |
to mirror EE2. | |||||
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 ↵ | Derek Jones | 1 | -0/+6 | |
php.ini's disable_functions. $fp cannot be trusted on those retarded servers | |||||
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 ↵ | Derek Jones | 1 | -1/+1 | |
$this->newline is fully stripped when the "mail" protocol is used, regardless of whether \r, \n, or \r\n is used. http://codeigniter.com/bug_tracker/bug/6669/ | |||||
2009-02-10 | added an additional newline for MUAs that require a double line break ↵ | Derek Jones | 1 | -3/+3 | |
between multipart headers and the ignored MIME message area http://codeigniter.com/bug_tracker/bug/6681/ | |||||
2008-11-18 | better error messages for sendmail failure | Derek Jones | 1 | -1/+2 | |
2008-11-17 | added sendmail debugging and fixed a bug with single to double quoted string ↵ | Derek Jones | 1 | -6/+12 | |
syntax in from() | |||||
2008-11-13 | Changing EOL style to LF | Derek Allard | 1 | -2027/+2027 | |
2008-11-13 | Added prep_q_encoding() and Q encoding of From: and Subject: headers | Derek Jones | 1 | -13/+86 | |
2008-11-12 | Propset eol-style to CRLF | Derek Jones | 1 | -1954/+1954 | |
simplified paragraph tag cleanup regex | |||||
2008-11-06 | corrected a few docblock comments to accurately reflect return values | Derek Allard | 1 | -1952/+1954 | |
removed some unneeded whitespace | |||||
2008-09-30 | Did a little cleanup for better readability | Rick Ellis | 1 | -12/+30 | |
2008-09-30 | Added smtp authorization settings to initialize function, as per this bug ↵ | Rick Ellis | 1 | -4/+9 | |
report: http://codeigniter.com/bug_tracker/bug/4615/ | |||||
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 | |
2008-08-21 | whitespace fixes | Derek Allard | 1 | -3/+3 | |
a minor re-ordering of the changelog | |||||
2008-08-06 | added killing of nulls to _prep_quoted_printable() | Derek Jones | 1 | -1/+4 | |
2008-08-06 | fixed bug where dechex() was being fed the wrong variable for encoding space ↵ | Derek Jones | 1 | -1/+1 | |
and tab characters at the end of a line of quoted-printable encoded content | |||||
2008-06-16 | correcting some docblock comments | Derek Allard | 1 | -9/+9 | |
2008-06-06 | added quoted-printable headers when $this->send_multipart has been manually ↵ | Derek Jones | 1 | -1/+2 | |
changed to FALSE | |||||
2008-05-22 | Fixed a bug (#4561) where orhaving() wasn't properly passing values. | Derek Allard | 1 | -1/+0 | |
Removed some unused variables from the code (#4563). Fixed a bug where having() was not adding an = into the statement (#4568). | |||||
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -33/+51 | |
(! foo) changed to ( ! foo) || changed to OR changed newline standardization code in various places from preg_replace to str_replace | |||||
2008-05-13 | preg_split changed to explode | Derek Allard | 1 | -165/+165 | |