Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-11-17 | added sendmail debugging and fixed a bug with single to double quoted string ... | Derek Jones | 1 | -6/+12 |
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 |
2008-11-06 | corrected a few docblock comments to accurately reflect return values | Derek Allard | 1 | -1952/+1954 |
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 rep... | Rick Ellis | 1 | -4/+9 |
2008-09-13 | updated copyright | Rick Ellis | 1 | -1/+1 |
2008-08-21 | whitespace fixes | Derek Allard | 1 | -3/+3 |
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 |
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 c... | Derek Jones | 1 | -1/+2 |
2008-05-22 | Fixed a bug (#4561) where orhaving() wasn't properly passing values. | Derek Allard | 1 | -1/+0 |
2008-05-13 | Some sweeping syntax changes for consistency: | Derek Jones | 1 | -33/+51 |
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 |
2008-05-11 | Removed closing PHP tags, replaced with a comment block identifying the end o... | Derek Jones | 1 | -1/+3 |
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 |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th... | Derek Allard | 1 | -26/+26 |
2008-04-22 | Added the ability to set CRLF settings via config in the Email class. | Derek Allard | 1 | -0/+20 |
2008-02-25 | Moved the safe mode and auth checks for the Email library into the constructor | Derek Allard | 1 | -42/+44 |
2008-01-22 | fixed bug #3279 - removed iso-8859-1 from $this->_base_charsets, and altered ... | Derek Jones | 1 | -20/+27 |
2008-01-21 | replaced www.codeigniter.com with codeigniter.com | Derek Jones | 1 | -3/+3 |
2008-01-18 | ExpressionEngine Dev Team in credit | Derek Allard | 1 | -2/+2 |
2008-01-16 | fixed bug #2542 - switched to foreach() in clean_email() to work with associa... | Derek Jones | 1 | -5/+9 |
2008-01-15 | Fixed typos in the email Language class (email_attachment_unredable, email_fi... | Derek Allard | 1 | -1/+1817 |