thomascube
2011-12-16 f94e442469deca30b39f3fa08aade83cbd0ede70
2011-12-16 thomascube
Add more classes and options to HTML elements for better styleability
blob@ f94e44 commitdiff | diff to current
2011-12-14 alecpl
- Skip inline images (fixes issue where images used in HTML body were displ...
blob@ 18ca0b commitdiff | diff to current
2011-12-12 thomascube
More options for message headers output in templates
blob@ faea23 commitdiff | diff to current
2011-12-12 thomascube
More from Larry...
blob@ c7dcb3 commitdiff | diff to current
2011-12-09 thomascube
Better CSS url() validation
blob@ 854397 commitdiff | diff to current
2011-12-09 thomascube
Add css class to add-icon
blob@ 67e0c9 commitdiff | diff to current
2011-12-09 thomascube
Allow clean background:url(...) styles in safe mode. This will make Roundcu...
blob@ 2b017e commitdiff | diff to current
2011-12-07 alecpl
- Remove deprecated global $IMAP variable usage (#1488148)
blob@ b6da0b commitdiff | diff to current
2011-12-07 alecpl
- Fixed issues with big memory allocation of IMAP results, improved a lot o...
blob@ 40c45e commitdiff | diff to current
2011-12-01 alecpl
- Simplified compose session data handling, no need for session->cleanup()
blob@ 72ff6a commitdiff | diff to current
2011-11-29 thomascube
Content filter for embedded attachments to protect from XSS on IE<=8 (#1487...
blob@ 57486f commitdiff | diff to current
2011-11-25 alecpl
- Prevent from memory_limit exceeding when trying to parse big messages bod...
blob@ e0960f commitdiff | diff to current
2011-11-24 alecpl
- Performance improvements
blob@ e4a4ca commitdiff | diff to current
2011-11-24 alecpl
- Mark folder as recent only when it contains unseen messages
blob@ f4cfb1 commitdiff | diff to current
2011-11-24 alecpl
- Mark (with different color) folders with recent messages (#1486234)
blob@ 636bd7 commitdiff | diff to current
2011-11-10 alecpl
- Fix problem with parsing HTML message body with non-unicode characters (#...
blob@ d61756 commitdiff | diff to current
2011-11-03 alecpl
- Fix redundant line break in flowed format (#1488146)
blob@ 9aab5e commitdiff | diff to current
2011-10-27 thomascube
Fix inline display of image attachments
blob@ 335b04 commitdiff | diff to current
2011-10-26 alecpl
- Fix removing compose data from session after sending a message
blob@ ea66ce commitdiff | diff to current
2011-10-25 alecpl
- Fix handling of <title> tag for cases where (malformed) HTML content cont...
blob@ 2db2ef commitdiff | diff to current
2011-10-23 alecpl
- Improve handling of malformed charset specification in HTML messages (#14...
blob@ 104e23 commitdiff | diff to current
2011-09-22 alecpl
- Fix bug where after delete message rows can be added to the list of anoth...
blob@ bba252 commitdiff | diff to current
2011-09-21 alecpl
- Add Priority filter to the messages list
blob@ 4b21d2 commitdiff | diff to current
2011-09-18 alecpl
- Cache synchronization using QRESYNC/CONDSTORE - Fixed message ID updates ...
blob@ 609d39 commitdiff | diff to current
2011-09-16 thomascube
Fix session race conditions when composing new messages
blob@ 06dc98 commitdiff | diff to current
2011-09-16 alecpl
- Fix is_a() usage
blob@ 8c124b commitdiff | diff to current
2011-09-07 alecpl
- Rewritten messages caching (merged devel-mcache branch): Indexes are st...
blob@ 80152b commitdiff | diff to current
2011-08-27 alecpl
- Fix is_a() usage for PHP>5.3.6
blob@ 9a835c commitdiff | diff to current
2011-08-22 alecpl
- Added 'priority' column on messages list
blob@ 7a2bad commitdiff | diff to current
2011-08-14 thomascube
More unique error codes
blob@ 782d85 commitdiff | diff to current
2011-07-27 thomascube
Move mail sending functions from mail task to core for general usage
blob@ d91778 commitdiff | diff to current
2011-07-04 thomascube
Cache information about writeble address sources for performance reasons
blob@ ecb51c commitdiff | diff to current
2011-05-16 alecpl
- Add option to set default action of Forward button to "Forward as attachm...
blob@ a509bb commitdiff | diff to current
2011-05-16 alecpl
- Trim HTML message before washing, to make sure that BOM is removed even w...
blob@ 21461d commitdiff | diff to current
2011-05-13 thomascube
Don't connect to address books unless necessary
blob@ e2f185 commitdiff | diff to current
2011-05-05 alecpl
- Fix problems with subfolders of INBOX folder on some IMAP servers (#14877...
blob@ d08333 commitdiff | diff to current
2011-04-29 alecpl
- Fix relative URLs handling according to a <base> in HTML (#1487889)
blob@ c08b18 commitdiff | diff to current
2011-04-26 alecpl
- Fix handling of top-level domains with more than 5 chars or unicode chars...
blob@ 5c1dfb commitdiff | diff to current
2011-04-20 alecpl
- Improve performance by including files with absolute path (#1487849)
blob@ 4351f7 commitdiff | diff to current
2011-04-08 alecpl
- Improve space-stuffing handling in format=flowed messages (#1487861)
blob@ dd0ae6 commitdiff | diff to current
2011-03-10 thomascube
Prepare for multiple concurrent compose windows
blob@ 4591de commitdiff | diff to current
2011-02-28 alecpl
- Fix parsing links with non-printable characters inside (#1487805)
blob@ 29c542 commitdiff | diff to current
2011-02-08 alecpl
- Use html::span instead of HTML code
blob@ 829cbf commitdiff | diff to current
2011-02-08 alecpl
- Make so addcontact icon doesn't jump alone to next line
blob@ 768091 commitdiff | diff to current
2011-02-03 thomascube
Prevent from relaying arbitrary requests through modcss.inc (security issue)
blob@ 3e0e91 commitdiff | diff to current
2011-02-03 alecpl
- Fix IDNA support when IDN/INTL modules are in use (#1487742)
blob@ e8d5bd commitdiff | diff to current
2011-01-31 alecpl
- Prevent from messages_sort_col == null
blob@ 2c052c commitdiff | diff to current
2011-01-31 alecpl
- Fix add/remove columns in message list when message_sort_order isn't set ...
blob@ ae3d60 commitdiff | diff to current
2011-01-28 thomascube
Don't block CSS styles having important keywords
blob@ 79e634 commitdiff | diff to current
2011-01-26 thomascube
Separate full message headers UI element from headers table (#1487715) + Re...
blob@ c6be45 commitdiff | diff to current
first | « prev | next »