Gitiles
Code Review
Sign In
www.giggi.me
/
code-igniter-v3-giggi
/
ca39f2efb2d827d13e4065535355de894965435a
/
system
/
libraries
/
Email.php
be1496d
Utf8/iconv/mbstring-related changes
by Andrey Andreev
· 11 years ago
871754a
2013 > 2014
by darwinel
· 11 years ago
505b3d6
Make CI_Email::set_alt_message() parameter mandatory (optional doesn't make sense)
by Andrey Andreev
· 11 years ago
d8b1ad3
Fix #2822: Incorrect usage of fwrite()
by Andrey Andreev
· 11 years ago
3d21520
Fix incorrect checks for the fwrite() return value
by Andrey Andreev
· 11 years ago
1dbdf72c
condition repair and comments
by Petr Heralecky
· 11 years ago
ceb03af
rename src to file
by Petr Heralecky
· 11 years ago
232ea65
attach files by absolute url
by Petr Heralecky
· 11 years ago
c809726
Further changes related to PR #2807
by Andrey Andreev
· 11 years ago
9ad2fff
variable repair
by Petr Heralecky
· 11 years ago
230fca3
styleguided 2
by Petr Heralecky
· 11 years ago
de88615
styleguided
by Petr Heralecky
· 11 years ago
300e3f0
Added Email::attach_cid() returning CID
by Petr Heralecky
· 11 years ago
5932a73
Improvements to safe_mode detection (it doesn't exist in PHP 5.4)
by Andrey Andreev
· 11 years ago
2b956af
An improved version of PR #2584, fixes #2583
by Andrey Andreev
· 11 years ago
58f677f
2.1.4 release related stuff
by Andrey Andreev
· 12 years ago
b9e090e
Merge pull request #2480 from florisluiten/develop
by Andrey Andreev
· 12 years ago
2d7009c
Removed empty line at EOF
by Floris Luiten (lenwweb.nl)
· 12 years ago
c7325c1
added newlines to end of email header when send_multipart === false
by Chris Ege
· 12 years ago
f55d514
Prevent email header injection
by florisluiten
· 12 years ago
c6da1ef
Change boolean to bool. Added whitespace.
by buhay
· 12 years ago
466e808
Correction for issue #2388. Updated _build_message() to return a boolean. This prevents email from sending if there is an error trying to attach an attachment to the email.
by buhay
· 12 years ago
89b67b4
Fix #2320
by Andrey Andreev
· 12 years ago
fa01ae4
[ci skip] Fix #2289
by Andrey Andreev
· 12 years ago
d2dbee4
Merge pull request #2261 from nisheeth-barthwal/develop
by Andrey Andreev
· 12 years ago
6bb9890
Fixed the issue with bcc_batch_mode and subject
by nisheeth-barthwal
· 12 years ago
f399425
Fix a code comment in Upload->_file_mime_type()
by vlakoff
· 12 years ago
a44e691
Removed the unused $force paramter in Email::_smtp_connect()
by nisheeth-barthwal
· 12 years ago
193f0c7
removed PR from the bug list
by nisheeth-barthwal
· 12 years ago
758f40c
Fixed curly braces. Removed redundant method set_useragent()
by nisheeth-barthwal
· 12 years ago
59209de
Fixed tab-indentation. Made appropriate entries in changelog
by nisheeth-barthwal
· 12 years ago
cf22557
Added keep-alive connection to SMTP. Fixed socket read/write timeouts. Added PHP useragent
by nisheeth-barthwal
· 12 years ago
912f1bc
A few adjustments to previous commit
by vlakoff
· 12 years ago
1228fe2
Replace is_null() with === / !== NULL
by vlakoff
· 12 years ago
80500af
[ci skip] Happy new year
by Andrey Andreev
· 12 years ago
4296a65
update for Issue #2064 (changed docblocks which return $this or only call a method that returns $this to @return CI_DB_class_name)
by Andrew Podner
· 12 years ago
61797f6
CI_Email::print_debugger() option to limit the type of data to be printed
by Andrey Andreev
· 12 years ago
7a7ad78
Some micro-optimizations
by Andrey Andreev
· 12 years ago
e9d2dc8
Added function_usable() to common functions
by Andrey Andreev
· 12 years ago
8a203f6
Fix #1960
by Andrey Andreev
· 12 years ago
597ea27
[ci skip] DocBlocks for Email, Ftp, Unit_test and Javascript libraries
by Andrey Andreev
· 12 years ago
c5536aa
Manually apply PR #1594 (fixing phpdoc page-level generation/warnings)
by Andrey Andreev
· 12 years ago
9bea4be
Fix #1938
by GDmac
· 12 years ago
7e4356b
Remove extra new lines
by vkeranov
· 12 years ago
b8f9a15
Unify Email attachment values into a single array and fix a bug in the new buffer attachment feature
by Andrey Andreev
· 12 years ago
5fd3ae8
[ci skip] style and phpdoc-related changes (rel #1295)
by Andrey Andreev
· 12 years ago
8df1ae2
Fix another mailing issue (based on #1281)
by Andrey Andreev
· 12 years ago
925dd90
Fix issue #1409
by Andrey Andreev
· 12 years ago
00ea2a9
Remove {unwrap}{/unwrap} markers when quoted_printable_encode() or imap_8bit() is used
by Andrey Andreev
· 12 years ago
8a7078b
Fix issue #1897
by Andrey Andreev
· 12 years ago
c771928
Remove CI_Email::_get_ip()
by Andrey Andreev
· 12 years ago
26f0cf9
Add a fallback to imap_8bit() for CI_Email::_prep_quoted_printable()
by Andrey Andreev
· 12 years ago
9f44c21
Changelog entry for previous commit and change default charset for the Email library to whatever the config array says
by Andrey Andreev
· 12 years ago
e8bc5f4
Replace in _prep_quoted_printable() with the constant 76
by Andrey Andreev
· 12 years ago
683b34d
Alter CI_Emai::_prep_quoted_printable()
by Andrey Andreev
· 12 years ago
5098859
[ci skip] Polish changes from pull #1709
by Andrey Andreev
· 12 years ago
51f72cd
Fix email headers when using long email subjects and \r\n as crlf. (Part2)
by Bruno Barão
· 12 years ago
02561ac
Merge remote-tracking branch 'upstream/develop' into develop
by Bruno Barão
· 12 years ago
ccd01c7
Polish changes from #1586
by Andrey Andreev
· 12 years ago
cc7c7c6
update devel version
by Melounek
· 12 years ago
b453e16
Fix email headers when using long email subjects and \r\n as crlf.
by Bruno Barão
· 12 years ago
bdb9999
Some clean-up and style changes
by Andrey Andreev
· 12 years ago
a87aab3
Only clear if request was successful
by Alex Bilbie
· 12 years ago
d7bc8d0
New parameter to automatically clear the parameters
by Alex Bilbie
· 12 years ago
b901e73
After sending an email clear the parameters
by Alex Bilbie
· 12 years ago
58dfc08
added parameter for returned-path in Email::from()
by Melounek
· 13 years ago
580388b
valid_email() to always return boolean
by Andrey Andreev
· 13 years ago
d37f0e9
Correct variable names
by Timothy Warren
· 13 years ago
384b342
Update other email validation methods
by Timothy Warren
· 13 years ago
3dad2e7
Replace strncmp() usage with strpos()
by Andrey Andreev
· 13 years ago
ba26176
Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0)
by Andrey Andreev
· 13 years ago
6683c3c
Merge pull request #1415 from mickeywu/develop
by Andrey Andreev
· 13 years ago
6ef498b
Added get_mimes() function to system/core/Commons.php.The MIMEs array from config/mimes.php is used by multiple core classes, libraries and helpers and each of them has implemented an own way of getting it, which is not needed and is hard to maintain. This also fixes issue #1411
by Andrey Andreev
· 13 years ago
d261b1e
Replaced `==` with `===` and `!=` with `!==` in /system/libraries
by Alex Bilbie
· 13 years ago
bfc1cad
Made set_header() public in Email library and updated documentation.
by Mickey Wu
· 13 years ago
5645479
Clean up the libraries
by Andrey Andreev
· 13 years ago
d3c9447
Adding in .ics MIME type for calendar invites.
by Kevin King
· 13 years ago
b3b94bc
Merge pull request #1181 from matteomattei/develop
by Andrey Andreev
· 13 years ago
c3b36f4
Centralize handling of attach() function for both real file and buffer string.
by Matteo Mattei
· 13 years ago
7686c12
Update system/libraries/Email.php
by leandronf
· 13 years ago
b455294
(DSN) Delivery status notification feature
by leandronf
· 13 years ago
df59c68
Email class: adjust documentation and make the code backward compatible
by Matteo Mattei
· 13 years ago
5a98a3d
Email class: move string_attach() to attach() and add documentation
by Matteo Mattei
· 13 years ago
5688d58
Add support for buffer string email attachment.
by Matteo Mattei
· 13 years ago
07c1ac8
Bumped CodeIgniter's PHP requirement to 5.2.4.
by Phil Sturgeon
· 13 years ago
593f798
Made the code more readable, updated the changelog.
by Diogo Osório
· 13 years ago
7fcc7bd
#1080 - Check if the SMTP connection and authentication were successfull.
by Diogo Osório
· 13 years ago
59c5b53
Some other minor improvements to the Email library
by Andrey Andreev
· 13 years ago
76f15c9
Switch ANDs to &&, || to OR in the Email class
by Andrey Andreev
· 13 years ago
081c946
Remove access lines and fix method description blocks in the Email class
by Andrey Andreev
· 13 years ago
5081409
Switch private properties in the Email class to protected
by Andrey Andreev
· 13 years ago
0defe5d
Updating copyright date to 2012
by Greg Aker
· 13 years ago
b71e06b
Update with suggestions from philsturgeon
by Andrey Andreev
· 13 years ago
1bd3d88
Improve the Email library
by Andrey Andreev
· 13 years ago
d526998
Switch disposition set to ternary operation
by trit
· 13 years ago
b2b510d
More style tweaks
by trit
· 13 years ago
10eb14d
Changed attachment definition to allow for blank disposition defaulting to attachment - should make things easier for the user who uses a custom name
by trit
· 13 years ago
7f42519
Added a couple of style tweaks and a note about function change in changelog
by trit
· 13 years ago
a15dd4f
Added space after CI_Email for coding standard
by trit
· 13 years ago
2ca47a9
Switched order of arguments to maintain compatibility
by trit
· 13 years ago
Next »