Age | Commit message (Expand) | Author |
2008-10-07 | - better postgresql sequence names handling | alecpl |
2008-10-05 | - removed deprecated rcube_add_label() and all uses | alecpl |
2008-10-02 | - Fix folders css class setting for folder with names matching defined classe... | alecpl |
2008-09-18 | Treat US-ASCII as Latin-1 to give messages with wrong charset definition a ch... | thomascube |
2008-09-18 | Better detection of HTML double-encoded entities | thomascube |
2008-09-13 | Fix broken quoted-printable encoding | thomascube |
2008-09-12 | Fix xss entitiy decoding | thomascube |
2008-09-12 | Allow (sanitized) style elements in HTML messages | thomascube |
2008-09-12 | Refactor drag & drop functionality. Don't rely on browser events anymore (#14... | thomascube |
2008-09-05 | Killed one more global var + log logins to a separate file (not console) | thomascube |
2008-09-03 | Interesting: (0 == 'auto') => true | thomascube |
2008-09-03 | Auto-detect client language and timezone if desired by config/prefs | thomascube |
2008-09-02 | New feature to import contacts from a vcard file + mark form buttons that pro... | thomascube |
2008-08-29 | Little code cleanup | thomascube |
2008-08-29 | Fix position of collapse/expand icons (#1485302) | thomascube |
2008-08-28 | Add folder hierarchy collapsing. | svncommit |
2008-08-27 | - added options to use syslog instead of log file (#1484850) | alecpl |
2008-08-26 | - Removed support for PEAR::DB driver | alecpl |
2008-07-31 | Show real names in folder drop-down + rebuild default_imap_folders property w... | thomascube |
2008-07-31 | Code cleanup, | thomascube |
2008-07-31 | Make special folders configurable for the user | thomascube |
2008-07-31 | Code cleanup with new html classes | thomascube |
2008-07-21 | - use long date format in print mode (#1485191) | alecpl |
2008-06-30 | - deprecated is_a() replaced by instanceof operator | alecpl |
2008-06-23 | - fixed get_sequence_name() | alecpl |
2008-06-20 | Urlencode mail recipients for storing in session + little code cleanup | thomascube |
2008-06-20 | Simplify step inclusion in controller (index.php) | thomascube |
2008-06-15 | - Added option to select skin in user preferences (#1485031) | alecpl |
2008-06-14 | More code cleanup | thomascube |
2008-05-30 | -removed not existing variable | alecpl |
2008-05-26 | fix to #1485083 | till |
2008-05-12 | - fixed problem with postgresql sequences (after MDB2 drivers update) | alecpl |
2008-05-07 | /tmp/out | svncommit |
2008-05-07 | More code cleanup + oop-ization | thomascube |
2008-04-30 | Next step: introduce the application class 'rcmail' and get rid of some globa... | thomascube |
2008-04-29 | - improved messages list performance - patch from Justin Heesemann | alecpl |
2008-04-28 | - added 5th argument to rcmail_render_folder_tree_select() | alecpl |
2008-04-25 | - movingmessage label could and should be added in mail task only | alecpl |
2008-04-22 | fix for attrib strings with embedded quotes | svncommit |
2008-04-20 | Fix parse_attrib_string to handle unquoted attribute values | svncommit |
2008-04-17 | - Fix non-RFC dates formatting (#1484901) | alecpl |
2008-04-12 | - Fixed and optimized 'read_when_deleted': mark as read on server side | alecpl |
2008-04-12 | Changed codebase to PHP5 with autoloader + added some new classes from the de... | thomascube |
2008-04-11 | #1483863: empty trash and expunge inbox on logout | alecpl |
2008-04-10 | #1484980: fixed problem with month abbreviations localization (problem with M... | alecpl |
2008-04-09 | #1484624: do ob_start/ob_end_clean when reading config files | alecpl |
2008-04-04 | Remove unnecessary code; unread counts are added client side | thomascube |
2008-04-02 | Remove evil css styles like expression() in HTML messages | thomascube |
2008-03-21 | Better patch to correctly quote email recipient strings (from #1484191) | thomascube |
2008-03-21 | Added charset alias for mb_convert (fixes #1484598) | thomascube |