Commit Graph

917 Commits (3efe96aec396b95fa8b2cd0df4db1587fcd8cdfe)

Author SHA1 Message Date
alecpl 1adc70526c - Use proper class name 14 years ago
thomascube eeb73cc21a Implement address book widget on compose screen 14 years ago
alecpl 1c4f23d6e5 - Exclude MIME functionality from rcube_imap class into rcube_mime class 14 years ago
alecpl f5d62f7157 - Fix bug in handling of base href and inline content (#1488290) 14 years ago
alecpl 7152f59f04 - Fix so editor selector is hidden when 'htmleditor' is listed in 'dont_override' 14 years ago
alecpl 89c30a00a7 - Don't load jqueryui plugin, it's required now by default
- Move datepicker's date format setting to the plugin
14 years ago
thomascube a84bfa356a Fix upload form handling 14 years ago
thomascube c8c53f4ad1 Make emtpy/invalid links non-clickable 14 years ago
thomascube c29b82d90a Fix crashes with eAccelerator (#1488256) 14 years ago
thomascube fbebf54a92 Only expand one email per group member 14 years ago
thomascube f94e442469 Add more classes and options to HTML elements for better styleability 14 years ago
alecpl 18ca0b6efc - Skip inline images (fixes issue where images used in HTML body were displayed below the body once again) 14 years ago
thomascube faea23d0b4 More options for message headers output in templates 14 years ago
thomascube c7dcb30025 More from Larry... 14 years ago
thomascube ce86f0f14f Make string for unread count configureable by skin; add file type classes to attachments list 14 years ago
thomascube 854397b216 Better CSS url() validation 14 years ago
thomascube 67e0c90fce Add css class to add-icon 14 years ago
thomascube 2b017e7f79 Allow clean background:url(...) styles in safe mode. This will make Roundcube pass the Email Standards Acid Test 14 years ago
alecpl a90ad2840f - Deprecate $DB, $USER, $IMAP global variables, Use $RCMAIL instead 14 years ago
alecpl b6da0b76af - Remove deprecated global $IMAP variable usage (#1488148) 14 years ago
alecpl 7e263ea204 - Add option to set default font for HTML message (#1484137) 14 years ago
alecpl 40c45e9de9 - Fixed issues with big memory allocation of IMAP results, improved a lot of rcube_imap class 14 years ago
thomascube 3f81174e10 Show attachment filename in page title 14 years ago
thomascube ac9ba4480d Replace prompt() with jQuery UI dialog (#1485135) 14 years ago
alecpl 9b28484859 - Fix attaching files (broken with changes to _SESSION['compose']) (#1488235) 14 years ago
alecpl 4360276d9b - Add $_SESSION['mailto'] variable cleanup 14 years ago
alecpl 2a7bf36c73 - Fix compose from addressbook, broken in r5521 14 years ago
alecpl 72ff6ae884 - Simplified compose session data handling, no need for session->cleanup() 14 years ago
alecpl 8751881e1d - Remove unused result 14 years ago
thomascube 57486f6e58 Content filter for embedded attachments to protect from XSS on IE<=8 (#1487895) 14 years ago
alecpl 3e5c709fa7 - Fix so TEXT key will remove all HEADER keys in IMAP SEARCH (#1488208) 14 years ago
alecpl e0960f6365 - Prevent from memory_limit exceeding when trying to parse big messages bodies (#1487424):
don't try to parse it, display notice with a link to download it directly
14 years ago
alecpl e4a4ca1948 - Performance improvements 14 years ago
alecpl f4cfb1414a - Mark folder as recent only when it contains unseen messages 14 years ago
alecpl 636bd77074 - Mark (with different color) folders with recent messages (#1486234) 14 years ago
alecpl 5510a5278b - Fix possible infinite redirect on attachment preview (#1488199) 14 years ago
alecpl 5aeeebad56 - Fix regression in setting recipient to self when replying to a Sent message (#1487074) 14 years ago
alecpl 2f9fdbff62 - Fix sorting autocomplete results to preserve email address significance (#1488084) 14 years ago
alecpl 710b1bd684 - Add option to skip alternative email addresses in autocompletion 14 years ago
alecpl 55a8a8cc25 - Fix matching check to be unicode-aware 14 years ago
alecpl 46cdbf074e - Fix inconsistent behaviour of Compose button in Drafts folder, add Edit button for drafts 14 years ago
alecpl d61756663c - Fix problem with parsing HTML message body with non-unicode characters (#1487813) 14 years ago
alecpl f21a04c024 - Add option to define matching method for addressbook search (#1486564, #1487907) 14 years ago
thomascube 81f5dd7774 Consider replication delays in session storage 14 years ago
thomascube 62c8618744 Make email recipients separator configurable + suppress dupes in auto-completion 14 years ago
alecpl 9aab5e5456 - Fix redundant line break in flowed format (#1488146) 14 years ago
thomascube 335b042b98 Fix inline display of image attachments 14 years ago
alecpl b5a29fe22f - Fix IDN address validation issue (#1488137) 14 years ago
alecpl ea66cef9bc - Fix removing compose data from session after sending a message 14 years ago
alecpl 2db2ef3ec9 - Fix handling of <title> tag for cases where (malformed) HTML content contains more than one <title> tag 14 years ago