summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/mail
AgeCommit message (Collapse)Author
2009-02-26- Fix new lines stripped from message footer (#1485751)alec
git-svn-id: https://svn.roundcube.net/trunk@2310 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-19- fix r2301 (#1485745)alec
git-svn-id: https://svn.roundcube.net/trunk@2302 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-18- Fix html body washing on reply/forward + fix attachments handling (#1485676)alec
git-svn-id: https://svn.roundcube.net/trunk@2301 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-18- use RCMAIL_CHARSET constalec
git-svn-id: https://svn.roundcube.net/trunk@2299 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-18Fix pspell's handling of special html characters (#1485744)ksteinhoff
git-svn-id: https://svn.roundcube.net/trunk@2298 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-13- Fix multiple recipients input parsing (#1485733)alec
- added shared rcube_explode_quoted_string() function git-svn-id: https://svn.roundcube.net/trunk@2291 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-10- Use default_charset for messages without specified charset (#1485661, ↵alec
#1484961) git-svn-id: https://svn.roundcube.net/trunk@2286 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-08Added TNEF support to decode MS Outlook (winmail.dat) attachmentsthomasb
git-svn-id: https://svn.roundcube.net/trunk@2282 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-02-02- Fix checking for recent messages on various IMAP servers (#1485702)alec
- performance fix: Don't fetch quota and recent messages in "message view" mode git-svn-id: https://svn.roundcube.net/trunk@2269 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-29- save empty search result in sessionalec
git-svn-id: https://svn.roundcube.net/trunk@2264 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-28- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)alec
git-svn-id: https://svn.roundcube.net/trunk@2263 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-23Also allow link-related attributesthomasb
git-svn-id: https://svn.roundcube.net/trunk@2258 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-22Get rid of vulnerable preg_replace eval and create_function (#1485686) + ↵thomasb
correctly handle base and link tags in html messages git-svn-id: https://svn.roundcube.net/trunk@2252 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-19- fix warning when 'autocomplete_addressbooks' is not an array (#1485691)alec
git-svn-id: https://svn.roundcube.net/trunk@2243 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-17* bumping up copyright (happy new year ;-))till
git-svn-id: https://svn.roundcube.net/trunk@2237 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-16- Fix address names with '@' sign handling (#1485654)alec
git-svn-id: https://svn.roundcube.net/trunk@2234 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-15- Allow absolute URLs to images in HTML messages/sigs (#1485666)alec
- Fix message body which contains both inline attachments and emotions git-svn-id: https://svn.roundcube.net/trunk@2232 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-08- remove Mail/mimeDecode require()salec
git-svn-id: https://svn.roundcube.net/trunk@2223 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-07- fix searching with 'to:' modifier (typo)alec
git-svn-id: https://svn.roundcube.net/trunk@2220 208e9e7b-5314-0410-a742-e7e81cd9613c
2009-01-05Add required parameters to raise_error() calls.robin
git-svn-id: https://svn.roundcube.net/trunk@2213 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-30Use <pre> instead of <div class=pre>: Fix line-break issue when copy & paste ↵thomasb
in Firefox (#1485425) git-svn-id: https://svn.roundcube.net/trunk@2197 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-29- fix identity name quoting when sending mail as per discussion in #1485654alec
git-svn-id: https://svn.roundcube.net/trunk@2193 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-29#1485653: fix enless loop in rcmail_attach_emoticons() + fix attaching the ↵alec
same image a few times git-svn-id: https://svn.roundcube.net/trunk@2192 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-27#1485647: handle PRE_TEXT tags in html messages (+ small fixes)alec
git-svn-id: https://svn.roundcube.net/trunk@2190 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-19- fix draft autosavealec
git-svn-id: https://svn.roundcube.net/trunk@2183 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-19#1485638: use rawurlencode for all IE versionsalec
git-svn-id: https://svn.roundcube.net/trunk@2182 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-18Only abbreviate attachment file names in MSIE < 7thomasb
git-svn-id: https://svn.roundcube.net/trunk@2177 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-18Bugfix and improve auto-completionthomasb
git-svn-id: https://svn.roundcube.net/trunk@2176 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-18#1485493: do not bypass sendmail_delay by reloginalec
git-svn-id: https://svn.roundcube.net/trunk@2174 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-16Be more tolerant when splitting strings + remove col that we don't have a ↵thomasb
label for git-svn-id: https://svn.roundcube.net/trunk@2163 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-16allow reply to yourself only in To fieldthomasb
git-svn-id: https://svn.roundcube.net/trunk@2161 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-16Only abbreviate file name for IE browsers (#1485063)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2160 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-16Add empty paragraph after html reply block in order to write below + fix ↵thomasb
indentation git-svn-id: https://svn.roundcube.net/trunk@2158 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-09#1485611: removed 'organisation' header from default_headersalec
git-svn-id: https://svn.roundcube.net/trunk@2140 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-09#1485439: style fixes for IE6,7alec
git-svn-id: https://svn.roundcube.net/trunk@2138 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-05- performance: skip imap connection for attachments actionsalec
- created attachments.inc file for attachment upload, remove and display actions git-svn-id: https://svn.roundcube.net/trunk@2121 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-04- performance: connect to imap server only when neededalec
(some mail actions do not require imap connection) git-svn-id: https://svn.roundcube.net/trunk@2119 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-04- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)alec
git-svn-id: https://svn.roundcube.net/trunk@2115 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-03#1485587: show proper message when using status filteralec
git-svn-id: https://svn.roundcube.net/trunk@2109 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-12-01Insert meta content-type at top of the html head + add both content-id and ↵thomasb
content-location of related parts to replacement table git-svn-id: https://svn.roundcube.net/trunk@2106 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-28Option to check for new mails in all folders (#1484374)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2099 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-27#1485581: not use parenthesis when searching with 2 search keysalec
git-svn-id: https://svn.roundcube.net/trunk@2091 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-25Added missing step file (#1485578)thomasb
git-svn-id: https://svn.roundcube.net/trunk@2089 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-24- make attachment check in rcmail_message_list and rcmail_js_message_list ↵alec
the same git-svn-id: https://svn.roundcube.net/trunk@2088 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-23Do serverside addressbook queries for autocompletion (#1485531) + make ↵thomasb
autocompletion list clickable git-svn-id: https://svn.roundcube.net/trunk@2081 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-23- Allow setting attachment col position in 'list_cols' optionalec
- Allow override 'list_cols' via skin (#1485577) - Fix: allow empty attribs in templates git-svn-id: https://svn.roundcube.net/trunk@2078 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-20- Better HTML entities conversion in html2text (#1485519)alec
git-svn-id: https://svn.roundcube.net/trunk@2070 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-20- small improvements - removed redundant codealec
git-svn-id: https://svn.roundcube.net/trunk@2068 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-19- fix default spellcheck language setting (#1485570)alec
git-svn-id: https://svn.roundcube.net/trunk@2065 208e9e7b-5314-0410-a742-e7e81cd9613c
2008-11-19Remove BOM in html message body + don't require quotes in meta tag ↵thomasb
specifying charset git-svn-id: https://svn.roundcube.net/trunk@2064 208e9e7b-5314-0410-a742-e7e81cd9613c