summaryrefslogtreecommitdiffstats
path: root/system/libraries/Email.php
AgeCommit message (Expand)AuthorFilesLines
2012-06-27valid_email() to always return booleanAndrey Andreev1-1/+1
2012-06-27Correct variable namesTimothy Warren1-1/+1
2012-06-27Update other email validation methodsTimothy Warren1-1/+1
2012-06-14Replace strncmp() usage with strpos()Andrey Andreev1-7/+7
2012-06-11Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0)Andrey Andreev1-1/+1
2012-06-06Merge pull request #1415 from mickeywu/developAndrey Andreev1-16/+16
2012-06-05Added get_mimes() function to system/core/Commons.php.The MIMEs array from co...Andrey Andreev1-92/+17
2012-06-02Replaced `==` with `===` and `!=` with `!==` in /system/librariesAlex Bilbie1-27/+27
2012-06-01Made set_header() public in Email library and updated documentation.Mickey Wu1-16/+16
2012-05-17Clean up the librariesAndrey Andreev1-107/+99
2012-04-12Adding in .ics MIME type for calendar invites.Kevin King1-0/+1
2012-03-29Merge pull request #1181 from matteomattei/developAndrey Andreev1-16/+26
2012-03-26Centralize handling of attach() function for both real file and buffer string.Matteo Mattei1-6/+4
2012-03-22Update system/libraries/Email.phpleandronf1-2/+6
2012-03-22(DSN) Delivery status notification featureleandronf1-3/+6
2012-03-15Email class: adjust documentation and make the code backward compatibleMatteo Mattei1-2/+2
2012-03-15Email class: move string_attach() to attach() and add documentationMatteo Mattei1-21/+3
2012-03-13Add support for buffer string email attachment.Matteo Mattei1-14/+44
2012-03-09Bumped CodeIgniter's PHP requirement to 5.2.4.Phil Sturgeon1-1/+1
2012-03-02Made the code more readable, updated the changelog.Diogo Osório1-1/+1
2012-03-02#1080 - Check if the SMTP connection and authentication were successfull.Diogo Osório1-2/+5
2012-03-01Some other minor improvements to the Email libraryAndrey Andreev1-81/+67
2012-03-01Switch ANDs to &&, || to OR in the Email classAndrey Andreev1-14/+13
2012-03-01Remove access lines and fix method description blocks in the Email classAndrey Andreev1-84/+25
2012-03-01Switch private properties in the Email class to protectedAndrey Andreev1-24/+25
2012-01-02Updating copyright date to 2012Greg Aker1-1/+1
2011-12-22Update with suggestions from philsturgeonAndrey Andreev1-5/+5
2011-12-22Improve the Email libraryAndrey Andreev1-308/+172
2011-11-23Switch disposition set to ternary operationtrit1-6/+1
2011-11-23More style tweakstrit1-0/+3
2011-11-23Changed attachment definition to allow for blank disposition defaulting to at...trit1-2/+4
2011-11-23Added a couple of style tweaks and a note about function change in changelogtrit1-7/+2
2011-11-23Added space after CI_Email for coding standardtrit1-1/+1
2011-11-23Switched order of arguments to maintain compatibilitytrit1-1/+1
2011-11-23Changed the names around againtrit1-2/+2
2011-11-23Changed filepath back to filenametrit1-7/+7
2011-11-23Fixed variable name causing problemtrit1-1/+1
2011-11-23Added custom file name to attach(), updated _build_message to handle ittrit1-10/+16
2011-11-22Merge master (2.1.0) and fixed conflicts.Phil Sturgeon1-7/+3
2011-11-13Added TLS and SSL support to Email library. Fixes issue #171Radu Potop1-1/+19
2011-10-27Crypt isn't set and it causes extensive script time when specifying a custom ...Sean Fisher1-5/+5
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-10-20adding new license file (OSL 3.0) and updating readme to ReSTDerek Jones1-4/+16
2011-10-20get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lowerAndrey Andreev1-3/+7
2011-10-19I wasn't following the CI code style guide.diegorivera1-3/+3
2011-10-19Update system/libraries/Email.phpdiegorivera1-1/+9
2011-09-29style edit, print error if crypto failsRadu Potop1-1/+11
2011-09-28Added TLS and SSL support to Email library. Fixes issue #171Radu Potop1-1/+19