Commit Graph

570 Commits

Author SHA1 Message Date
thomascube
11526305f5 Revert r2322; this is done in rcmail_html4inline() and now secured + fix tests 2009-03-02 17:34:18 +00:00
thomascube
f54a3a6d41 Add callback for <a> tags to add target=_blank 2009-03-02 13:21:52 +00:00
alecpl
d519ef8a0a - Fix attaching more than nine inline images (#1485759) 2009-03-01 07:55:39 +00:00
thomascube
aaffbeb049 Prevent concurrent autocomplete query results display (#1485743) 2009-02-27 11:06:29 +00:00
thomascube
0ea569c29f Fix mime-type detection using a hard-coded map (#1485311) 2009-02-27 10:18:18 +00:00
alecpl
65605c862d - Fix new lines stripped from message footer (#1485751) 2009-02-26 19:57:46 +00:00
alecpl
8a78a16155 - fix r2301 (#1485745) 2009-02-19 18:00:27 +00:00
alecpl
ec603f7da6 - Fix html body washing on reply/forward + fix attachments handling (#1485676) 2009-02-18 19:15:36 +00:00
alecpl
f9a4bc4dfa - use RCMAIL_CHARSET const 2009-02-18 07:12:04 +00:00
svncommit
e5dd92490c Fix pspell's handling of special html characters (#1485744) 2009-02-18 01:07:23 +00:00
alecpl
050410f560 - Fix multiple recipients input parsing (#1485733)
- added shared rcube_explode_quoted_string() function
2009-02-13 10:44:49 +00:00
alecpl
5faac054c3 - Use default_charset for messages without specified charset (#1485661, #1484961) 2009-02-10 11:49:29 +00:00
thomascube
21b160f38c Added TNEF support to decode MS Outlook (winmail.dat) attachments 2009-02-08 20:38:54 +00:00
alecpl
2e1809e550 - Fix checking for recent messages on various IMAP servers (#1485702)
- performance fix: Don't fetch quota and recent messages in "message view" mode
2009-02-02 10:45:32 +00:00
alecpl
2a466a3b21 - save empty search result in session 2009-01-29 18:40:45 +00:00
alecpl
5c771cb25e - Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706) 2009-01-28 10:52:02 +00:00
thomascube
5282aa65e2 Also allow link-related attributes 2009-01-23 13:52:06 +00:00
alecpl
cbf1f3cfaa - Fixed creation of folders with '&' sign in name (reverted r1357) 2009-01-23 10:29:51 +00:00
thomascube
aa055c931a Get rid of vulnerable preg_replace eval and create_function (#1485686) + correctly handle base and link tags in html messages 2009-01-22 14:47:23 +00:00
alecpl
ebf96ef8bf - fix warning when 'autocomplete_addressbooks' is not an array (#1485691) 2009-01-19 11:46:52 +00:00
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +00:00
alecpl
c58c0aedba - Fix address names with '@' sign handling (#1485654) 2009-01-16 19:32:58 +00:00
alecpl
24ed413328 - Allow absolute URLs to images in HTML messages/sigs (#1485666)
- Fix message body which contains both inline attachments and emotions
2009-01-15 18:24:38 +00:00
alecpl
b7a754c44e - remove Mail/mimeDecode require()s 2009-01-08 14:12:00 +00:00
alecpl
1af6fe235d - fix searching with 'to:' modifier (typo) 2009-01-07 10:36:24 +00:00
svncommit
6710a63617 Add required parameters to raise_error() calls. 2009-01-05 10:13:08 +00:00
yllar
55ef334b1e #1485658 2008-12-31 17:52:55 +00:00
thomascube
2780647114 Use <pre> instead of <div class=pre>: Fix line-break issue when copy & paste in Firefox (#1485425) 2008-12-30 13:30:20 +00:00
alecpl
a1733f06ae - fix identity name quoting when sending mail as per discussion in #1485654 2008-12-29 14:43:45 +00:00
alecpl
99f2b311bf #1485653: fix enless loop in rcmail_attach_emoticons() + fix attaching the same image a few times 2008-12-29 12:32:16 +00:00
alecpl
3348176aba #1485647: handle PRE_TEXT tags in html messages (+ small fixes) 2008-12-27 19:45:49 +00:00
alecpl
4e74d2cb1b - fix draft autosave 2008-12-19 14:26:55 +00:00
alecpl
e943e1a961 #1485638: use rawurlencode for all IE versions 2008-12-19 07:20:50 +00:00
thomascube
07717db753 Only abbreviate attachment file names in MSIE < 7 2008-12-18 17:57:49 +00:00
thomascube
1553b3c701 Bugfix and improve auto-completion 2008-12-18 17:56:50 +00:00
alecpl
0456f83bcc #1485567: fix virtual folders names 2008-12-18 17:51:50 +00:00
alecpl
4b60fa3ab9 #1485493: do not bypass sendmail_delay by relogin 2008-12-18 17:03:55 +00:00
thomascube
35c31ed638 Group settings boxes together in floating blocks for better layout 2008-12-16 19:05:50 +00:00
thomascube
58687d011f Be more tolerant when splitting strings + remove col that we don't have a label for 2008-12-16 18:58:47 +00:00
thomascube
d859b0ca1f allow reply to yourself only in To field 2008-12-16 17:01:50 +00:00
thomascube
f1cc7fc09c Only abbreviate file name for IE browsers (#1485063) 2008-12-16 16:33:31 +00:00
thomascube
8e98f21ffc Add empty paragraph after html reply block in order to write below + fix indentation 2008-12-16 16:18:56 +00:00
alecpl
59138162c7 #1485611: removed 'organisation' header from default_headers 2008-12-09 18:04:57 +00:00
alecpl
de2e0bfeb8 #1485439: style fixes for IE6,7 2008-12-09 17:44:45 +00:00
alecpl
133bb07f78 - performance: skip imap connection for attachments actions
- created attachments.inc file for attachment upload, remove and display actions
2008-12-05 07:38:54 +00:00
alecpl
39cd51aff5 - performance: connect to imap server only when needed
(some mail actions do not require imap connection)
2008-12-04 19:07:29 +00:00
alecpl
2a41355776 - Added 'show_images' option, removed 'addrbook_show_images' (#1485597) 2008-12-04 10:21:34 +00:00
alecpl
3414c57dc8 #1485587: show proper message when using status filter 2008-12-03 08:16:44 +00:00
thomascube
ffbf910df9 Insert meta content-type at top of the html head + add both content-id and content-location of related parts to replacement table 2008-12-01 20:15:50 +00:00
thomascube
2fd975071a Option to check for new mails in all folders (#1484374) 2008-11-28 19:03:24 +00:00