Commit Graph

591 Commits

Author SHA1 Message Date
alecpl
309d2f40a0 - jQuery'fied GoogieSpell 4.0 + some changes in compose 2009-05-01 19:27:36 +00:00
thomascube
69f18a09ae Add plugin hooks for creating/saving/deleting identities and contacts 2009-05-01 19:04:26 +00:00
thomascube
762a699dc7 Hard-wrap message headers according to RFC 2009-05-01 17:58:12 +00:00
alecpl
1fb5874f27 - fix attachment mimetype setting after upload
- move style of delete button in attachment-list to mail.css file
2009-04-27 07:24:11 +00:00
alecpl
79eb4e79ed - Fix message normal priority problem (#1485820) 2009-04-24 17:32:49 +00:00
alecpl
7a72352294 - messages list fix for IE 2009-04-23 06:15:21 +00:00
alecpl
324f985e47 - fix #1485812 2009-04-22 06:21:07 +00:00
alecpl
7c8b80600d - support _nosig param in compose URL (#1485604) 2009-04-21 10:43:19 +00:00
alecpl
c4b819e9b9 - Speed up message list displaying on IE (initialize list in background)
- use DOM methods instead of jQuery for messages list object
2009-04-21 09:04:49 +00:00
thomascube
cc97ea0559 Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some sample plugins) 2009-04-19 17:44:29 +00:00
alecpl
3bde305e77 - Fix UTF-8 byte-order mark removing (#1485514) 2009-04-17 06:47:30 +00:00
alecpl
80e2278594 - simplified code for serverside autocomplete + set rows limit on server side only 2009-04-14 09:24:21 +00:00
alecpl
82c45a1952 - clean up, use simpler _get_email() replacement 2009-04-10 08:16:41 +00:00
alecpl
779cbe0066 - Fix 'temp_dir' does not support relative path under Windows (#1484529)
- add file_exists check for uploaded attachments
2009-04-06 11:33:13 +00:00
alecpl
6491ed9bbc - Fix service not available error when pressing back from compose dialog (#1485552) 2009-04-02 18:31:38 +00:00
alecpl
5d110184c0 - Fix using mail() on Windows (#1485779) 2009-03-31 14:47:22 +00:00
alecpl
7145e009e4 - Fix incorrect word wrapping in outgoing plaintext multibyte messages (#1485714)
- Fix double footer in HTML message with embedded images
2009-03-30 18:04:18 +00:00
alecpl
59ee6865b6 - typo 2009-03-27 08:00:00 +00:00
thomascube
0b21c888ac Select drafts mailbox when opening a draft message 2009-03-26 07:55:32 +00:00
thomascube
48ee693f49 Partially reverted r2339 + fix indentation 2009-03-10 08:09:33 +00:00
svncommit
93adb3fc1b Fixed check-recent [richs] 2009-03-09 21:03:10 +00:00
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