Commit Graph

180 Commits (dcf780a6bd5065ffb0dcc76233b1e5f601e258d2)

Author SHA1 Message Date
alecpl 4e5b11adfc - small improvements - removed redundant code 16 years ago
thomascube 5a17388726 Remove BOM in html message body + don't require quotes in meta tag specifying charset 16 years ago
alecpl 8abda59ce4 - fix: initialize searching when '_action' is not set (when go back from compose) 16 years ago
alecpl e538b3dc7d - Added message status filter + fixes for r2046 (searching with SORT) 16 years ago
alecpl 146977e30e - fix doubled timestamp in sendmail log 16 years ago
alecpl 70087c52bc - don't set border=0 for images (use css for that) 16 years ago
alecpl a22cb65adb - Write username instead of id in sendmail log (#1485477) 16 years ago
alecpl a164a2e64b - #1485463: fixed css classes setting in messages list 16 years ago
alecpl 112c9133bb - removed deprecated rcube_add_label() and all uses
- code for 'show' action added in r1937 moved to show.inc
16 years ago
svncommit a862043fe7 restore some script environment variables removed in r1918 but needed in "show" action 16 years ago
alecpl 52851464e0 - Fix race conditions when changing mailbox (set some env variables only when needed - no action or action==list) 16 years ago
thomascube 95fcc33472 Separate method to create iframe tags (with a list of allowed attributes) 16 years ago
alecpl e2c610ebfa - use more 'html' class 16 years ago
alecpl 6d20d016d5 #1485384: fix quota span tag attribs 16 years ago
thomascube 6925adb279 Fix empty subject header display (#1485383) + improve safari CSS hacks 16 years ago
thomascube e5af2fe88e Create valid <a> tags 16 years ago
thomascube 44385fd68f Trim and abbreviate subjects in message listing 16 years ago
alecpl 2cb6d48e63 - code cleanup + fix for malformed html (#1485139) 16 years ago
alecpl 7f62581c10 - Smart Tags and NOBR tag support in html messages (#1485363, #1485327) 16 years ago
alecpl d734041f00 - Added icons for forwarded/forwarded+replied messages (#1485257) 16 years ago
thomascube 36c236eee7 Fix typos + only add callback for style tags when safe-flag is set 16 years ago
alecpl 109314c7d1 - handle 'undisclosed-recipients in imap.inc 16 years ago
alecpl 2106ec7043 - don't show 'To' header if contains only /^undisclosed-recipients[:;]*$/ 16 years ago
alecpl 6cd00992a2 - Fixed quota img height/width setting from template (#1484857) 16 years ago
thomascube 1c499ae930 Allow (sanitized) style elements in HTML messages 16 years ago
alecpl e5686f4a01 - Added vertical splitter for folders list resizing
- Added possibility to view all headers in message view
- Fixed splitter drag/resize on Opera (#1485170)
- debug console css fixes for IE
16 years ago
thomascube ccd63c5591 Don't wrap worwarded text; better wrap reply message text 16 years ago
thomascube be5f03b248 showImages attribute is skin template is obsolte: now set in user prefs 16 years ago
alecpl 7003206d64 - Fix Reply-To header displaying (#1485314) 16 years ago
alecpl 876b15dcce - Added option 'quota_zero_as_unlimited' (#1484604) 16 years ago
alecpl 79aeb308cb - Write to log also sent MDN confirmation messages 16 years ago
thomascube 8e44f425f8 Remove mailto links from sender/recipient addresses in message list and wait for the context menu (#1484931) 16 years ago
alecpl 80c1eb7b68 #1485287: allow underline in html charset for proper replacement 16 years ago
thomascube ac5d15de29 Added template object for current mailbox name (#1485256) 16 years ago
alecpl c1b81f578a PHP bug #32547 workaround: remove <title> tag because of libxml2 library problem (#1485178) 16 years ago
alecpl 9103d1706d #1485200: fixed text/enriched displaying 16 years ago
thomascube 21e724153e Improve HTML sanitization with washtml 16 years ago
alecpl 5b1de55981 - use long date format in print mode (#1485191) 16 years ago
thomascube 5b3dd412d2 Check PERMANENTFLAGS before saving MDNSent flag (#1484963, #1485163) 16 years ago
alecpl e189a6ca18 - Added flag column on messages list (#1484623) 16 years ago
alecpl ddd776b2a3 - Allow trash/junk subfolders to be purged (#1485085) 16 years ago
thomascube 2da368e663 Indent with spaces and not tabs 16 years ago
alecpl 5f8686e28e #1484423: add <head> for malformed messages, washtml cannot work without that 16 years ago
alecpl 166b615dbb - Added option to disable displaying of attached images below the message body 16 years ago
thomascube 83a7636872 More code cleanup 16 years ago
alecpl 32b7092759 #1485110 16 years ago
thomascube 350459486d Change meta-charset specififcation in HTML to UTF-8; no need for mb_convert_encoding() anymore 16 years ago
thomascube cfe4a6baf4 Fix structure parsing and html output for multipart messages 16 years ago
thomascube 0a99895ead Fix fallback if no message strucutre is provided by the imap server 16 years ago
thomascube 21605c4e8f Distinguish html and plaintext parts in messagy body display 16 years ago