1. 925dd90 Fix issue #1409 by Andrey Andreev · 12 years ago
  2. 00ea2a9 Remove {unwrap}{/unwrap} markers when quoted_printable_encode() or imap_8bit() is used by Andrey Andreev · 12 years ago
  3. 8a7078b Fix issue #1897 by Andrey Andreev · 12 years ago
  4. c771928 Remove CI_Email::_get_ip() by Andrey Andreev · 12 years ago
  5. 26f0cf9 Add a fallback to imap_8bit() for CI_Email::_prep_quoted_printable() by Andrey Andreev · 12 years ago
  6. 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
  7. e8bc5f4 Replace in _prep_quoted_printable() with the constant 76 by Andrey Andreev · 12 years ago
  8. 683b34d Alter CI_Emai::_prep_quoted_printable() by Andrey Andreev · 12 years ago
  9. 5098859 [ci skip] Polish changes from pull #1709 by Andrey Andreev · 12 years ago
  10. 51f72cd Fix email headers when using long email subjects and \r\n as crlf. (Part2) by Bruno Barão · 12 years ago
  11. 02561ac Merge remote-tracking branch 'upstream/develop' into develop by Bruno Barão · 12 years ago
  12. ccd01c7 Polish changes from #1586 by Andrey Andreev · 12 years ago
  13. cc7c7c6 update devel version by Melounek · 12 years ago
  14. b453e16 Fix email headers when using long email subjects and \r\n as crlf. by Bruno Barão · 12 years ago
  15. bdb9999 Some clean-up and style changes by Andrey Andreev · 12 years ago
  16. a87aab3 Only clear if request was successful by Alex Bilbie · 12 years ago
  17. d7bc8d0 New parameter to automatically clear the parameters by Alex Bilbie · 12 years ago
  18. b901e73 After sending an email clear the parameters by Alex Bilbie · 12 years ago
  19. 58dfc08 added parameter for returned-path in Email::from() by Melounek · 12 years ago
  20. 580388b valid_email() to always return boolean by Andrey Andreev · 12 years ago
  21. d37f0e9 Correct variable names by Timothy Warren · 12 years ago
  22. 384b342 Update other email validation methods by Timothy Warren · 12 years ago
  23. 3dad2e7 Replace strncmp() usage with strpos() by Andrey Andreev · 12 years ago
  24. ba26176 Fix issue #1455 (introduct in d261b1e89c3d4d5191036d5a5660ef6764e593a0) by Andrey Andreev · 12 years ago
  25. 6683c3c Merge pull request #1415 from mickeywu/develop by Andrey Andreev · 12 years ago
  26. 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 · 12 years ago
  27. d261b1e Replaced `==` with `===` and `!=` with `!==` in /system/libraries by Alex Bilbie · 12 years ago
  28. bfc1cad Made set_header() public in Email library and updated documentation. by Mickey Wu · 12 years ago
  29. 5645479 Clean up the libraries by Andrey Andreev · 13 years ago
  30. d3c9447 Adding in .ics MIME type for calendar invites. by Kevin King · 13 years ago
  31. b3b94bc Merge pull request #1181 from matteomattei/develop by Andrey Andreev · 13 years ago
  32. c3b36f4 Centralize handling of attach() function for both real file and buffer string. by Matteo Mattei · 13 years ago
  33. 7686c12 Update system/libraries/Email.php by leandronf · 13 years ago
  34. b455294 (DSN) Delivery status notification feature by leandronf · 13 years ago
  35. df59c68 Email class: adjust documentation and make the code backward compatible by Matteo Mattei · 13 years ago
  36. 5a98a3d Email class: move string_attach() to attach() and add documentation by Matteo Mattei · 13 years ago
  37. 5688d58 Add support for buffer string email attachment. by Matteo Mattei · 13 years ago
  38. 07c1ac8 Bumped CodeIgniter's PHP requirement to 5.2.4. by Phil Sturgeon · 13 years ago
  39. 593f798 Made the code more readable, updated the changelog. by Diogo Osório · 13 years ago
  40. 7fcc7bd #1080 - Check if the SMTP connection and authentication were successfull. by Diogo Osório · 13 years ago
  41. 59c5b53 Some other minor improvements to the Email library by Andrey Andreev · 13 years ago
  42. 76f15c9 Switch ANDs to &&, || to OR in the Email class by Andrey Andreev · 13 years ago
  43. 081c946 Remove access lines and fix method description blocks in the Email class by Andrey Andreev · 13 years ago
  44. 5081409 Switch private properties in the Email class to protected by Andrey Andreev · 13 years ago
  45. 0defe5d Updating copyright date to 2012 by Greg Aker · 13 years ago
  46. b71e06b Update with suggestions from philsturgeon by Andrey Andreev · 13 years ago
  47. 1bd3d88 Improve the Email library by Andrey Andreev · 13 years ago
  48. d526998 Switch disposition set to ternary operation by trit · 13 years ago
  49. b2b510d More style tweaks by trit · 13 years ago
  50. 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
  51. 7f42519 Added a couple of style tweaks and a note about function change in changelog by trit · 13 years ago
  52. a15dd4f Added space after CI_Email for coding standard by trit · 13 years ago
  53. 2ca47a9 Switched order of arguments to maintain compatibility by trit · 13 years ago
  54. 151fc68 Changed the names around again by trit · 13 years ago
  55. bc4ac99 Changed filepath back to filename by trit · 13 years ago
  56. a1dc1f9 Fixed variable name causing problem by trit · 13 years ago
  57. 0aae753 Added custom file name to attach(), updated _build_message to handle it by trit · 13 years ago
  58. c00a5a0 Merge master (2.1.0) and fixed conflicts. by Phil Sturgeon · 13 years ago
  59. c78301c Added TLS and SSL support to Email library. Fixes issue #171 by Radu Potop · 13 years ago
  60. e862ddd Crypt isn't set and it causes extensive script time when specifying a custom SMTP server by Sean Fisher · 13 years ago
  61. 75b1f39 get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower by Andrey Andreev · 13 years ago
  62. 6eab49a I wasn't following the CI code style guide. by diegorivera · 13 years ago
  63. 13095cb Update system/libraries/Email.php by diegorivera · 13 years ago
  64. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  65. af72862 get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower by Andrey Andreev · 13 years ago
  66. 9fca615 I wasn't following the CI code style guide. by diegorivera · 13 years ago
  67. 33c3280 Update system/libraries/Email.php by diegorivera · 13 years ago
  68. 4c589ae style edit, print error if crypto fails by Radu Potop · 13 years ago
  69. bbf04b0 Added TLS and SSL support to Email library. Fixes issue #171 by Radu Potop · 13 years ago
  70. 83320eb Update: Incorrect comments for clean method in CI_Email class by Bo-Yi Wu · 13 years ago
  71. 628e660 Changed set_wordwrap() to cast the parameter as a boolean instead of using a ternary. Also fixed the doc block. by Dan Horrigan · 13 years ago
  72. d0ddeaf Changed set_alt_message() to cast the message a string to prevent possible issues when sending NULL or FALSE. by Dan Horrigan · 13 years ago
  73. 9aa8929 Removed unneeded code in CI_Email's set_alt_message. by Frank de Jonge · 13 years ago
  74. 0aaf42b Fixed a bug where Email library attachments with a . in the name would using invalid MIME-types. by Phil Sturgeon · 13 years ago
  75. 6d2f13a Updated Email class to use protected instead of private: http://codeigniter.uservoice.com/forums/40508-codeigniter-reactor/suggestions/2056113-private-functions-suck by Phil Sturgeon · 13 years ago
  76. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 13 years ago
  77. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  78. b070798 Deals with language errors after codeigniter-reactor commit r2307:c43c6dea56fb by patwork · 14 years ago
  79. 14287f3 Whitespace cleanup in libraries/ by Pascal Kriete · 14 years ago
  80. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  81. a0f980e Added access scope to Email library and allow method chaining from $this->email->initialize(). by Phil Sturgeon · 14 years ago
  82. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  83. 6113f54 Changed email library to allow setting different user-agent. Fixes #286 by Eric Barnes · 14 years ago
  84. a769deb Altered Email class to allow for method chaining. (Thanks Phil Sturgeon) by Greg Aker · 14 years ago
  85. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  86. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  87. 485d741 Altered our mail() params to be inline with PHP documentation, fixes mailing on some hosts by Brandon Jones · 14 years ago
  88. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  89. d160635 fixes issue #109 where cc and bcc recipients were not reset when using the clear() method in the Email lib by Derek Jones · 14 years ago
  90. 76b369e Changed a few strstr to strpos for consistency w performance guidelines and to mirror EE2. by Robin Sowell · 15 years ago
  91. 71141ce whitespace in Email lib by Derek Jones · 15 years ago
  92. 7f3719f updated copyrights by Derek Jones · 15 years ago
  93. 4cefaa4 added check for FALSE and NULL for servers who have popen listed in php.ini's disable_functions. $fp cannot be trusted on those retarded servers by Derek Jones · 16 years ago
  94. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  95. 1d89088 switched from substr() to rtrim() in _write_headers() so that the last $this->newline is fully stripped when the "mail" protocol is used, regardless of whether \r, \n, or \r\n is used. by Derek Jones · 16 years ago
  96. a45e761 added an additional newline for MUAs that require a double line break between multipart headers and the ignored MIME message area by Derek Jones · 16 years ago
  97. 604873f better error messages for sendmail failure by Derek Jones · 16 years ago
  98. c630bcf added sendmail debugging and fixed a bug with single to double quoted string syntax in from() by Derek Jones · 16 years ago
  99. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  100. 0b6a5e9 Added prep_q_encoding() and Q encoding of From: and Subject: headers by Derek Jones · 16 years ago