Age | Commit message (Expand) | Author | Files | Lines |
2013-07-16 | 2.1.4 release related stuff | Andrey Andreev | 1 | -1/+1 |
2013-06-25 | Merge pull request #2480 from florisluiten/develop | Andrey Andreev | 1 | -1/+1 |
2013-06-24 | Removed empty line at EOF | Floris Luiten (lenwweb.nl) | 1 | -1/+1 |
2013-06-11 | added newlines to end of email header when send_multipart === false | Chris Ege | 1 | -1/+1 |
2013-06-07 | Prevent email header injection | florisluiten | 1 | -2/+2 |
2013-04-18 | Change boolean to bool. | buhay | 1 | -1/+3 |
2013-04-17 | Correction for issue #2388. Updated _build_message() to return a boolean. Thi... | buhay | 1 | -4/+10 |
2013-03-12 | Fix #2320 | Andrey Andreev | 1 | -3/+3 |
2013-03-04 | [ci skip] Fix #2289 | Andrey Andreev | 1 | -3/+2 |
2013-02-19 | Merge pull request #2261 from nisheeth-barthwal/develop | Andrey Andreev | 1 | -2/+5 |
2013-02-19 | Fixed the issue with bcc_batch_mode and subject | nisheeth-barthwal | 1 | -2/+5 |
2013-02-19 | Fix a code comment in Upload->_file_mime_type() | vlakoff | 1 | -3/+3 |
2013-02-18 | Removed the unused $force paramter in Email::_smtp_connect() | nisheeth-barthwal | 1 | -29/+29 |
2013-02-18 | removed PR from the bug list | nisheeth-barthwal | 1 | -1/+1 |
2013-02-18 | Fixed curly braces. Removed redundant method set_useragent() | nisheeth-barthwal | 1 | -20/+11 |
2013-02-18 | Fixed tab-indentation. Made appropriate entries in changelog | nisheeth-barthwal | 1 | -283/+282 |
2013-02-17 | Added keep-alive connection to SMTP. Fixed socket read/write timeouts. Added ... | nisheeth-barthwal | 1 | -234/+290 |
2013-01-15 | A few adjustments to previous commit | vlakoff | 1 | -1/+1 |
2013-01-14 | Replace is_null() with === / !== NULL | vlakoff | 1 | -1/+1 |
2013-01-01 | [ci skip] Happy new year | Andrey Andreev | 1 | -1/+1 |
2012-12-17 | update for Issue #2064 (changed docblocks which return $this or only call a m... | Andrew Podner | 1 | -17/+17 |
2012-11-26 | CI_Email::print_debugger() option to limit the type of data to be printed | Andrey Andreev | 1 | -2/+23 |
2012-11-12 | Some micro-optimizations | Andrey Andreev | 1 | -2/+2 |
2012-11-07 | Added function_usable() to common functions | Andrey Andreev | 1 | -4/+7 |
2012-11-02 | Fix #1960 | Andrey Andreev | 1 | -1/+1 |
2012-11-01 | [ci skip] DocBlocks for Email, Ftp, Unit_test and Javascript libraries | Andrey Andreev | 1 | -21/+306 |
2012-11-01 | Manually apply PR #1594 (fixing phpdoc page-level generation/warnings) | Andrey Andreev | 1 | -1/+2 |
2012-10-30 | Fix #1938 | GDmac | 1 | -3/+6 |
2012-10-27 | Remove extra new lines | vkeranov | 1 | -7/+6 |
2012-10-27 | Unify Email attachment values into a single array and fix a bug in the new bu... | Andrey Andreev | 1 | -18/+18 |
2012-10-24 | [ci skip] style and phpdoc-related changes (rel #1295) | Andrey Andreev | 1 | -6/+14 |
2012-10-19 | Fix another mailing issue (based on #1281) | Andrey Andreev | 1 | -6/+10 |
2012-10-19 | Fix issue #1409 | Andrey Andreev | 1 | -51/+59 |
2012-10-18 | Remove {unwrap}{/unwrap} markers when quoted_printable_encode() or imap_8bit(... | Andrey Andreev | 1 | -9/+9 |
2012-10-17 | Fix issue #1897 | Andrey Andreev | 1 | -10/+6 |
2012-10-15 | Remove CI_Email::_get_ip() | Andrey Andreev | 1 | -41/+0 |
2012-10-11 | Add a fallback to imap_8bit() for CI_Email::_prep_quoted_printable() | Andrey Andreev | 1 | -2/+9 |
2012-10-10 | Changelog entry for previous commit and change default charset for the Email ... | Andrey Andreev | 1 | -0/+2 |
2012-10-10 | Replace in _prep_quoted_printable() with the constant 76 | Andrey Andreev | 1 | -9/+1 |
2012-10-09 | Alter CI_Emai::_prep_quoted_printable() | Andrey Andreev | 1 | -3/+10 |
2012-10-08 | [ci skip] Polish changes from pull #1709 | Andrey Andreev | 1 | -1/+1 |
2012-10-08 | Fix email headers when using long email subjects and \r\n as crlf. (Part2) | Bruno Barão | 1 | -2/+2 |
2012-10-08 | Merge remote-tracking branch 'upstream/develop' into develop | Bruno Barão | 1 | -4/+13 |
2012-10-05 | Polish changes from #1586 | Andrey Andreev | 1 | -2/+2 |
2012-10-05 | update devel version | Melounek | 1 | -5/+19 |
2012-08-14 | Fix email headers when using long email subjects and \r\n as crlf. | Bruno Barão | 1 | -1/+1 |
2012-07-30 | Some clean-up and style changes | Andrey Andreev | 1 | -1/+1 |
2012-07-30 | Only clear if request was successful | Alex Bilbie | 1 | -3/+3 |
2012-07-30 | New parameter to automatically clear the parameters | Alex Bilbie | 1 | -3/+13 |
2012-07-30 | After sending an email clear the parameters | Alex Bilbie | 1 | -2/+6 |