Commit Graph

224 Commits

Author SHA1 Message Date
alecpl
daa3f720bc - revert unwanted commit 2009-07-28 08:44:42 +00:00
alecpl
2337a82f72 - Fix displaying of HTML messages with unknown/malformed tags (#1486003)
- Some other changes for styled HTML display
2009-07-28 08:41:50 +00:00
alecpl
2c3d81dddd - use simple rcube_smtp class
- Installer: fix SMTP settings test
2009-07-21 12:31:59 +00:00
alecpl
3b7e00fbda - don't call FETCH for empty (size=0) message parts 2009-07-19 19:15:40 +00:00
alecpl
2818f8e9ed - Show SMTP errors in browser (#1485927) 2009-07-06 09:13:10 +00:00
alecpl
2f2bb4020b - don't create rcube_browser object twice 2009-07-05 19:25:47 +00:00
alecpl
74ceb69d11 - handle <broadcast> tag in html messages (#1485962) 2009-07-05 09:31:18 +00:00
thomascube
5302a931ff No link on subject in IE browsers (#1484913) 2009-06-19 15:35:23 +00:00
alecpl
7c60ffbdaa - fix email address pattern for some addresses 2009-06-10 18:01:16 +00:00
alecpl
a54242c2b1 - Colorized signatures in plain text messages 2009-06-08 07:33:54 +00:00
alecpl
6ca8274e5a - typo (#1485910) 2009-06-08 06:43:18 +00:00
alecpl
c5ee036866 - fix rcmail_temp_gc() + small code cleanups 2009-06-05 18:03:21 +00:00
alecpl
119cd17abf - add 'Deleted' to search filter 2009-06-05 16:24:10 +00:00
alecpl
0b2ce91f25 - Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options handling in UI 2009-06-05 16:13:24 +00:00
alecpl
88ed237f7c - speed up plain text messages parsing (up to 60%) 2009-06-04 10:27:19 +00:00
thomascube
e54f6c7a9e Add hook 'message_sent' for logging or backup purpose 2009-05-14 19:04:57 +00:00
svncommit
617b4f699f Minimize chance of race condition in session handling (#1485659, #1484678) 2009-05-12 13:26:07 +00:00
alecpl
30b152b194 - Added quick search box menu (#1484304) 2009-05-02 14:19:24 +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
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
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
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
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
5faac054c3 - Use default_charset for messages without specified charset (#1485661, #1484961) 2009-02-10 11:49:29 +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
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
till
cbbef379a5 * bumping up copyright (happy new year ;-)) 2009-01-17 01:55:39 +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
3348176aba #1485647: handle PRE_TEXT tags in html messages (+ small fixes) 2008-12-27 19:45:49 +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
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
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
alecpl
7a2d79a978 - make attachment check in rcmail_message_list and rcmail_js_message_list the same 2008-11-24 09:19:15 +00:00
alecpl
d59aaa1aaf - Allow setting attachment col position in 'list_cols' option
- Allow override 'list_cols' via skin (#1485577)
- Fix: allow empty attribs in templates
2008-11-23 12:25:15 +00:00
alecpl
4e5b11adfc - small improvements - removed redundant code 2008-11-20 07:49:12 +00:00
thomascube
5a17388726 Remove BOM in html message body + don't require quotes in meta tag specifying charset 2008-11-19 07:32:40 +00:00
alecpl
8abda59ce4 - fix: initialize searching when '_action' is not set (when go back from compose) 2008-11-13 11:05:50 +00:00
alecpl
e538b3dc7d - Added message status filter + fixes for r2046 (searching with SORT) 2008-11-13 10:30:06 +00:00
alecpl
146977e30e - fix doubled timestamp in sendmail log 2008-11-12 18:55:37 +00:00
alecpl
70087c52bc - don't set border=0 for images (use css for that) 2008-10-09 11:14:56 +00:00