summaryrefslogtreecommitdiffstats
path: root/system/libraries/Email.php
AgeCommit message (Expand)AuthorFilesLines
2014-05-31Changelog messages, bump year in copyright noticesAndrey Andreev1-1/+1
2013-08-05Suhosin compatible emailsPlamenVasilev1-4/+4
2013-03-15Email library: htmlspecialchars for _header_strmoi901-1/+1
2011-11-13Added TLS and SSL support to Email library. Fixes issue #171Radu Potop1-1/+19
2011-10-27get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lowerAndrey Andreev1-3/+7
2011-10-27I wasn't following the CI code style guide.diegorivera1-3/+3
2011-10-27Update system/libraries/Email.phpdiegorivera1-1/+9
2011-08-21Removed unneeded code in CI_Email's set_alt_message.Frank de Jonge1-1/+1
2011-08-10Fixed a bug where Email library attachments with a . in the name would using ...Phil Sturgeon1-1/+1
2011-07-20Updated Email class to use protected instead of private: http://codeigniter.u...Phil Sturgeon1-59/+59
2011-07-02backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...Derek Jones1-23/+23
2011-04-25Fixed double-space typo.Razican1-23/+23
2011-04-08Deals with language errors after codeigniter-reactor commit r2307:c43c6dea56fbpatwork1-22/+22
2011-02-14Whitespace cleanup in libraries/Pascal Kriete1-6/+6
2011-01-27Automated merge with https://bitbucket.org/ellislab/codeigniterPhil Sturgeon1-80/+83
2011-01-13Added access scope to Email library and allow method chaining from $this->ema...Phil Sturgeon1-61/+64
2011-01-05Hey look, it's 2011Greg Aker1-1/+1
2010-12-29Changed email library to allow setting different user-agent. Fixes #286Eric Barnes1-19/+19
2010-11-10Altered Email class to allow for method chaining. (Thanks Phil Sturgeon)Greg Aker1-0/+24
2010-11-10Changing all class constructors to __construct()Greg Aker1-1/+1
2010-11-10Updating PHP requirements in files 5.1.6Greg Aker1-1/+1
2010-11-09Altered our mail() params to be inline with PHP documentation, fixes mailing ...Brandon Jones1-64/+56
2010-10-04Cleanup of stray spaces and tabsBarry Mieny1-62/+62
2010-09-01fixes issue #109 where cc and bcc recipients were not reset when using the cl...Derek Jones1-0/+2
2010-03-19Changed a few strstr to strpos for consistency w performance guidelines and t...Robin Sowell1-1/+1
2010-03-02whitespace in Email libDerek Jones1-2/+2
2010-01-05updated copyrightsDerek Jones1-1/+1
2009-04-29added check for FALSE and NULL for servers who have popen listed in php.ini's...Derek Jones1-0/+6
2009-04-22updated copyrights to 2009Derek Jones1-1/+1
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