index
:
Filebin
dev
dev-2.x
dev-parallel-tests
dev-text-paste-preview
hash-collision
master
no-ouput-if-error
release/1.x
The software behind paste.xinu.at
Florian Pritz
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
system
/
libraries
/
Email.php
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-15
Email library: htmlspecialchars for _header_str
moi90
1
-1
/
+1
2011-11-13
Added TLS and SSL support to Email library. Fixes issue #171
Radu Potop
1
-1
/
+19
2011-10-27
get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower
Andrey Andreev
1
-3
/
+7
2011-10-27
I wasn't following the CI code style guide.
diegorivera
1
-3
/
+3
2011-10-27
Update system/libraries/Email.php
diegorivera
1
-1
/
+9
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
2011-07-20
Updated Email class to use protected instead of private: http://codeigniter.u...
Phil Sturgeon
1
-59
/
+59
2011-07-02
backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke...
Derek Jones
1
-23
/
+23
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 $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
[next]