Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2008-05-13 | substr checks swapped out with strncmp | Derek Allard | 1 | -16/+72 | |
{ braces } added around if and for statements | |||||
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end ↵ | Derek Jones | 1 | -1/+3 | |
of the file | |||||
2008-05-11 | Undoing change committed in r1115 | Derek Jones | 1 | -0/+1 | |
2008-05-11 | removed closing PHP tag from all framework files | Derek Jones | 1 | -1/+0 | |
2008-05-09 | added dot transformation to body of email when sending via SMTP | Derek Jones | 1 | -2/+3 | |
2008-05-05 | tweak to the new fopen mode constant names | Derek Jones | 1 | -1/+1 | |
2008-05-05 | implemented fopen mode constants | Derek Jones | 1 | -1/+1 | |