Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2008-05-05 | Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to ↵ | Derek Allard | 1 | -26/+26 | |
the File Helper. Changed ( ! condition) into (! condition) within the code | |||||
2008-04-22 | Added the ability to set CRLF settings via config in the Email class. | Derek Allard | 1 | -0/+20 | |
Added SVN commit number to changelog Fixed more guide typos and examples | |||||
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 | |
_get_encoding() to check more broadly for 7bit character sets before deciding whether to set the encoding to 7-bit or 8-bit. | |||||
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 ↵ | Derek Jones | 1 | -5/+9 | |
associative arrays or numerically indexed arrays that are not sequential from 0. | |||||
2008-01-15 | Fixed typos in the email Language class (email_attachment_unredable, ↵ | Derek Allard | 1 | -1/+1817 | |
email_filed_smtp_login). | |||||
2007-12-09 | added a space after the -f flag for server compatibility | Derek Allard | 1 | -1/+1 | |
2007-11-29 | Moved the safe mode and auth checks for the Email library into the constructor | Derek Allard | 1 | -1815/+1 | |
2007-11-14 | Fixed a bug in the Email library where some timezones were calculated ↵ | Derek Allard | 1 | -1/+1 | |
incorrectly. | |||||
2007-10-04 | Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. | Derek Allard | 1 | -1/+1 | |
2007-07-12 | fixed quoted-printable in HTML emails, and added htmlspecialchars() to email ↵ | Derek Jones | 1 | -4/+100 | |
debugging output | |||||
2007-06-11 | (no commit message) | Rick Ellis | 1 | -1/+1 | |
2007-04-15 | update pMachine to EllisLab | Derek Allard | 1 | -1718/+1718 | |
update copyright year update Code Igniter to CodeIgniter | |||||
2006-10-28 | (no commit message) | admin | 1 | -40/+67 | |
2006-10-27 | (no commit message) | admin | 1 | -41/+33 | |
2006-10-21 | (no commit message) | admin | 1 | -64/+63 | |
2006-10-21 | (no commit message) | admin | 1 | -57/+6 | |
2006-10-07 | (no commit message) | admin | 1 | -3/+3 | |
2006-10-03 | (no commit message) | derek | 1 | -1/+1 | |
2006-09-28 | (no commit message) | admin | 1 | -3/+3 | |
2006-09-28 | (no commit message) | admin | 1 | -11/+0 | |
2006-09-26 | (no commit message) | admin | 1 | -1/+7 | |