Age | Commit message (Expand) | Author |
2008-02-14 | * mime_content_type() is unavailable in PHP5 and breaks sending emails with a... | till |
2008-02-13 | * implemented feature from #1484476 | till |
2008-02-12 | Also do charset decoding as suggested in RFC 2231 (fix #1484321) | thomascube |
2008-02-11 | Fix send_modified_header() function | thomascube |
2008-02-11 | Add UI elements to mark the selected messages read/unread | thomascube |
2008-02-10 | * fixing #1484494 (people can delete the last identity otherwise) | till |
2008-02-08 | Added some charset aliases to fix typical mis-labelling (#1484565) | thomascube |
2008-02-08 | Distinguish ssl and tls for imap connections (#1484667) | thomascube |
2008-02-07 | Truncate attachment filenames to 55 characters (#1484757) and fix misspelled ... | thomascube |
2008-02-06 | * committing patch from #1484593 (re-open if this breaks anything) | till |
2008-02-06 | Little fix for an unused feature :-) | thomascube |
2008-02-05 | Applied patch for updating page title (#1484727, #1484650) | thomascube |
2008-02-04 | Respect config when localize folder names | thomascube |
2008-02-03 | * cs | till |
2008-02-02 | Always update $CONFIG with user prefs (#1484729) | thomascube |
2008-02-02 | Simplified fix for remembering searches when viewing message + Don't ask for ... | thomascube |
2008-02-02 | * fixed #1484738 | till |
2008-01-29 | * included error code in error message | till |
2007-12-10 | New class rcube_user + send message disposition notification | thomascube |
2007-11-29 | Track message disposition notification flag and headers | thomascube |
2007-11-25 | Only show new messages if they match the current search (#1484176) | thomascube |
2007-11-25 | More input sanitizing | thomascube |
2007-11-25 | Fixed some potential security risks + updatedd changelog | thomascube |
2007-11-25 | Fix bug with case-sensitive folder names (#1484245) | thomascube |
2007-11-25 | Don't create default folders by default | thomascube |
2007-11-19 | Correctly set session cookie lifetime if not 0 | thomascube |
2007-11-19 | Cast to array because this could be empty; update requirements description | thomascube |
2007-11-09 | Add escapeSimple method to rcube_db() object, to be used instead of quote() w... | svncommit |
2007-11-08 | Optimize caching and avoid unnecessary IMAP requests | thomascube |
2007-11-07 | Correctly decode attachments when downloading them (fixes #1484645) | thomascube |
2007-11-06 | Fix bugs #1484555, #1484646 and #1484639 | thomascube |
2007-10-18 | Add support for Korean charset (KS_C_5601) | thomascube |
2007-10-17 | Only change subscriptions when renaming succeeds; also quote slashes | thomascube |
2007-10-17 | Show appropriate warning on connection error | thomascube |
2007-10-17 | Make message listing less error prone | thomascube |
2007-10-15 | When a parent folder is deleted, delete the children immediately, instead of ... | svncommit |
2007-10-15 | Re-subscribe folders after renaming parent folder. | svncommit |
2007-10-10 | Log error when login fails due to auto_create_user turned off | thomascube |
2007-10-04 | Use object method to get imap hierarchy delimiter | thomascube |
2007-10-03 | Update copyright notice | svncommit |
2007-09-29 | Filter linked/imported CSS files (#1484056) | thomascube |
2007-09-26 | Allow to save particular user prefs | thomascube |
2007-09-26 | Set default IMAP folder delimiter; make sure is not empty | thomascube |
2007-09-24 | Removed comments; codestyle | thomascube |
2007-09-20 | Fix order of checks. | svncommit |
2007-09-20 | Make smtp HELO/EHLO hostname configurable (closes #1484067) | svncommit |
2007-09-19 | Unlock interface when message sending fails (#1484570) | thomascube |
2007-09-19 | Allow vars and PHP code in templates; improved page title; fixed #1484395 | thomascube |
2007-09-11 | Resolve username from virtuser file before looking up in database | thomascube |
2007-09-11 | Fixed message search issues | thomascube |