thomascube
2008-12-01 ffbf910df93d0a29fc8ea5a6fb0fa39e078fa77e
2008-12-01 thomascube
Insert meta content-type at top of the html head + add both content-id and ...
blob@ ffbf91 commitdiff | diff to current
2008-11-24 alecpl
- make attachment check in rcmail_message_list and rcmail_js_message_list t...
blob@ 7a2d79 commitdiff | diff to current
2008-11-23 alecpl
- Allow setting attachment col position in 'list_cols' option - Allow overr...
blob@ d59aaa commitdiff | diff to current
2008-11-20 alecpl
- small improvements - removed redundant code
blob@ 4e5b11 commitdiff | diff to current
2008-11-19 thomascube
Remove BOM in html message body + don't require quotes in meta tag specifyi...
blob@ 5a1738 commitdiff | diff to current
2008-11-13 alecpl
- fix: initialize searching when '_action' is not set (when go back from co...
blob@ 8abda5 commitdiff | diff to current
2008-11-13 alecpl
- Added message status filter + fixes for r2046 (searching with SORT)
blob@ e538b3 commitdiff | diff to current
2008-11-12 alecpl
- fix doubled timestamp in sendmail log
blob@ 146977 commitdiff | diff to current
2008-10-09 alecpl
- don't set border=0 for images (use css for that)
blob@ 70087c commitdiff | diff to current
2008-10-07 alecpl
- Write username instead of id in sendmail log (#1485477)
blob@ a22cb6 commitdiff | diff to current
2008-10-06 alecpl
- #1485463: fixed css classes setting in messages list
blob@ a164a2 commitdiff | diff to current
2008-10-05 alecpl
- removed deprecated rcube_add_label() and all uses - code for 'show' actio...
blob@ 112c91 commitdiff | diff to current
2008-10-04 svncommit
restore some script environment variables removed in r1918 but needed in "s...
blob@ a86204 commitdiff | diff to current
2008-10-02 alecpl
- Fix race conditions when changing mailbox (set some env variables only wh...
blob@ 528514 commitdiff | diff to current
2008-09-21 thomascube
Separate method to create iframe tags (with a list of allowed attributes)
blob@ 95fcc3 commitdiff | diff to current
2008-09-21 alecpl
- use more 'html' class
blob@ e2c610 commitdiff | diff to current
2008-09-20 alecpl
#1485384: fix quota span tag attribs
blob@ 6d20d0 commitdiff | diff to current
2008-09-20 thomascube
Fix empty subject header display (#1485383) + improve safari CSS hacks
blob@ 6925ad commitdiff | diff to current
2008-09-19 thomascube
Create valid <a> tags
blob@ e5af2f commitdiff | diff to current
2008-09-18 thomascube
Trim and abbreviate subjects in message listing
blob@ 44385f commitdiff | diff to current
2008-09-17 alecpl
- code cleanup + fix for malformed html (#1485139)
blob@ 2cb6d4 commitdiff | diff to current
2008-09-17 alecpl
- Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
blob@ 7f6258 commitdiff | diff to current
2008-09-16 alecpl
- Added icons for forwarded/forwarded+replied messages (#1485257)
blob@ d73404 commitdiff | diff to current
2008-09-16 thomascube
Fix typos + only add callback for style tags when safe-flag is set
blob@ 36c236 commitdiff | diff to current
2008-09-14 alecpl
- handle 'undisclosed-recipients in imap.inc
blob@ 109314 commitdiff | diff to current
2008-09-14 alecpl
- don't show 'To' header if contains only /^undisclosed-recipients[:;]*$/
blob@ 2106ec commitdiff | diff to current
2008-09-12 alecpl
- Fixed quota img height/width setting from template (#1484857)
blob@ 6cd009 commitdiff | diff to current
2008-09-12 thomascube
Allow (sanitized) style elements in HTML messages
blob@ 1c499a commitdiff | diff to current
2008-09-12 alecpl
- Added vertical splitter for folders list resizing - Added possibility to ...
blob@ e5686f commitdiff | diff to current
2008-09-06 thomascube
Don't wrap worwarded text; better wrap reply message text
blob@ ccd63c commitdiff | diff to current
2008-09-05 thomascube
showImages attribute is skin template is obsolte: now set in user prefs
blob@ be5f03 commitdiff | diff to current
2008-09-03 alecpl
- Fix Reply-To header displaying (#1485314)
blob@ 700320 commitdiff | diff to current
2008-08-28 alecpl
- Added option 'quota_zero_as_unlimited' (#1484604)
blob@ 876b15 commitdiff | diff to current
2008-08-28 alecpl
- Write to log also sent MDN confirmation messages
blob@ 79aeb3 commitdiff | diff to current
2008-08-22 thomascube
Remove mailto links from sender/recipient addresses in message list and wai...
blob@ 8e44f4 commitdiff | diff to current
2008-08-21 alecpl
#1485287: allow underline in html charset for proper replacement
blob@ 80c1eb commitdiff | diff to current
2008-08-14 thomascube
Added template object for current mailbox name (#1485256)
blob@ ac5d15 commitdiff | diff to current
2008-07-22 alecpl
PHP bug #32547 workaround: remove <title> tag because of libxml2 library pr...
blob@ c1b81f commitdiff | diff to current
2008-07-22 alecpl
#1485200: fixed text/enriched displaying
blob@ 9103d1 commitdiff | diff to current
2008-07-22 thomascube
Improve HTML sanitization with washtml
blob@ 21e724 commitdiff | diff to current
2008-07-21 alecpl
- use long date format in print mode (#1485191)
blob@ 5b1de5 commitdiff | diff to current
2008-07-15 thomascube
Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163)
blob@ 5b3dd4 commitdiff | diff to current
2008-06-30 alecpl
- Added flag column on messages list (#1484623)
blob@ e189a6 commitdiff | diff to current
2008-06-24 alecpl
- Allow trash/junk subfolders to be purged (#1485085)
blob@ ddd776 commitdiff | diff to current
2008-06-20 thomascube
Indent with spaces and not tabs
blob@ 2da368 commitdiff | diff to current
2008-06-16 alecpl
#1484423: add <head> for malformed messages, washtml cannot work without that
blob@ 5f8686 commitdiff | diff to current
2008-06-14 alecpl
- Added option to disable displaying of attached images below the message body
blob@ 166b61 commitdiff | diff to current
2008-06-14 thomascube
More code cleanup
blob@ 83a763 commitdiff | diff to current
2008-06-09 alecpl
#1485110
blob@ 32b709 commitdiff | diff to current
2008-06-07 thomascube
Change meta-charset specififcation in HTML to UTF-8; no need for mb_convert...
blob@ 350459 commitdiff | diff to current
first | « prev | next »