summaryrefslogtreecommitdiff
path: root/program/steps/mail/func.inc
AgeCommit message (Collapse)Author
2009-07-06- Show SMTP errors in browser (#1485927)alecpl
2009-07-05- don't create rcube_browser object twicealecpl
2009-07-05- handle <broadcast> tag in html messages (#1485962)alecpl
2009-06-19No link on subject in IE browsers (#1484913)thomascube
2009-06-10- fix email address pattern for some addressesalecpl
2009-06-08- Colorized signatures in plain text messagesalecpl
2009-06-08- typo (#1485910)alecpl
2009-06-05- fix rcmail_temp_gc() + small code cleanupsalecpl
2009-06-05- add 'Deleted' to search filteralecpl
2009-06-05- Reviewed/fixed skip_deleted/read_when_deleted/flag_for_deletion options ↵alecpl
handling in UI
2009-06-04- speed up plain text messages parsing (up to 60%)alecpl
2009-05-14Add hook 'message_sent' for logging or backup purposethomascube
2009-05-12Minimize chance of race condition in session handling (#1485659, #1484678)svncommit
2009-05-02- Added quick search box menu (#1484304)alecpl
2009-04-23- messages list fix for IEalecpl
2009-04-22- fix #1485812alecpl
2009-04-21- Speed up message list displaying on IE (initialize list in background)alecpl
- use DOM methods instead of jQuery for messages list object
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomascube
sample plugins)
2009-04-17- Fix UTF-8 byte-order mark removing (#1485514)alecpl
2009-03-31- Fix using mail() on Windows (#1485779)alecpl
2009-03-30- Fix incorrect word wrapping in outgoing plaintext multibyte messages ↵alecpl
(#1485714) - Fix double footer in HTML message with embedded images
2009-03-02Revert r2322; this is done in rcmail_html4inline() and now secured + fix teststhomascube
2009-03-02Add callback for <a> tags to add target=_blankthomascube
2009-02-19- fix r2301 (#1485745)alecpl
2009-02-18- Fix html body washing on reply/forward + fix attachments handling (#1485676)alecpl
2009-02-10- Use default_charset for messages without specified charset (#1485661, ↵alecpl
#1484961)
2009-01-28- Fix MDNSent flag checking, use arbitrary keywords (asterisk) flag (#1485706)alecpl
2009-01-23Also allow link-related attributesthomascube
2009-01-22Get rid of vulnerable preg_replace eval and create_function (#1485686) + ↵thomascube
correctly handle base and link tags in html messages
2009-01-17* bumping up copyright (happy new year ;-))till
2008-12-30Use <pre> instead of <div class=pre>: Fix line-break issue when copy & paste ↵thomascube
in Firefox (#1485425)
2008-12-27#1485647: handle PRE_TEXT tags in html messages (+ small fixes)alecpl
2008-12-16Be more tolerant when splitting strings + remove col that we don't have a ↵thomascube
label for
2008-12-09#1485611: removed 'organisation' header from default_headersalecpl
2008-12-09#1485439: style fixes for IE6,7alecpl
2008-12-05- performance: skip imap connection for attachments actionsalecpl
- created attachments.inc file for attachment upload, remove and display actions
2008-12-04- performance: connect to imap server only when neededalecpl
(some mail actions do not require imap connection)
2008-12-01Insert meta content-type at top of the html head + add both content-id and ↵thomascube
content-location of related parts to replacement table
2008-11-24- make attachment check in rcmail_message_list and rcmail_js_message_list ↵alecpl
the same
2008-11-23- Allow setting attachment col position in 'list_cols' optionalecpl
- Allow override 'list_cols' via skin (#1485577) - Fix: allow empty attribs in templates
2008-11-20- small improvements - removed redundant codealecpl
2008-11-19Remove BOM in html message body + don't require quotes in meta tag ↵thomascube
specifying charset
2008-11-13- fix: initialize searching when '_action' is not set (when go back from ↵alecpl
compose)
2008-11-13- Added message status filter + fixes for r2046 (searching with SORT)alecpl
2008-11-12- fix doubled timestamp in sendmail logalecpl
2008-10-09- don't set border=0 for images (use css for that)alecpl
2008-10-07- Write username instead of id in sendmail log (#1485477)alecpl
2008-10-06- #1485463: fixed css classes setting in messages listalecpl
2008-10-05- removed deprecated rcube_add_label() and all usesalecpl
- code for 'show' action added in r1937 moved to show.inc
2008-10-05restore some script environment variables removed in r1918 but needed in ↵svncommit
"show" action