summaryrefslogtreecommitdiffstats
path: root/system/libraries/Email.php
AgeCommit message (Expand)AuthorFilesLines
2009-02-10switched from substr() to rtrim() in _write_headers() so that the last $this-...Derek Jones1-1/+1
2009-02-10added an additional newline for MUAs that require a double line break between...Derek Jones1-3/+3
2008-11-18better error messages for sendmail failureDerek Jones1-1/+2
2008-11-17added sendmail debugging and fixed a bug with single to double quoted string ...Derek Jones1-6/+12
2008-11-13Changing EOL style to LFDerek Allard1-2027/+2027
2008-11-13Added prep_q_encoding() and Q encoding of From: and Subject: headersDerek Jones1-13/+86
2008-11-12Propset eol-style to CRLFDerek Jones1-1954/+1954
2008-11-06corrected a few docblock comments to accurately reflect return valuesDerek Allard1-1952/+1954
2008-09-30Did a little cleanup for better readabilityRick Ellis1-12/+30
2008-09-30Added smtp authorization settings to initialize function, as per this bug rep...Rick Ellis1-4/+9
2008-09-13updated copyrightRick Ellis1-1/+1
2008-08-21whitespace fixesDerek Allard1-3/+3
2008-08-06added killing of nulls to _prep_quoted_printable()Derek Jones1-1/+4
2008-08-06fixed bug where dechex() was being fed the wrong variable for encoding space ...Derek Jones1-1/+1
2008-06-16correcting some docblock commentsDerek Allard1-9/+9
2008-06-06added quoted-printable headers when $this->send_multipart has been manually c...Derek Jones1-1/+2
2008-05-22Fixed a bug (#4561) where orhaving() wasn't properly passing values.Derek Allard1-1/+0
2008-05-13Some sweeping syntax changes for consistency:Derek Jones1-33/+51
2008-05-13preg_split changed to explodeDerek Allard1-165/+165
2008-05-13substr checks swapped out with strncmpDerek Allard1-16/+72
2008-05-11Removed closing PHP tags, replaced with a comment block identifying the end o...Derek Jones1-1/+3
2008-05-11Undoing change committed in r1115Derek Jones1-0/+1
2008-05-11removed closing PHP tag from all framework filesDerek Jones1-1/+0
2008-05-09added dot transformation to body of email when sending via SMTPDerek Jones1-2/+3
2008-05-05tweak to the new fopen mode constant namesDerek Jones1-1/+1
2008-05-05implemented fopen mode constantsDerek Jones1-1/+1
2008-05-05Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to th...Derek Allard1-26/+26
2008-04-22Added the ability to set CRLF settings via config in the Email class.Derek Allard1-0/+20
2008-02-25Moved the safe mode and auth checks for the Email library into the constructorDerek Allard1-42/+44
2008-01-22fixed bug #3279 - removed iso-8859-1 from $this->_base_charsets, and altered ...Derek Jones1-20/+27
2008-01-21replaced www.codeigniter.com with codeigniter.comDerek Jones1-3/+3
2008-01-18ExpressionEngine Dev Team in creditDerek Allard1-2/+2
2008-01-16fixed bug #2542 - switched to foreach() in clean_email() to work with associa...Derek Jones1-5/+9
2008-01-15Fixed typos in the email Language class (email_attachment_unredable, email_fi...Derek Allard1-1/+1817
2007-12-09added a space after the -f flag for server compatibilityDerek Allard1-1/+1
2007-11-29Moved the safe mode and auth checks for the Email library into the constructorDerek Allard1-1815/+1
2007-11-14Fixed a bug in the Email library where some timezones were calculated incorre...Derek Allard1-1/+1
2007-10-04Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor.Derek Allard1-1/+1
2007-07-12fixed quoted-printable in HTML emails, and added htmlspecialchars() to email ...Derek Jones1-4/+100
2007-06-11(no commit message)Rick Ellis1-1/+1
2007-04-15update pMachine to EllisLabDerek Allard1-1718/+1718
2006-10-28(no commit message)admin1-40/+67
2006-10-27(no commit message)admin1-41/+33
2006-10-21(no commit message)admin1-64/+63
2006-10-21(no commit message)admin1-57/+6
2006-10-07(no commit message)admin1-3/+3
2006-10-03(no commit message)derek1-1/+1
2006-09-28(no commit message)admin1-3/+3
2006-09-28(no commit message)admin1-11/+0
2006-09-26(no commit message)admin1-1/+7