1. b2b510d More style tweaks by trit · 13 years ago
  2. 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
  3. 7f42519 Added a couple of style tweaks and a note about function change in changelog by trit · 13 years ago
  4. a15dd4f Added space after CI_Email for coding standard by trit · 13 years ago
  5. 2ca47a9 Switched order of arguments to maintain compatibility by trit · 13 years ago
  6. 151fc68 Changed the names around again by trit · 13 years ago
  7. bc4ac99 Changed filepath back to filename by trit · 13 years ago
  8. a1dc1f9 Fixed variable name causing problem by trit · 13 years ago
  9. 0aae753 Added custom file name to attach(), updated _build_message to handle it by trit · 13 years ago
  10. c00a5a0 Merge master (2.1.0) and fixed conflicts. by Phil Sturgeon · 13 years ago
  11. c78301c Added TLS and SSL support to Email library. Fixes issue #171 by Radu Potop · 13 years ago
  12. e862ddd Crypt isn't set and it causes extensive script time when specifying a custom SMTP server by Sean Fisher · 13 years ago
  13. 75b1f39 get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower by Andrey Andreev · 13 years ago
  14. 6eab49a I wasn't following the CI code style guide. by diegorivera · 13 years ago
  15. 13095cb Update system/libraries/Email.php by diegorivera · 13 years ago
  16. f4a4bd8 adding new license file (OSL 3.0) and updating readme to ReST by Derek Jones · 13 years ago
  17. af72862 get_magic_quotes_gpc() to be executed only if PHP version is 5.3 or lower by Andrey Andreev · 13 years ago
  18. 9fca615 I wasn't following the CI code style guide. by diegorivera · 13 years ago
  19. 33c3280 Update system/libraries/Email.php by diegorivera · 13 years ago
  20. 4c589ae style edit, print error if crypto fails by Radu Potop · 13 years ago
  21. bbf04b0 Added TLS and SSL support to Email library. Fixes issue #171 by Radu Potop · 13 years ago
  22. 83320eb Update: Incorrect comments for clean method in CI_Email class by Bo-Yi Wu · 13 years ago
  23. 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
  24. 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
  25. 9aa8929 Removed unneeded code in CI_Email's set_alt_message. by Frank de Jonge · 13 years ago
  26. 0aaf42b Fixed a bug where Email library attachments with a . in the name would using invalid MIME-types. by Phil Sturgeon · 13 years ago
  27. 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 · 14 years ago
  28. 37f4b9c backed out 648b42a75739, which was a NON-trivial whitespace commit. It broke the Typography class's string replacements, for instance by Derek Jones · 14 years ago
  29. 114ab09 Fixed double-space typo. by Razican · 14 years ago
  30. b070798 Deals with language errors after codeigniter-reactor commit r2307:c43c6dea56fb by patwork · 14 years ago
  31. 14287f3 Whitespace cleanup in libraries/ by Pascal Kriete · 14 years ago
  32. 3bb336c Automated merge with https://bitbucket.org/ellislab/codeigniter by Phil Sturgeon · 14 years ago
  33. a0f980e Added access scope to Email library and allow method chaining from $this->email->initialize(). by Phil Sturgeon · 14 years ago
  34. 0711dc8 Hey look, it's 2011 by Greg Aker · 14 years ago
  35. 6113f54 Changed email library to allow setting different user-agent. Fixes #286 by Eric Barnes · 14 years ago
  36. a769deb Altered Email class to allow for method chaining. (Thanks Phil Sturgeon) by Greg Aker · 14 years ago
  37. a926328 Changing all class constructors to __construct() by Greg Aker · 14 years ago
  38. 741de1c Updating PHP requirements in files 5.1.6 by Greg Aker · 14 years ago
  39. 485d741 Altered our mail() params to be inline with PHP documentation, fixes mailing on some hosts by Brandon Jones · 14 years ago
  40. dd67197 Cleanup of stray spaces and tabs by Barry Mieny · 14 years ago
  41. 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
  42. 76b369e Changed a few strstr to strpos for consistency w performance guidelines and to mirror EE2. by Robin Sowell · 15 years ago
  43. 71141ce whitespace in Email lib by Derek Jones · 15 years ago
  44. 7f3719f updated copyrights by Derek Jones · 15 years ago
  45. 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
  46. fc395a1 updated copyrights to 2009 by Derek Jones · 16 years ago
  47. 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
  48. 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
  49. 604873f better error messages for sendmail failure by Derek Jones · 16 years ago
  50. c630bcf added sendmail debugging and fixed a bug with single to double quoted string syntax in from() by Derek Jones · 16 years ago
  51. 2067d1a Changing EOL style to LF by Derek Allard · 16 years ago
  52. 0b6a5e9 Added prep_q_encoding() and Q encoding of From: and Subject: headers by Derek Jones · 16 years ago
  53. 85e65f6 Propset eol-style to CRLF by Derek Jones · 16 years ago
  54. b5ce5aa corrected a few docblock comments to accurately reflect return values by Derek Allard · 16 years ago
  55. 2aa5a18 Did a little cleanup for better readability by Rick Ellis · 16 years ago
  56. f08f655 Added smtp authorization settings to initialize function, as per this bug report: http://codeigniter.com/bug_tracker/bug/4615/ by Rick Ellis · 16 years ago
  57. e4a7db4 updated copyright by Rick Ellis · 16 years ago
  58. 993925b whitespace fixes a minor re-ordering of the changelog by Derek Allard · 16 years ago
  59. 30e9c53 added killing of nulls to _prep_quoted_printable() by Derek Jones · 16 years ago
  60. 3018465 fixed bug where dechex() was being fed the wrong variable for encoding space and tab characters at the end of a line of quoted-printable encoded content by Derek Jones · 16 years ago
  61. 9736d3f correcting some docblock comments by Derek Allard · 17 years ago
  62. 27a5aa1 added quoted-printable headers when $this->send_multipart has been manually changed to FALSE by Derek Jones · 17 years ago
  63. a459b46 Fixed a bug (#4561) where orhaving() wasn't properly passing values. by Derek Allard · 17 years ago
  64. 0b59f27 Some sweeping syntax changes for consistency: by Derek Jones · 17 years ago
  65. 62bd430 preg_split changed to explode by Derek Allard · 17 years ago
  66. 20d2405 substr checks swapped out with strncmp by Derek Allard · 17 years ago
  67. a3ffbbb Removed closing PHP tags, replaced with a comment block identifying the end of the file by Derek Jones · 17 years ago
  68. c7deac9 Undoing change committed in r1115 by Derek Jones · 17 years ago
  69. 5583e1a removed closing PHP tag from all framework files by Derek Jones · 17 years ago
  70. af4a8a0 added dot transformation to body of email when sending via SMTP by Derek Jones · 17 years ago
  71. 3be20e2 tweak to the new fopen mode constant names by Derek Jones · 17 years ago
  72. 14031d1 implemented fopen mode constants by Derek Jones · 17 years ago
  73. 7327499 Added get_dir_file_info(), get_file_info(), and get_mime_by_extension() to the File Helper. by Derek Allard · 17 years ago
  74. 7c53be4 Added the ability to set CRLF settings via config in the Email class. by Derek Allard · 17 years ago
  75. 80ddb6b Moved the safe mode and auth checks for the Email library into the constructor by Derek Allard · 17 years ago
  76. e7c4c32 fixed bug #3279 - removed iso-8859-1 from $this->_base_charsets, and altered _get_encoding() to check more broadly for 7bit character sets before deciding whether to set the encoding to 7-bit or 8-bit. by Derek Jones · 17 years ago
  77. 7a9193a replaced www.codeigniter.com with codeigniter.com by Derek Jones · 17 years ago
  78. 3d879d5 ExpressionEngine Dev Team in credit by Derek Allard · 17 years ago
  79. 80e1404 fixed bug #2542 - switched to foreach() in clean_email() to work with associative arrays or numerically indexed arrays that are not sequential from 0. by Derek Jones · 17 years ago
  80. 0fe8297 Fixed typos in the email Language class (email_attachment_unredable, email_filed_smtp_login). by Derek Allard · 17 years ago
  81. 0a581e0 added a space after the -f flag for server compatibility by Derek Allard · 17 years ago
  82. b60b372 Moved the safe mode and auth checks for the Email library into the constructor by Derek Allard · 17 years ago
  83. 582e9f8 Fixed a bug in the Email library where some timezones were calculated incorrectly. by Derek Allard · 17 years ago
  84. 6838f00 Fixed a typo in the docblock comments that had CodeIgniter spelled CodeIgnitor. by Derek Allard · 17 years ago
  85. 2d2437e fixed quoted-printable in HTML emails, and added htmlspecialchars() to email debugging output by Derek Jones · 18 years ago
  86. 8d127c7 by Rick Ellis · 18 years ago
  87. d2df9bc update pMachine to EllisLab by Derek Allard · 18 years ago
  88. 86c6039 by admin · 18 years ago
  89. 3f643e6 by admin · 18 years ago
  90. e334c47 by admin · 18 years ago
  91. 23db0dd by admin · 18 years ago
  92. 88a8ad1 by admin · 18 years ago
  93. 243f5cc by derek · 18 years ago
  94. ee54c11 by admin · 18 years ago
  95. 33de9a1 by admin · 18 years ago
  96. 41a1685 by admin · 18 years ago
  97. 7981a9a by admin · 18 years ago
  98. e79dc71 by admin · 18 years ago
  99. d16d6c2 by admin · 18 years ago
  100. 1cf89aa by admin · 18 years ago