source: subversion/trunk/roundcubemail/program/steps/mail/func.inc

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @3178   3 years alec - Plugin API: added 'quota' hook
(edit) @3175   3 years alec - use proper unicode cleanup for JSON, fixes #1486356
(edit) @3171   3 years alec - Fix parsing conditional comments in HTML messages (#1486350)
(edit) @3170   3 years alec - Use built-in json_encode() for proper JSON format in AJAX replies (and …
(edit) @3099   4 years alec - fix replyto and cc cols css issue (#1486276) + handle their values as in …
(edit) @3058   4 years alec - Fix quota indicator issues by content generation on client-size …
(edit) @3046   4 years alec - fix regular expression for malformed tags handler
(edit) @3036   4 years alec - Fix IE issue with non-UTF-8 characters in AJAX response (#1486159)
(edit) @3035   4 years alec - performance fix in rcmail_js_message_list()
(edit) @3034   4 years alec - Partially fixed "empty body" issue by showing raw body of malformed …
(edit) @3005   4 years alec - fix setting unread count in pagetitle
(edit) @3002   4 years alec - Fix handling HTML comments in HTML messages (#1486189)
(edit) @2960   4 years alec - some code improvements for r2959 change
(edit) @2944   4 years alec - show Recipient column also for subfolders of Sent/Drafts?
(edit) @2932   4 years alec - Use faster/secure mt_rand() (#1486094)
(edit) @2880   4 years alec - remove all html tag attribs (#1486003)
(edit) @2878   4 years thomasb Strip xmlns attributes from html tag
(edit) @2843   4 years alec - oops, remove debug console call
(edit) @2842   4 years alec - fix charset modification in html messages (#1486031)
(edit) @2823   4 years alec - revert r2819 commit removed in last commit
(edit) @2822   4 years alec - Added 'display_next' option
(edit) @2819   4 years thomasb Prevent from having two meta tags in html code
(edit) @2815   4 years estadtherr better solution for HTML washing encoding issue
(edit) @2803   4 years alec - revert unwanted commit
(edit) @2802   4 years alec - Fix displaying of HTML messages with unknown/malformed tags (#1486003) - …
(edit) @2776   4 years alec - use simple rcube_smtp class - Installer: fix SMTP settings test
(edit) @2770   4 years alec - don't call FETCH for empty (size=0) message parts
(edit) @2713   4 years alec - Show SMTP errors in browser (#1485927)
(edit) @2712   4 years alec - don't create rcube_browser object twice
(edit) @2710   4 years alec - handle <broadcast> tag in html messages (#1485962)
(edit) @2656   4 years thomasb No link on subject in IE browsers (#1484913)
(edit) @2631   4 years alec - fix email address pattern for some addresses
(edit) @2623   4 years alec - Colorized signatures in plain text messages
(edit) @2621   4 years alec - typo (#1485910)
(edit) @2617   4 years alec - fix rcmail_temp_gc() + small code cleanups
(edit) @2616   4 years alec - add 'Deleted' to search filter
(edit) @2615   4 years alec - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options …
(edit) @2606   4 years alec - speed up plain text messages parsing (up to 60%)
(edit) @2480   4 years thomasb Add hook 'message_sent' for logging or backup purpose
(edit) @2467   4 years robin Minimize chance of race condition in session handling (#1485659, #1484678)
(edit) @2446   4 years alec - Added quick search box menu (#1484304)
(edit) @2414   4 years alec - messages list fix for IE
(edit) @2411   4 years alec - fix #1485812
(edit) @2408   4 years alec - Speed up message list displaying on IE (initialize list in background) - …
(edit) @2401   4 years thomasb Merged branch devel-api (from r2208 to r2387) back into trunk (omitting …
(edit) @2397   4 years alec - Fix UTF-8 byte-order mark removing (#1485514)
(edit) @2370   4 years alec - Fix using mail() on Windows (#1485779)
(edit) @2368   4 years alec - Fix incorrect word wrapping in outgoing plaintext multibyte messages …
(edit) @2324   4 years thomasb Revert r2322; this is done in rcmail_html4inline() and now secured + fix …
(edit) @2322   4 years thomasb Add callback for <a> tags to add target=_blank
(edit) @2302   4 years alec - fix r2301 (#1485745)
(edit) @2301   4 years alec - Fix html body washing on reply/forward + fix attachments handling …
(edit) @2286   4 years alec - Use default_charset for messages without specified charset (#1485661, …
(edit) @2263   4 years alec - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag …
(edit) @2258   4 years thomasb Also allow link-related attributes
(edit) @2252   4 years thomasb Get rid of vulnerable preg_replace eval and create_function (#1485686) + …
(edit) @2237   4 years till * bumping up copyright (happy new year ;-))
(edit) @2197   4 years thomasb Use <pre> instead of <div class=pre>: Fix line-break issue when copy & …
(edit) @2190   4 years alec #1485647: handle PRE_TEXT tags in html messages (+ small fixes)
(edit) @2163   4 years thomasb Be more tolerant when splitting strings + remove col that we don't have a …
(edit) @2140   4 years alec #1485611: removed 'organisation' header from default_headers
(edit) @2138   4 years alec #1485439: style fixes for IE6,7
(edit) @2121   4 years alec - performance: skip imap connection for attachments actions - created …
(edit) @2119   4 years alec - performance: connect to imap server only when needed (some mail …
(edit) @2106   4 years thomasb Insert meta content-type at top of the html head + add both content-id and …
(edit) @2088   5 years alec - make attachment check in rcmail_message_list and rcmail_js_message_list …
(edit) @2078   5 years alec - Allow setting attachment col position in 'list_cols' option - Allow …
(edit) @2068   5 years alec - small improvements - removed redundant code
(edit) @2064   5 years thomasb Remove BOM in html message body + don't require quotes in meta tag …
(edit) @2051   5 years alec - fix: initialize searching when '_action' is not set (when go back from …
(edit) @2049   5 years alec - Added message status filter + fixes for r2046 (searching with SORT)
(edit) @2047   5 years alec - fix doubled timestamp in sendmail log
(edit) @1967   5 years alec - don't set border=0 for images (use css for that)
(edit) @1953   5 years alec - Write username instead of id in sendmail log (#1485477)
(edit) @1942   5 years alec - #1485463: fixed css classes setting in messages list
(edit) @1939   5 years alec - removed deprecated rcube_add_label() and all uses - code for 'show' …
(edit) @1937   5 years estadtherr restore some script environment variables removed in r1918 but needed in …
(edit) @1918   5 years alec - Fix race conditions when changing mailbox (set some env variables only …
(edit) @1871   5 years thomasb Separate method to create iframe tags (with a list of allowed attributes)
(edit) @1870   5 years alec - use more 'html' class
(edit) @1866   5 years alec #1485384: fix quota span tag attribs
(edit) @1862   5 years thomasb Fix empty subject header display (#1485383) + improve safari CSS hacks
(edit) @1851   5 years thomasb Create valid <a> tags
(edit) @1831   5 years thomasb Trim and abbreviate subjects in message listing
(edit) @1814   5 years alec - code cleanup + fix for malformed html (#1485139)
(edit) @1811   5 years alec - Smart Tags and NOBR tag support in html messages (#1485363, #1485327)
(edit) @1807   5 years alec - Added icons for forwarded/forwarded+replied messages (#1485257)
(edit) @1804   5 years thomasb Fix typos + only add callback for style tags when safe-flag is set
(edit) @1791   5 years alec - handle 'undisclosed-recipients in imap.inc
(edit) @1790   5 years alec - don't show 'To' header if contains only /undisclosed-recipients[:;]*$/
(edit) @1776   5 years alec - Fixed quota img height/width setting from template (#1484857)
(edit) @1773   5 years thomasb Allow (sanitized) style elements in HTML messages
(edit) @1766   5 years alec - Added vertical splitter for folders list resizing - Added possibility to …
(edit) @1751   5 years thomasb Don't wrap worwarded text; better wrap reply message text
(edit) @1739   5 years thomasb showImages attribute is skin template is obsolte: now set in user prefs
(edit) @1721   5 years alec - Fix Reply-To header displaying (#1485314)
(edit) @1691   5 years alec - Added option 'quota_zero_as_unlimited' (#1484604)
(edit) @1686   5 years alec - Write to log also sent MDN confirmation messages
(edit) @1676   5 years thomasb Remove mailto links from sender/recipient addresses in message list and …
(edit) @1662   5 years alec #1485287: allow underline in html charset for proper replacement
Note: See TracRevisionLog for help on using the revision log.